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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/Document-createElement-expected.txt

Issue 2443543002: createElement should not transmit exceptions but report them. (Closed)
Patch Set: Rebaseline tests. Created 4 years, 2 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/imported/wpt/custom-elements/Document-createElement-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/Document-createElement-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/Document-createElement-expected.txt
deleted file mode 100644
index 8c6b0b57dd94c7885bca773f3ad12bc8dc00239d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/Document-createElement-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-CONSOLE ERROR: line 225: Uncaught ReferenceError: document_types is not defined
-This is a testharness.js-based test.
-PASS document.createElement must create an instance of custom elements
-FAIL document.createElement must report a TypeError when the result of Construct is not a DOM node Failed to execute 'createElement' on 'Document': The result must implement HTMLElement interface
-FAIL document.createElement must report a TypeError when the result of Construct is a TextNode Failed to execute 'createElement' on 'Document': The result must implement HTMLElement interface
-FAIL document.createElement must report a NotSupportedError when attribute is added by setAttribute during construction Failed to execute 'createElement' on 'Document': The result must not have attributes
-FAIL document.createElement must report a NotSupportedError when attribute is added by attributes.setNamedItem during construction Failed to execute 'createElement' on 'Document': The result must not have attributes
-PASS document.createElement must not report a NotSupportedError when attribute is added and removed during construction
-FAIL document.createElement must report a NotSupportedError when a Text child is added during construction Failed to execute 'createElement' on 'Document': The result must not have children
-FAIL document.createElement must report a NotSupportedError when a Comment child is added during construction Failed to execute 'createElement' on 'Document': The result must not have children
-FAIL document.createElement must report a NotSupportedError when an element child is added during construction Failed to execute 'createElement' on 'Document': The result must not have children
-PASS document.createElement must not report a NotSupportedError when an element child is added and removed during construction
-FAIL document.createElement must report a NotSupportedError when the element gets inserted into another element during construction Failed to execute 'createElement' on 'Document': The result must not have a parent
-PASS document.createElement must not report a NotSupportedError when the element is inserted and removed from another element during construction
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698