Loading specs/cookies/helpers/ProtocolCookies.js +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ function run(t) { var defProperties = t.properties.def; var ident = 'test'; var url = './resources/set-cookie.py?ident=' + ident; var url = './support/set-cookie.py?ident=' + ident; var xhr = new XMLHttpRequest(); xhr.open('GET', url, true); xhr.onload = t.step_func(function() { Loading specs/cookies/resources/set-cookie.py→specs/cookies/support/set-cookie.py +0 −0 File moved. View file specs/cors/helpers/ProtocolCORS.js +1 −1 Original line number Diff line number Diff line "use strict"; function run(t) { var defProperties = t.properties.def; var url = CROSSDOMAIN + './resources/check-cors.py'; var url = CROSSDOMAIN + './support/check-cors.py'; test(function() { var xhr = new XMLHttpRequest(); xhr.open('GET', url + '?allow=1', false); Loading specs/cors/resources/check-cors.py→specs/cors/support/check-cors.py +0 −0 File moved. View file specs/csp/csp.config.json +12 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,16 @@ "local": "csp.html", "dontExtract": true, "dontExtractReason": "requires manual property extraction", "helpers3": [] "helpers3": [ "ProtocolCSP" ], "crossDomainSupport": true, "tests": [ { "name": "ProtocolCSP", "helper": "ProtocolCSP", "code": "run(t)", "async": true } ] } Loading
specs/cookies/helpers/ProtocolCookies.js +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ function run(t) { var defProperties = t.properties.def; var ident = 'test'; var url = './resources/set-cookie.py?ident=' + ident; var url = './support/set-cookie.py?ident=' + ident; var xhr = new XMLHttpRequest(); xhr.open('GET', url, true); xhr.onload = t.step_func(function() { Loading
specs/cookies/resources/set-cookie.py→specs/cookies/support/set-cookie.py +0 −0 File moved. View file
specs/cors/helpers/ProtocolCORS.js +1 −1 Original line number Diff line number Diff line "use strict"; function run(t) { var defProperties = t.properties.def; var url = CROSSDOMAIN + './resources/check-cors.py'; var url = CROSSDOMAIN + './support/check-cors.py'; test(function() { var xhr = new XMLHttpRequest(); xhr.open('GET', url + '?allow=1', false); Loading
specs/csp/csp.config.json +12 −1 Original line number Diff line number Diff line Loading @@ -5,5 +5,16 @@ "local": "csp.html", "dontExtract": true, "dontExtractReason": "requires manual property extraction", "helpers3": [] "helpers3": [ "ProtocolCSP" ], "crossDomainSupport": true, "tests": [ { "name": "ProtocolCSP", "helper": "ProtocolCSP", "code": "run(t)", "async": true } ] }