| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 1609 tests; 1423 PASS, 186 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 |
| 13 PASS Event interface: constant CAPTURING_PHASE on interface object | 13 PASS Event interface: constant CAPTURING_PHASE on interface object |
| 14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object | 14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object |
| 15 PASS Event interface: constant AT_TARGET on interface object | 15 PASS Event interface: constant AT_TARGET on interface object |
| 16 PASS Event interface: constant AT_TARGET on interface prototype object | 16 PASS Event interface: constant AT_TARGET on interface prototype object |
| 17 PASS Event interface: constant BUBBLING_PHASE on interface object | 17 PASS Event interface: constant BUBBLING_PHASE on interface object |
| 18 PASS Event interface: constant BUBBLING_PHASE on interface prototype object | 18 PASS Event interface: constant BUBBLING_PHASE on interface prototype object |
| 19 PASS Event interface: attribute eventPhase | 19 PASS Event interface: attribute eventPhase |
| 20 PASS Event interface: operation stopPropagation() | 20 PASS Event interface: operation stopPropagation() |
| 21 PASS Event interface: operation stopImmediatePropagation() | 21 PASS Event interface: operation stopImmediatePropagation() |
| 22 PASS Event interface: attribute bubbles | 22 PASS Event interface: attribute bubbles |
| 23 PASS Event interface: attribute cancelable | 23 PASS Event interface: attribute cancelable |
| 24 PASS Event interface: operation preventDefault() | 24 PASS Event interface: operation preventDefault() |
| 25 PASS Event interface: attribute defaultPrevented | 25 PASS Event interface: attribute defaultPrevented |
| 26 PASS Event interface: attribute timeStamp | 26 PASS Event interface: attribute timeStamp |
| 27 FAIL Event interface: operation initEvent(DOMString,boolean,boolean) assert_equa
ls: property has wrong .length expected 1 but got 0 | 27 PASS Event interface: operation initEvent(DOMString,boolean,boolean) |
| 28 PASS Event must be primary interface of document.createEvent("Event") | 28 PASS Event must be primary interface of document.createEvent("Event") |
| 29 PASS Stringification of document.createEvent("Event") | 29 PASS Stringification of document.createEvent("Event") |
| 30 PASS Event interface: document.createEvent("Event") must inherit property "type"
with the proper type (0) | 30 PASS Event interface: document.createEvent("Event") must inherit property "type"
with the proper type (0) |
| 31 PASS Event interface: document.createEvent("Event") must inherit property "targe
t" with the proper type (1) | 31 PASS Event interface: document.createEvent("Event") must inherit property "targe
t" with the proper type (1) |
| 32 PASS Event interface: document.createEvent("Event") must inherit property "curre
ntTarget" with the proper type (2) | 32 PASS Event interface: document.createEvent("Event") must inherit property "curre
ntTarget" with the proper type (2) |
| 33 PASS Event interface: document.createEvent("Event") must inherit property "NONE"
with the proper type (3) | 33 PASS Event interface: document.createEvent("Event") must inherit property "NONE"
with the proper type (3) |
| 34 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU
RING_PHASE" with the proper type (4) | 34 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU
RING_PHASE" with the proper type (4) |
| 35 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA
RGET" with the proper type (5) | 35 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA
RGET" with the proper type (5) |
| 36 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL
ING_PHASE" with the proper type (6) | 36 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL
ING_PHASE" with the proper type (6) |
| 37 PASS Event interface: document.createEvent("Event") must inherit property "event
Phase" with the proper type (7) | 37 PASS Event interface: document.createEvent("Event") must inherit property "event
Phase" with the proper type (7) |
| 38 PASS Event interface: document.createEvent("Event") must inherit property "stopP
ropagation" with the proper type (8) | 38 PASS Event interface: document.createEvent("Event") must inherit property "stopP
ropagation" with the proper type (8) |
| 39 PASS Event interface: document.createEvent("Event") must inherit property "stopI
mmediatePropagation" with the proper type (9) | 39 PASS Event interface: document.createEvent("Event") must inherit property "stopI
mmediatePropagation" with the proper type (9) |
| 40 PASS Event interface: document.createEvent("Event") must inherit property "bubbl
es" with the proper type (10) | 40 PASS Event interface: document.createEvent("Event") must inherit property "bubbl
es" with the proper type (10) |
| 41 PASS Event interface: document.createEvent("Event") must inherit property "cance
lable" with the proper type (11) | 41 PASS Event interface: document.createEvent("Event") must inherit property "cance
lable" with the proper type (11) |
| 42 PASS Event interface: document.createEvent("Event") must inherit property "preve
ntDefault" with the proper type (12) | 42 PASS Event interface: document.createEvent("Event") must inherit property "preve
ntDefault" with the proper type (12) |
| 43 PASS Event interface: document.createEvent("Event") must inherit property "defau
ltPrevented" with the proper type (13) | 43 PASS Event interface: document.createEvent("Event") must inherit property "defau
ltPrevented" with the proper type (13) |
| 44 PASS Event interface: document.createEvent("Event") must have own property "isTr
usted" | 44 PASS Event interface: document.createEvent("Event") must have own property "isTr
usted" |
| 45 PASS Event interface: document.createEvent("Event") must inherit property "timeS
tamp" with the proper type (15) | 45 PASS Event interface: document.createEvent("Event") must inherit property "timeS
tamp" with the proper type (15) |
| 46 PASS Event interface: document.createEvent("Event") must inherit property "initE
vent" with the proper type (16) | 46 PASS Event interface: document.createEvent("Event") must inherit property "initE
vent" with the proper type (16) |
| 47 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on document.c
reateEvent("Event") with too few arguments must throw TypeError assert_throws: C
alled with 0 arguments function "function () { | 47 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on document.c
reateEvent("Event") with too few arguments must throw TypeError |
| 48 fn.apply(obj, args); | |
| 49 }" did not throw | |
| 50 PASS Event must be primary interface of new Event("foo") | 48 PASS Event must be primary interface of new Event("foo") |
| 51 PASS Stringification of new Event("foo") | 49 PASS Stringification of new Event("foo") |
| 52 PASS Event interface: new Event("foo") must inherit property "type" with the pro
per type (0) | 50 PASS Event interface: new Event("foo") must inherit property "type" with the pro
per type (0) |
| 53 PASS Event interface: new Event("foo") must inherit property "target" with the p
roper type (1) | 51 PASS Event interface: new Event("foo") must inherit property "target" with the p
roper type (1) |
| 54 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit
h the proper type (2) | 52 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit
h the proper type (2) |
| 55 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro
per type (3) | 53 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro
per type (3) |
| 56 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w
ith the proper type (4) | 54 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w
ith the proper type (4) |
| 57 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th
e proper type (5) | 55 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th
e proper type (5) |
| 58 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi
th the proper type (6) | 56 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi
th the proper type (6) |
| 59 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t
he proper type (7) | 57 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t
he proper type (7) |
| 60 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w
ith the proper type (8) | 58 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w
ith the proper type (8) |
| 61 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa
gation" with the proper type (9) | 59 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa
gation" with the proper type (9) |
| 62 PASS Event interface: new Event("foo") must inherit property "bubbles" with the
proper type (10) | 60 PASS Event interface: new Event("foo") must inherit property "bubbles" with the
proper type (10) |
| 63 PASS Event interface: new Event("foo") must inherit property "cancelable" with t
he proper type (11) | 61 PASS Event interface: new Event("foo") must inherit property "cancelable" with t
he proper type (11) |
| 64 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi
th the proper type (12) | 62 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi
th the proper type (12) |
| 65 PASS Event interface: new Event("foo") must inherit property "defaultPrevented"
with the proper type (13) | 63 PASS Event interface: new Event("foo") must inherit property "defaultPrevented"
with the proper type (13) |
| 66 PASS Event interface: new Event("foo") must have own property "isTrusted" | 64 PASS Event interface: new Event("foo") must have own property "isTrusted" |
| 67 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) |
| 68 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) |
| 69 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
"foo") with too few arguments must throw TypeError assert_throws: Called with 0
arguments function "function () { | 67 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
"foo") with too few arguments must throw TypeError |
| 70 fn.apply(obj, args); | |
| 71 }" did not throw | |
| 72 PASS CustomEvent interface: existence and properties of interface object | 68 PASS CustomEvent interface: existence and properties of interface object |
| 73 PASS CustomEvent interface object length | 69 PASS CustomEvent interface object length |
| 74 PASS CustomEvent interface object name | 70 PASS CustomEvent interface object name |
| 75 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]" |
| 76 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 |
| 77 PASS CustomEvent interface: attribute detail | 73 PASS CustomEvent interface: attribute detail |
| 78 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) |
| 79 PASS CustomEvent must be primary interface of new CustomEvent("foo") | 75 PASS CustomEvent must be primary interface of new CustomEvent("foo") |
| 80 PASS Stringification of new CustomEvent("foo") | 76 PASS Stringification of new CustomEvent("foo") |
| 81 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) |
| 82 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) |
| 83 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 |
| 84 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) |
| 85 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) |
| 86 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) |
| 87 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) |
| 88 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) |
| 89 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w
ith the proper type (5) | 85 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w
ith the proper type (5) |
| 90 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA
SE" with the proper type (6) | 86 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA
SE" with the proper type (6) |
| 91 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase"
with the proper type (7) | 87 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase"
with the proper type (7) |
| 92 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat
ion" with the proper type (8) | 88 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat
ion" with the proper type (8) |
| 93 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat
ePropagation" with the proper type (9) | 89 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat
ePropagation" with the proper type (9) |
| 94 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit
h the proper type (10) | 90 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit
h the proper type (10) |
| 95 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable"
with the proper type (11) | 91 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable"
with the proper type (11) |
| 96 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau
lt" with the proper type (12) | 92 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau
lt" with the proper type (12) |
| 97 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve
nted" with the proper type (13) | 93 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve
nted" with the proper type (13) |
| 98 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted" | 94 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted" |
| 99 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w
ith the proper type (15) | 95 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w
ith the proper type (15) |
| 100 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w
ith the proper type (16) | 96 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w
ith the proper type (16) |
| 101 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom
Event("foo") with too few arguments must throw TypeError assert_throws: Called w
ith 0 arguments function "function () { | 97 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom
Event("foo") with too few arguments must throw TypeError |
| 102 fn.apply(obj, args); | |
| 103 }" did not throw | |
| 104 PASS EventTarget interface: existence and properties of interface object | 98 PASS EventTarget interface: existence and properties of interface object |
| 105 PASS EventTarget interface object length | 99 PASS EventTarget interface object length |
| 106 PASS EventTarget interface object name | 100 PASS EventTarget interface object name |
| 107 FAIL EventTarget interface: existence and properties of interface prototype obje
ct assert_equals: class string of EventTarget.prototype expected "[object EventT
argetPrototype]" but got "[object EventTarget]" | 101 FAIL EventTarget interface: existence and properties of interface prototype obje
ct assert_equals: class string of EventTarget.prototype expected "[object EventT
argetPrototype]" but got "[object EventTarget]" |
| 108 PASS EventTarget interface: existence and properties of interface prototype obje
ct's "constructor" property | 102 PASS EventTarget interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 109 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[
object Object],[object Object]) | 103 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[
object Object],[object Object]) |
| 110 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene
r,[object Object],[object Object]) | 104 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene
r,[object Object],[object Object]) |
| 111 PASS EventTarget interface: operation dispatchEvent(Event) | 105 PASS EventTarget interface: operation dispatchEvent(Event) |
| 112 PASS EventListener interface: existence and properties of interface object | 106 PASS EventListener interface: existence and properties of interface object |
| 113 PASS EventListener interface: existence and properties of interface prototype ob
ject | 107 PASS EventListener interface: existence and properties of interface prototype ob
ject |
| (...skipping 1496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1610 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 |
| 1611 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) |
| 1612 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 |
| 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 | 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 |
| 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 | 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 |
| 1615 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) |
| 1616 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 |
| 1617 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) |
| 1618 Harness: the test ran to completion. | 1612 Harness: the test ran to completion. |
| 1619 | 1613 |
| OLD | NEW |