| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 1609 tests; 1427 PASS, 182 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 1609 tests; 1428 PASS, 181 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 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 |
| 11 PASS Event interface: constant NONE on interface object | 11 PASS Event interface: constant NONE on interface object |
| 12 PASS Event interface: constant NONE on interface prototype object | 12 PASS Event interface: constant NONE on interface prototype object |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 PASS Event interface: new Event("foo") must have own property "isTrusted" | 64 PASS Event interface: new Event("foo") must have own property "isTrusted" |
| 65 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th
e proper type (15) | 65 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th
e proper type (15) |
| 66 PASS Event interface: new Event("foo") must inherit property "initEvent" with th
e proper type (16) | 66 PASS Event interface: new Event("foo") must inherit property "initEvent" with th
e proper type (16) |
| 67 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
"foo") with too few arguments must throw TypeError | 67 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
"foo") with too few arguments must throw TypeError |
| 68 PASS CustomEvent interface: existence and properties of interface object | 68 PASS CustomEvent interface: existence and properties of interface object |
| 69 PASS CustomEvent interface object length | 69 PASS CustomEvent interface object length |
| 70 PASS CustomEvent interface object name | 70 PASS CustomEvent interface object name |
| 71 FAIL CustomEvent interface: existence and properties of interface prototype obje
ct assert_equals: class string of CustomEvent.prototype expected "[object Custom
EventPrototype]" but got "[object CustomEvent]" | 71 FAIL CustomEvent interface: existence and properties of interface prototype obje
ct assert_equals: class string of CustomEvent.prototype expected "[object Custom
EventPrototype]" but got "[object CustomEvent]" |
| 72 PASS CustomEvent interface: existence and properties of interface prototype obje
ct's "constructor" property | 72 PASS CustomEvent interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 73 PASS CustomEvent interface: attribute detail | 73 PASS CustomEvent interface: attribute detail |
| 74 FAIL CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,
any) assert_equals: property has wrong .length expected 1 but got 4 | 74 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,
any) |
| 75 PASS CustomEvent must be primary interface of new CustomEvent("foo") | 75 PASS CustomEvent must be primary interface of new CustomEvent("foo") |
| 76 PASS Stringification of new CustomEvent("foo") | 76 PASS Stringification of new CustomEvent("foo") |
| 77 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail
" with the proper type (0) | 77 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail
" with the proper type (0) |
| 78 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu
stomEvent" with the proper type (1) | 78 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu
stomEvent" with the proper type (1) |
| 79 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an
y) on new CustomEvent("foo") with too few arguments must throw TypeError | 79 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an
y) on new CustomEvent("foo") with too few arguments must throw TypeError |
| 80 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t
he proper type (0) | 80 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t
he proper type (0) |
| 81 PASS Event interface: new CustomEvent("foo") must inherit property "target" with
the proper type (1) | 81 PASS Event interface: new CustomEvent("foo") must inherit property "target" with
the proper type (1) |
| 82 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge
t" with the proper type (2) | 82 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge
t" with the proper type (2) |
| 83 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t
he proper type (3) | 83 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t
he proper type (3) |
| 84 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH
ASE" with the proper type (4) | 84 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH
ASE" with the proper type (4) |
| (...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1604 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError | 1604 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError |
| 1605 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) | 1605 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) |
| 1606 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError | 1606 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError |
| 1607 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 | 1607 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 |
| 1608 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 | 1608 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 |
| 1609 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) | 1609 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) |
| 1610 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | 1610 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError |
| 1611 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) | 1611 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) |
| 1612 Harness: the test ran to completion. | 1612 Harness: the test ran to completion. |
| 1613 | 1613 |
| OLD | NEW |