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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/custom-elements-registry/define-expected.txt

Issue 2323113002: Revert "Import wpt@65954a35b4e0a5cee1f4839271ba0e44f187c0a6" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS "window.customElements.define" should exists 2 PASS "window.customElements.define" should exists
3 PASS If no arguments, should throw a TypeError 3 PASS If no arguments, should throw a TypeError
4 PASS If one argument, should throw a TypeError 4 PASS If one argument, should throw a TypeError
5 PASS If constructor is undefined, should throw a TypeError 5 PASS If constructor is undefined, should throw a TypeError
6 PASS If constructor is null, should throw a TypeError 6 PASS If constructor is null, should throw a TypeError
7 PASS If constructor is object, should throw a TypeError 7 PASS If constructor is object, should throw a TypeError
8 PASS If constructor is string, should throw a TypeError 8 PASS If constructor is string, should throw a TypeError
9 PASS If constructor is arrow function, should throw a TypeError 9 PASS If constructor is arrow function, should throw a TypeError
10 PASS If constructor is method, should throw a TypeError 10 PASS If constructor is method, should throw a TypeError
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 PASS If constructor.prototype.adoptedCallback is object, should throw a TypeErro r 95 PASS If constructor.prototype.adoptedCallback is object, should throw a TypeErro r
96 PASS If constructor.prototype.adoptedCallback is integer, should throw a TypeErr or 96 PASS If constructor.prototype.adoptedCallback is integer, should throw a TypeErr or
97 PASS If constructor.prototype.attributeChangedCallback throws, should rethrow 97 PASS If constructor.prototype.attributeChangedCallback throws, should rethrow
98 PASS If constructor.prototype.attributeChangedCallback is undefined, should succ eed 98 PASS If constructor.prototype.attributeChangedCallback is undefined, should succ eed
99 PASS If constructor.prototype.attributeChangedCallback is function, should succe ed 99 PASS If constructor.prototype.attributeChangedCallback is function, should succe ed
100 PASS If constructor.prototype.attributeChangedCallback is null, should throw a T ypeError 100 PASS If constructor.prototype.attributeChangedCallback is null, should throw a T ypeError
101 PASS If constructor.prototype.attributeChangedCallback is object, should throw a TypeError 101 PASS If constructor.prototype.attributeChangedCallback is object, should throw a TypeError
102 PASS If constructor.prototype.attributeChangedCallback is integer, should throw a TypeError 102 PASS If constructor.prototype.attributeChangedCallback is integer, should throw a TypeError
103 Harness: the test ran to completion. 103 Harness: the test ran to completion.
104 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698