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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 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 251: callback not yet supported 1 CONSOLE MESSAGE: line 251: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 Found 1609 tests; 1424 PASS, 185 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Event interface: existence and properties of interface object 4 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length 5 PASS Event interface object length
5 PASS Event interface object name 6 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]" 7 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 8 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type 9 PASS Event interface: attribute type
9 PASS Event interface: attribute target 10 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget 11 PASS Event interface: attribute currentTarget
11 PASS Event interface: constant NONE on interface object 12 PASS Event interface: constant NONE on interface object
12 PASS Event interface: constant NONE on interface prototype object 13 PASS Event interface: constant NONE on interface prototype object
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1611 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1611 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1612 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1612 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1613 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1613 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 1614 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
1614 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 1615 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
1615 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1616 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1616 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1617 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1617 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1618 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1618 Harness: the test ran to completion. 1619 Harness: the test ran to completion.
1619 1620
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698