| Index: third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/es-exceptions/exceptions-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/es-exceptions/exceptions-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/es-exceptions/exceptions-expected.txt
|
| deleted file mode 100644
|
| index 97ca4bd62726f7613d8655e917043812b5ab679b..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/es-exceptions/exceptions-expected.txt
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -This is a testharness.js-based test.
|
| -PASS Object.getPrototypeOf(exception) === DOMException.prototype
|
| -FAIL exception.hasOwnProperty("name") assert_true: expected true got false
|
| -PASS exception.name === "HierarchyRequestError"
|
| -FAIL Object.getOwnPropertyDescriptor(exception, "name") Cannot read property 'writable' of undefined
|
| -PASS Object.getOwnPropertyDescriptor(exception, "message")
|
| -FAIL typeof exception.message === "string" assert_equals: expected "" but got "Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
|
| -PASS Object.prototype.toString.call(exception) === "[object DOMException]"
|
| -PASS exception.code === DOMException.HIERARCHY_REQUEST_ERR
|
| -FAIL Object.getOwnPropertyDescriptor(exception, "code") Cannot read property 'writable' of undefined
|
| -PASS In iframe: Object.getPrototypeOf(exception) === DOMException.prototype
|
| -FAIL In iframe: exception.hasOwnProperty("name") assert_true: expected true got false
|
| -PASS In iframe: exception.name === "HierarchyRequestError"
|
| -FAIL In iframe: Object.getOwnPropertyDescriptor(exception, "name") Cannot read property 'writable' of undefined
|
| -PASS In iframe: Object.getOwnPropertyDescriptor(exception, "message")
|
| -FAIL In iframe: typeof exception.message === "string" assert_equals: expected "" but got "Failed to execute 'appendChild' on 'Node': The new child element contains the parent."
|
| -PASS In iframe: Object.prototype.toString.call(exception) === "[object DOMException]"
|
| -PASS In iframe: exception.code === DOMException.HIERARCHY_REQUEST_ERR
|
| -FAIL In iframe: Object.getOwnPropertyDescriptor(exception, "code") Cannot read property 'writable' of undefined
|
| -Harness: the test ran to completion.
|
| -
|
|
|