| OLD | NEW |
| 1 CONSOLE MESSAGE: line 198: callback not yet supported | 1 CONSOLE MESSAGE: line 198: 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 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 PASS DOMTokenList interface: existence and properties of interface prototype obj
ect's "constructor" property | 1505 PASS DOMTokenList interface: existence and properties of interface prototype obj
ect's "constructor" property |
| 1506 PASS DOMTokenList interface: attribute length | 1506 PASS DOMTokenList interface: attribute length |
| 1507 PASS DOMTokenList interface: operation item(unsigned long) | 1507 PASS DOMTokenList interface: operation item(unsigned long) |
| 1508 PASS DOMTokenList interface: operation contains(DOMString) | 1508 PASS DOMTokenList interface: operation contains(DOMString) |
| 1509 PASS DOMTokenList interface: operation add(DOMString) | 1509 PASS DOMTokenList interface: operation add(DOMString) |
| 1510 PASS DOMTokenList interface: operation remove(DOMString) | 1510 PASS DOMTokenList interface: operation remove(DOMString) |
| 1511 PASS DOMTokenList interface: operation toggle(DOMString,boolean) | 1511 PASS DOMTokenList interface: operation toggle(DOMString,boolean) |
| 1512 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p
roperty: interface prototype object missing non-static operation expected proper
ty "replace" missing | 1512 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p
roperty: interface prototype object missing non-static operation expected proper
ty "replace" missing |
| 1513 PASS DOMTokenList interface: operation supports(DOMString) | 1513 PASS DOMTokenList interface: operation supports(DOMString) |
| 1514 PASS DOMTokenList interface: attribute value | 1514 PASS DOMTokenList interface: attribute value |
| 1515 FAIL DOMTokenList interface: stringifier assert_true: property is not enumerable
expected true got false | 1515 PASS DOMTokenList interface: stringifier |
| 1516 PASS DOMTokenList must be primary interface of document.body.classList | 1516 PASS DOMTokenList must be primary interface of document.body.classList |
| 1517 PASS Stringification of document.body.classList | 1517 PASS Stringification of document.body.classList |
| 1518 PASS DOMTokenList interface: document.body.classList must inherit property "leng
th" with the proper type (0) | 1518 PASS DOMTokenList interface: document.body.classList must inherit property "leng
th" with the proper type (0) |
| 1519 PASS DOMTokenList interface: document.body.classList must inherit property "item
" with the proper type (1) | 1519 PASS DOMTokenList interface: document.body.classList must inherit property "item
" with the proper type (1) |
| 1520 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL
ist with too few arguments must throw TypeError | 1520 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL
ist with too few arguments must throw TypeError |
| 1521 PASS DOMTokenList interface: document.body.classList must inherit property "cont
ains" with the proper type (2) | 1521 PASS DOMTokenList interface: document.body.classList must inherit property "cont
ains" with the proper type (2) |
| 1522 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | 1522 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL
ist with too few arguments must throw TypeError |
| 1523 PASS DOMTokenList interface: document.body.classList must inherit property "add"
with the proper type (3) | 1523 PASS DOMTokenList interface: document.body.classList must inherit property "add"
with the proper type (3) |
| 1524 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w
ith too few arguments must throw TypeError | 1524 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w
ith too few arguments must throw TypeError |
| 1525 PASS DOMTokenList interface: document.body.classList must inherit property "remo
ve" with the proper type (4) | 1525 PASS DOMTokenList interface: document.body.classList must inherit property "remo
ve" with the proper type (4) |
| 1526 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError | 1526 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError |
| 1527 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) | 1527 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) |
| 1528 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError | 1528 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError |
| 1529 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 | 1529 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 |
| 1530 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 | 1530 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 |
| 1531 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) | 1531 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) |
| 1532 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | 1532 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError |
| 1533 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) | 1533 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) |
| 1534 Harness: the test ran to completion. | 1534 Harness: the test ran to completion. |
| 1535 | 1535 |
| OLD | NEW |