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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 225: Uncaught ReferenceError: document_types is not defined
2 This is a testharness.js-based test.
3 PASS document.createElement must create an instance of custom elements
4 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 m ust implement HTMLElement interface
5 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
6 FAIL document.createElement must report a NotSupportedError when attribute is ad ded by setAttribute during construction Failed to execute 'createElement' on 'Do cument': The result must not have attributes
7 FAIL document.createElement must report a NotSupportedError when attribute is ad ded by attributes.setNamedItem during construction Failed to execute 'createElem ent' on 'Document': The result must not have attributes
8 PASS document.createElement must not report a NotSupportedError when attribute i s added and removed during construction
9 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
10 FAIL document.createElement must report a NotSupportedError when a Comment child is added during construction Failed to execute 'createElement' on 'Document': T he result must not have children
11 FAIL document.createElement must report a NotSupportedError when an element chil d is added during construction Failed to execute 'createElement' on 'Document': The result must not have children
12 PASS document.createElement must not report a NotSupportedError when an element child is added and removed during construction
13 FAIL document.createElement must report a NotSupportedError when the element get s inserted into another element during construction Failed to execute 'createEle ment' on 'Document': The result must not have a parent
14 PASS document.createElement must not report a NotSupportedError when the element is inserted and removed from another element during construction
15 Harness: the test ran to completion.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698