mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Update web-platform-tests to revision f915dfd69790e7ca09f9bef4eb08cd30163cb3e3
This commit is contained in:
parent
2ac916b5a1
commit
fde011e73d
70 changed files with 1490 additions and 483 deletions
|
@ -12,9 +12,11 @@
|
|||
var client = new XMLHttpRequest()
|
||||
client.open("GET", "resources/well-formed.xml", false)
|
||||
client.send(null)
|
||||
var responseURL = new URL('resources/well-formed.xml', location.href).href
|
||||
var responseURLObject = new URL('resources/well-formed.xml', location.href);
|
||||
var responseURL = responseURLObject.href
|
||||
var responseDomain = responseURLObject.hostname
|
||||
var expected = {
|
||||
domain:undefined,
|
||||
domain:responseDomain,
|
||||
URL:responseURL,
|
||||
documentURI:responseURL,
|
||||
baseURI:responseURL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue