Skip to content

Commit dff4b63

Browse files
committed
test: Fixed one remaining MSIE test case
1 parent f6bf468 commit dff4b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test-suite.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,8 @@ module.exports = function (DOMPurify, window, tests, xssTests) {
16361636
],
16371637
'application/xhtml+xml': [
16381638
'<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>invalid<a href="#">valid</a></body></html>',
1639-
'<html xmlns="http://www.w3.org/1999/xhtml"><head /><body>invalid<a href="#">valid</a></body></html>'
1639+
'<html xmlns="http://www.w3.org/1999/xhtml"><head /><body>invalid<a href="#">valid</a></body></html>',
1640+
'<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>invalid<a href="#" TITLE="title">valid</a></body></html>'
16401641
]
16411642
}
16421643
}

0 commit comments

Comments
 (0)