Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2079)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/WebIDL/ecmascript-binding/es-exceptions/exceptions-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
-

Powered by Google App Engine
This is Rietveld 408576698