mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
issue #10141 : Document::location set null for documents without a browsing context. r=Ms2ger
This commit is contained in:
parent
32e53b80e2
commit
6626c5cfd4
9 changed files with 6 additions and 27 deletions
|
@ -9,9 +9,6 @@
|
|||
[readyState]
|
||||
expected: FAIL
|
||||
|
||||
[location]
|
||||
expected: FAIL
|
||||
|
||||
[defaultView]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
[DOMParser-parseFromString-html.html]
|
||||
type: testharness
|
||||
[Location value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
[DOMParser-parseFromString-xml.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Should parse correctly in type text/xml]
|
||||
expected: FAIL
|
||||
|
||||
[Should return an error document for XML wellformedness errors in type text/xml]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[document_location.html]
|
||||
type: testharness
|
||||
[document not in a browsing context]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[windowproxy.html]
|
||||
type: testharness
|
||||
[document.location is the right thing on non-rendered document]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue