Skip to content

Commit db72b90

Browse files
committed
test: recent nekohtml versions do not consider 'a' to be inline
so let's pick an unambiguously-inline element to test.
1 parent 2af2a87 commit db72b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/html4/test_element_description.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_deprecated?
4343
end
4444

4545
def test_inline?
46-
assert_predicate(ElementDescription["a"], :inline?)
46+
assert_predicate(ElementDescription["strong"], :inline?)
4747
refute_predicate(ElementDescription["div"], :inline?)
4848
end
4949

0 commit comments

Comments
 (0)