aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-06-16 14:45:30 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2015-06-16 14:45:30 +0200
commit1d052bdbe621ca111bab3314604dc682d900d716 (patch)
tree9d895a52a9d9ae0653447e0a8877eca189332eef /test
parent546593bdd29752def705b172380b737ce8758ba9 (diff)
downloadjquery-1d052bdbe621ca111bab3314604dc682d900d716.tar.gz
jquery-1d052bdbe621ca111bab3314604dc682d900d716.zip
Tests: Remove Edge version from the user agent
The version will change in the future, matching by /edge\//i is enough (cherry-picked from 5a1217e40193c8884155ccaf415091d326ddb52a) Refs 8e111df641cca3e1b75b31a1971bfc89014b4ded
Diffstat (limited to 'test')
-rw-r--r--test/unit/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 99ecb33f9..03b7d9613 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -68,7 +68,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
var expected,
userAgent = window.navigator.userAgent;
- if ( /edge\/12/i.test( userAgent ) ) {
+ if ( /edge\//i.test( userAgent ) ) {
expected = {
"ajax": true,
"attributes": true,