Skip to content

Commit

Permalink
test: Fixed several new tests for MSIE11 and Edge 18
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed May 19, 2024
1 parent 2c9bca9 commit 2c6410a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 4 additions & 2 deletions test/fixtures/expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,8 @@ module.exports = [
"<svg><title><a id=\"</title><img src=x onerror=alert()>\"></a></title></svg>",
"<svg xmlns=\"http://www.w3.org/2000/svg\"><title><a id=\"</title><img src=x onerror=alert()>\"></a></title></svg>",
"<svg xmlns=\"http://www.w3.org/2000/svg\"><title><a id=\"</title><img src=x onerror=alert()>\"></a></title></title></svg></svg>",
"<svg><title></title></svg>"
"<svg><title></title></svg>",
"<svg xmlns=\"http://www.w3.org/2000/svg\"><title /></svg></svg>"
]
}, {
"title": "Tests against mXSS behavior with MathML in Chrome 77 and alike",
Expand All @@ -1052,7 +1053,8 @@ module.exports = [
"<svg><title><template></template></title></svg>",
"<svg xmlns=\"http://www.w3.org/2000/svg\"><title><template></template></title></svg>",
"<svg xmlns=\"http://www.w3.org/2000/svg\"><title><template></template></title></title></svg></svg>",
"<svg><title></title></svg>"
"<svg><title></title></svg>",
"<svg xmlns=\"http://www.w3.org/2000/svg\"><title /></svg></svg>"
]
}, {
"title": "Tests against mXSS behavior with MathML Templates in Chrome 77 and alike",
Expand Down
8 changes: 0 additions & 8 deletions test/karma.custom-launchers.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ const sample = require('lodash.sample');
const argv = require('minimist')(process.argv.slice(2));

const customLaunchers = {
bs_windows_msie_11: {
base: 'BrowserStack',
device: null,
os: 'Windows',
browser_version: '11.0',
browser: 'msie',
os_version: '10',
},
bs_sierra_safari_10: {
base: 'BrowserStack',
device: null,
Expand Down

0 comments on commit 2c6410a

Please sign in to comment.