We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e111df commit 5a1217eCopy full SHA for 5a1217e
test/unit/support.js
@@ -51,7 +51,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
51
var expected,
52
userAgent = window.navigator.userAgent;
53
54
- if ( /edge\/12/i.test( userAgent ) ) {
+ if ( /edge\//i.test( userAgent ) ) {
55
expected = {
56
"ajax": true,
57
"boxSizingReliable": true,
0 commit comments