OLD | NEW |
1 CONSOLE MESSAGE: line 251: callback not yet supported | |
2 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
3 Found 1609 tests; 1423 PASS, 186 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 1609 tests; 1423 PASS, 186 FAIL, 0 TIMEOUT, 0 NOTRUN. |
4 PASS Event interface: existence and properties of interface object | 3 PASS Event interface: existence and properties of interface object |
5 PASS Event interface object length | 4 PASS Event interface object length |
6 PASS Event interface object name | 5 PASS Event interface object name |
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]" | 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]" |
8 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 |
9 PASS Event interface: attribute type | 8 PASS Event interface: attribute type |
10 PASS Event interface: attribute target | 9 PASS Event interface: attribute target |
11 PASS Event interface: attribute currentTarget | 10 PASS Event interface: attribute currentTarget |
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1611 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError | 1610 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError |
1612 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) | 1611 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) |
1613 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError | 1612 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError |
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 | 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 |
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 | 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 |
1616 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) | 1615 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) |
1617 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | 1616 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError |
1618 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) | 1617 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) |
1619 Harness: the test ran to completion. | 1618 Harness: the test ran to completion. |
1620 | 1619 |
OLD | NEW |