mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Enable WebIDL tests from web-platform-tests
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
[exceptions.html]
|
||||
type: testharness
|
||||
[exception.hasOwnProperty("name")]
|
||||
expected: FAIL
|
||||
|
||||
[Object.getOwnPropertyDescriptor(exception, "name")]
|
||||
expected: FAIL
|
||||
|
||||
[typeof exception.message === "string"]
|
||||
expected: FAIL
|
||||
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user