issue #10141 : Document::location set null for documents without a browsing context. r=Ms2ger

This commit is contained in:
shubham_jain 2016-03-29 11:33:25 +05:30
parent 32e53b80e2
commit 6626c5cfd4
9 changed files with 6 additions and 27 deletions

View file

@ -9,9 +9,6 @@
[readyState]
expected: FAIL
[location]
expected: FAIL
[defaultView]
expected: FAIL

View file

@ -1,5 +1 @@
[DOMParser-parseFromString-html.html]
type: testharness
[Location value]
expected: FAIL

View file

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

View file

@ -1,5 +0,0 @@
[document_location.html]
type: testharness
[document not in a browsing context]
expected: FAIL

View file

@ -1,5 +0,0 @@
[windowproxy.html]
type: testharness
[document.location is the right thing on non-rendered document]
expected: FAIL