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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 CONSOLE MESSAGE: line 236: callback not yet supported 1 CONSOLE MESSAGE: line 236: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS Event interface: existence and properties of interface object 3 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length 4 PASS Event interface object length
5 PASS Event interface object name 5 PASS Event interface object name
6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]" 6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]"
7 PASS Event interface: existence and properties of interface prototype object's " constructor" property 7 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type 8 PASS Event interface: attribute type
9 PASS Event interface: attribute target 9 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget 10 PASS Event interface: attribute currentTarget
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1532 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1533 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1533 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1534 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1534 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1535 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain 1535 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1536 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain 1536 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain
1537 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1537 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1538 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1538 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1539 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1539 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1540 Harness: the test ran to completion. 1540 Harness: the test ran to completion.
1541 1541
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698