We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af2a87 commit db72b90Copy full SHA for db72b90
test/html4/test_element_description.rb
@@ -43,7 +43,7 @@ def test_deprecated?
43
end
44
45
def test_inline?
46
- assert_predicate(ElementDescription["a"], :inline?)
+ assert_predicate(ElementDescription["strong"], :inline?)
47
refute_predicate(ElementDescription["div"], :inline?)
48
49
0 commit comments