We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4abff1 commit 393f86aCopy full SHA for 393f86a
html5lib/tests/test_sanitizer.py
@@ -63,8 +63,6 @@ def test_sanitizer():
63
continue
64
if tag_name in ['caption', 'col', 'colgroup', 'optgroup', 'option', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr']:
65
continue # TODO
66
- if tag_name != tag_name.lower():
67
- continue # TODO
68
if tag_name == 'image':
69
yield (runSanitizerTest, "test_should_allow_%s_tag" % tag_name,
70
"<img title=\"1\"/>foo <bad>bar</bad> baz",
0 commit comments