aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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,