Skip to content

Commit 4eb5d93

Browse files
committedSep 23, 2020
test: removed a Safari 8 specific test
1 parent 3bdfb3a commit 4eb5d93

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎test/fixtures/expect.js

-7
Original file line numberDiff line numberDiff line change
@@ -976,13 +976,6 @@ module.exports = [
976976
"<div id=\"137\"><svg xmlns=\"http://www.w3.org/2000/svg\">\n<a xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"?\">\n<circle r=\"400\" />\n\n</a>//[\"'`--&gt;]]&gt;]</svg></svg></div>",
977977
"<div id=\"137\"><svg xmlns=\"http://www.w3.org/2000/svg\">\n<a xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"?\">\n<circle r=\"400\" />\n\n</a>//[\"'`--&gt;]]&gt;]</svg></div>"
978978
]
979-
}, {
980-
"title": "Removing name attr from img with id can crash Safari",
981-
"payload": "<img name=\"bar\" id=\"foo\">",
982-
"expected": [
983-
"<img id=\"foo\" name=\"bar\">",
984-
"<img name=\"bar\">"
985-
]
986979
}, {
987980
"title": "DOM clobbering: submit",
988981
"payload": "<input name=submit>123",

0 commit comments

Comments
 (0)
Please sign in to comment.