Tests: Remove Edge version from the user agent

The version will change in the future, matching by /edge\//i is enough

Refs 8e111df641
This commit is contained in:
Michał Gołębiowski 2015-06-16 14:44:24 +02:00
parent 8e111df641
commit 5a1217e401

View File

@ -51,7 +51,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,
"boxSizingReliable": true,