We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdfb3a commit 4eb5d93Copy full SHA for 4eb5d93
test/fixtures/expect.js
@@ -976,13 +976,6 @@ module.exports = [
976
"<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>//[\"'`-->]]>]</svg></svg></div>",
977
"<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>//[\"'`-->]]>]</svg></div>"
978
]
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
- ]
986
}, {
987
"title": "DOM clobbering: submit",
988
"payload": "<input name=submit>123",
0 commit comments