Skip to content

Commit a10131b

Browse files
committed
Adjusted tests for newer FF
1 parent 0a9cc32 commit a10131b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/fixtures/expect.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ module.exports = [
239239
"<img><img>@mmrupp<img name=\"firstElementChild\"><svg></svg>",
240240
"<img><img>@mmrupp<img name=\"firstElementChild\"><svg xmlns=\"http://www.w3.org/2000/svg\" />",
241241
"<img><img>@mmrupp<img><svg xmlns=\"http://www.w3.org/2000/svg\" />",
242-
"<img><img>@mmrupp<img>"
242+
"<img><img>@mmrupp<img>",
243+
""
243244
]
244245
}, {
245246
"title": "Special esacpes in protocol handler for XSS in Blink",
@@ -263,7 +264,8 @@ module.exports = [
263264
"<img><img src=\"x\"><svg>, </svg>",
264265
"<img><img src=\"x\"><svg xmlns=\"http://www.w3.org/2000/svg\">, </svg></svg>",
265266
"<img><img src=\"x\"><svg xmlns=\"http://www.w3.org/2000/svg\">, </svg>",
266-
"<img><img src=\"x\">"
267+
"<img><img src=\"x\">",
268+
""
267269
]
268270
}, {
269271
"title": "Bypass using multiple unknown attributes",

0 commit comments

Comments
 (0)