mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
Update web-platform-tests to revision a49081e46a18e439defbd77d18cc5e261d68b215
This commit is contained in:
parent
aa9f16ce45
commit
fb0507d174
69 changed files with 1412 additions and 698 deletions
|
@ -24,7 +24,7 @@ import { referrer as referrerRemoteRemote } from "http://{{domains[www1]}}:{{por
|
|||
import { referrer as referrerRemoteSame } from "http://{{domains[www1]}}:{{ports[http][0]}}/html/semantics/scripting-1/the-script-element/module/resources/import-same-origin-referrer-checker-from-remote-origin.sub.js?name=remote_same";
|
||||
|
||||
const origin = (new URL(location.href)).origin + "/";
|
||||
const remoteOrigin = "http://{{domains[www1]}}:{{ports[http][0]}}/";
|
||||
const remoteOrigin = new URL("http://{{domains[www1]}}:{{ports[http][0]}}/").origin + "/";
|
||||
|
||||
test(t => {
|
||||
assert_equals(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue