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

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

Issue 2434563008: Import wpt@26c8d4e87448d1c4e5ebf2ddb4917c0633c201db (Closed)
Patch Set: Mark one more test as potentially timing out 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
new file mode 100644
index 0000000000000000000000000000000000000000..8c6b0b57dd94c7885bca773f3ad12bc8dc00239d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/Document-createElement-expected.txt
@@ -0,0 +1,16 @@
+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