From 2c6410a637eae71a51b2fa6d8cdd2bde7b2aa125 Mon Sep 17 00:00:00 2001 From: Mario Heiderich Date: Sun, 19 May 2024 11:45:54 +0200 Subject: [PATCH] test: Fixed several new tests for MSIE11 and Edge 18 --- test/fixtures/expect.js | 6 ++++-- test/karma.custom-launchers.config.js | 8 -------- 2 files changed, 4 insertions(+), 10 deletions(-) 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,