mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement synchronous about:blank loading.
Based on initial work by jdm in <https://github.com/servo/servo/pull/8600>.
This commit is contained in:
parent
2677540cd0
commit
b86965f394
34 changed files with 456 additions and 906 deletions
|
@ -12,27 +12,15 @@
|
|||
[Object.getOwnPropertyDescriptor(exception, "code")]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: Object.getPrototypeOf(exception) === DOMException.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: exception.hasOwnProperty("name")]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: exception.name === "HierarchyRequestError"]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: Object.getOwnPropertyDescriptor(exception, "name")]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: Object.getOwnPropertyDescriptor(exception, "message")]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: Object.prototype.toString.call(exception) === "[object DOMException\]"]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: exception.code === DOMException.HIERARCHY_REQUEST_ERR]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: Object.getOwnPropertyDescriptor(exception, "code")]
|
||||
expected: FAIL
|
||||
|
||||
[In iframe: typeof exception.message === "string"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue