diff --git a/test/fixtures/expect.js b/test/fixtures/expect.js index 39f712b7d..6f0572451 100644 --- a/test/fixtures/expect.js +++ b/test/fixtures/expect.js @@ -1031,7 +1031,8 @@ module.exports = [ "\">", "\">", "\">", - "" + "", + "" ] }, { "title": "Tests against mXSS behavior with MathML in Chrome 77 and alike", @@ -1052,7 +1053,8 @@ module.exports = [ "", "", "", - "" + "", + "" ] }, { "title": "Tests against mXSS behavior with MathML Templates in Chrome 77 and alike", diff --git a/test/karma.custom-launchers.config.js b/test/karma.custom-launchers.config.js index 6afc4751d..d257cc482 100644 --- a/test/karma.custom-launchers.config.js +++ b/test/karma.custom-launchers.config.js @@ -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,