mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
create about_loader, handle about:blank
This commit is contained in:
parent
b8b51b6dd8
commit
523445c865
10 changed files with 64 additions and 27 deletions
|
@ -1,3 +1,4 @@
|
|||
[open-url-about-blank-window.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: open() resolving URLs (about:blank iframe)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
[exceptions.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[exception.hasOwnProperty("message")]
|
||||
expected: FAIL
|
||||
[Object.getOwnPropertyDescriptor(exception, "message")]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[Node-appendChild.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Appending a document]
|
||||
expected: FAIL
|
||||
[Adopting an orphan]
|
||||
expected: FAIL
|
||||
[Adopting a non-orphan]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[indexed-browsing-contexts-03.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Indexed child browsing contexts]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue