diff --git a/test/html4/test_element_description.rb b/test/html4/test_element_description.rb
index e2acdcf898..6f17f592af 100644
--- a/test/html4/test_element_description.rb
+++ b/test/html4/test_element_description.rb
@@ -43,7 +43,7 @@ def test_deprecated?
end
def test_inline?
- assert_predicate(ElementDescription["a"], :inline?)
+ assert_predicate(ElementDescription["strong"], :inline?)
refute_predicate(ElementDescription["div"], :inline?)
end