Tests: Remove Edge version from the user agent

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

(cherry-picked from 5a1217e401)

Refs 8e111df641
This commit is contained in:
Michał Gołębiowski 2015-06-16 14:45:30 +02:00
parent 546593bdd2
commit 1d052bdbe6

View File

@ -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,