OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 Found 1610 tests; 1478 PASS, 132 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 1570 tests; 1440 PASS, 130 FAIL, 0 TIMEOUT, 0 NOTRUN. |
3 PASS Test driver | 3 PASS Test driver |
4 PASS Event interface: existence and properties of interface object | 4 PASS Event interface: existence and properties of interface object |
5 PASS Event interface object length | 5 PASS Event interface object length |
6 PASS Event interface object name | 6 PASS Event interface object name |
7 PASS Event interface: existence and properties of interface prototype object | 7 PASS Event interface: existence and properties of interface prototype object |
8 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 |
9 PASS Event interface: attribute type | 9 PASS Event interface: attribute type |
10 PASS Event interface: attribute target | 10 PASS Event interface: attribute target |
11 PASS Event interface: attribute currentTarget | 11 PASS Event interface: attribute currentTarget |
12 PASS Event interface: constant NONE on interface object | 12 PASS Event interface: constant NONE on interface object |
13 PASS Event interface: constant NONE on interface prototype object | 13 PASS Event interface: constant NONE on interface prototype object |
14 PASS Event interface: constant CAPTURING_PHASE on interface object | 14 PASS Event interface: constant CAPTURING_PHASE on interface object |
15 PASS Event interface: constant CAPTURING_PHASE on interface prototype object | 15 PASS Event interface: constant CAPTURING_PHASE on interface prototype object |
16 PASS Event interface: constant AT_TARGET on interface object | 16 PASS Event interface: constant AT_TARGET on interface object |
17 PASS Event interface: constant AT_TARGET on interface prototype object | 17 PASS Event interface: constant AT_TARGET on interface prototype object |
18 PASS Event interface: constant BUBBLING_PHASE on interface object | 18 PASS Event interface: constant BUBBLING_PHASE on interface object |
19 PASS Event interface: constant BUBBLING_PHASE on interface prototype object | 19 PASS Event interface: constant BUBBLING_PHASE on interface prototype object |
20 PASS Event interface: attribute eventPhase | 20 PASS Event interface: attribute eventPhase |
21 PASS Event interface: operation stopPropagation() | 21 PASS Event interface: operation stopPropagation() |
22 PASS Event interface: operation stopImmediatePropagation() | 22 PASS Event interface: operation stopImmediatePropagation() |
23 PASS Event interface: attribute bubbles | 23 PASS Event interface: attribute bubbles |
24 PASS Event interface: attribute cancelable | 24 PASS Event interface: attribute cancelable |
25 PASS Event interface: operation preventDefault() | 25 PASS Event interface: operation preventDefault() |
26 PASS Event interface: attribute defaultPrevented | 26 PASS Event interface: attribute defaultPrevented |
27 PASS Event interface: attribute timeStamp | 27 PASS Event interface: attribute timeStamp |
28 PASS Event interface: operation initEvent(DOMString,boolean,boolean) | 28 PASS Event interface: operation initEvent(DOMString,boolean,boolean) |
29 PASS Event must be primary interface of document.createEvent("Event") | |
30 PASS Stringification of document.createEvent("Event") | |
31 PASS Event interface: document.createEvent("Event") must inherit property "type"
with the proper type (0) | 29 PASS Event interface: document.createEvent("Event") must inherit property "type"
with the proper type (0) |
32 PASS Event interface: document.createEvent("Event") must inherit property "targe
t" with the proper type (1) | 30 PASS Event interface: document.createEvent("Event") must inherit property "targe
t" with the proper type (1) |
33 PASS Event interface: document.createEvent("Event") must inherit property "curre
ntTarget" with the proper type (2) | 31 PASS Event interface: document.createEvent("Event") must inherit property "curre
ntTarget" with the proper type (2) |
34 PASS Event interface: document.createEvent("Event") must inherit property "NONE"
with the proper type (3) | 32 PASS Event interface: document.createEvent("Event") must inherit property "NONE"
with the proper type (3) |
35 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU
RING_PHASE" with the proper type (4) | 33 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU
RING_PHASE" with the proper type (4) |
36 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA
RGET" with the proper type (5) | 34 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA
RGET" with the proper type (5) |
37 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL
ING_PHASE" with the proper type (6) | 35 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL
ING_PHASE" with the proper type (6) |
38 PASS Event interface: document.createEvent("Event") must inherit property "event
Phase" with the proper type (7) | 36 PASS Event interface: document.createEvent("Event") must inherit property "event
Phase" with the proper type (7) |
39 PASS Event interface: document.createEvent("Event") must inherit property "stopP
ropagation" with the proper type (8) | 37 PASS Event interface: document.createEvent("Event") must inherit property "stopP
ropagation" with the proper type (8) |
40 PASS Event interface: document.createEvent("Event") must inherit property "stopI
mmediatePropagation" with the proper type (9) | 38 PASS Event interface: document.createEvent("Event") must inherit property "stopI
mmediatePropagation" with the proper type (9) |
41 PASS Event interface: document.createEvent("Event") must inherit property "bubbl
es" with the proper type (10) | 39 PASS Event interface: document.createEvent("Event") must inherit property "bubbl
es" with the proper type (10) |
42 PASS Event interface: document.createEvent("Event") must inherit property "cance
lable" with the proper type (11) | 40 PASS Event interface: document.createEvent("Event") must inherit property "cance
lable" with the proper type (11) |
43 PASS Event interface: document.createEvent("Event") must inherit property "preve
ntDefault" with the proper type (12) | 41 PASS Event interface: document.createEvent("Event") must inherit property "preve
ntDefault" with the proper type (12) |
44 PASS Event interface: document.createEvent("Event") must inherit property "defau
ltPrevented" with the proper type (13) | 42 PASS Event interface: document.createEvent("Event") must inherit property "defau
ltPrevented" with the proper type (13) |
45 PASS Event interface: document.createEvent("Event") must have own property "isTr
usted" | 43 PASS Event interface: document.createEvent("Event") must have own property "isTr
usted" |
46 PASS Event interface: document.createEvent("Event") must inherit property "timeS
tamp" with the proper type (15) | 44 PASS Event interface: document.createEvent("Event") must inherit property "timeS
tamp" with the proper type (15) |
47 PASS Event interface: document.createEvent("Event") must inherit property "initE
vent" with the proper type (16) | 45 PASS Event interface: document.createEvent("Event") must inherit property "initE
vent" with the proper type (16) |
48 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on document.c
reateEvent("Event") with too few arguments must throw TypeError | 46 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on document.c
reateEvent("Event") with too few arguments must throw TypeError |
49 PASS Event must be primary interface of new Event("foo") | |
50 PASS Stringification of new Event("foo") | |
51 PASS Event interface: new Event("foo") must inherit property "type" with the pro
per type (0) | 47 PASS Event interface: new Event("foo") must inherit property "type" with the pro
per type (0) |
52 PASS Event interface: new Event("foo") must inherit property "target" with the p
roper type (1) | 48 PASS Event interface: new Event("foo") must inherit property "target" with the p
roper type (1) |
53 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit
h the proper type (2) | 49 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit
h the proper type (2) |
54 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro
per type (3) | 50 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro
per type (3) |
55 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w
ith the proper type (4) | 51 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w
ith the proper type (4) |
56 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th
e proper type (5) | 52 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th
e proper type (5) |
57 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi
th the proper type (6) | 53 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi
th the proper type (6) |
58 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t
he proper type (7) | 54 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t
he proper type (7) |
59 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w
ith the proper type (8) | 55 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w
ith the proper type (8) |
60 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa
gation" with the proper type (9) | 56 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa
gation" with the proper type (9) |
61 PASS Event interface: new Event("foo") must inherit property "bubbles" with the
proper type (10) | 57 PASS Event interface: new Event("foo") must inherit property "bubbles" with the
proper type (10) |
62 PASS Event interface: new Event("foo") must inherit property "cancelable" with t
he proper type (11) | 58 PASS Event interface: new Event("foo") must inherit property "cancelable" with t
he proper type (11) |
63 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi
th the proper type (12) | 59 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi
th the proper type (12) |
64 PASS Event interface: new Event("foo") must inherit property "defaultPrevented"
with the proper type (13) | 60 PASS Event interface: new Event("foo") must inherit property "defaultPrevented"
with the proper type (13) |
65 PASS Event interface: new Event("foo") must have own property "isTrusted" | 61 PASS Event interface: new Event("foo") must have own property "isTrusted" |
66 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th
e proper type (15) | 62 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th
e proper type (15) |
67 PASS Event interface: new Event("foo") must inherit property "initEvent" with th
e proper type (16) | 63 PASS Event interface: new Event("foo") must inherit property "initEvent" with th
e proper type (16) |
68 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
"foo") with too few arguments must throw TypeError | 64 PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new Event(
"foo") with too few arguments must throw TypeError |
69 PASS CustomEvent interface: existence and properties of interface object | 65 PASS CustomEvent interface: existence and properties of interface object |
70 PASS CustomEvent interface object length | 66 PASS CustomEvent interface object length |
71 PASS CustomEvent interface object name | 67 PASS CustomEvent interface object name |
72 PASS CustomEvent interface: existence and properties of interface prototype obje
ct | 68 PASS CustomEvent interface: existence and properties of interface prototype obje
ct |
73 PASS CustomEvent interface: existence and properties of interface prototype obje
ct's "constructor" property | 69 PASS CustomEvent interface: existence and properties of interface prototype obje
ct's "constructor" property |
74 PASS CustomEvent interface: attribute detail | 70 PASS CustomEvent interface: attribute detail |
75 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,
any) | 71 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,
any) |
76 PASS CustomEvent must be primary interface of new CustomEvent("foo") | |
77 PASS Stringification of new CustomEvent("foo") | |
78 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail
" with the proper type (0) | 72 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail
" with the proper type (0) |
79 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu
stomEvent" with the proper type (1) | 73 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu
stomEvent" with the proper type (1) |
80 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an
y) on new CustomEvent("foo") with too few arguments must throw TypeError | 74 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an
y) on new CustomEvent("foo") with too few arguments must throw TypeError |
81 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t
he proper type (0) | 75 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t
he proper type (0) |
82 PASS Event interface: new CustomEvent("foo") must inherit property "target" with
the proper type (1) | 76 PASS Event interface: new CustomEvent("foo") must inherit property "target" with
the proper type (1) |
83 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge
t" with the proper type (2) | 77 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge
t" with the proper type (2) |
84 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t
he proper type (3) | 78 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t
he proper type (3) |
85 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH
ASE" with the proper type (4) | 79 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH
ASE" with the proper type (4) |
86 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w
ith the proper type (5) | 80 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w
ith the proper type (5) |
87 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA
SE" with the proper type (6) | 81 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA
SE" with the proper type (6) |
(...skipping 20 matching lines...) Expand all Loading... |
108 PASS EventListener interface: existence and properties of interface prototype ob
ject | 102 PASS EventListener interface: existence and properties of interface prototype ob
ject |
109 PASS EventListener interface: existence and properties of interface prototype ob
ject's "constructor" property | 103 PASS EventListener interface: existence and properties of interface prototype ob
ject's "constructor" property |
110 PASS EventListener interface: operation handleEvent(Event) | 104 PASS EventListener interface: operation handleEvent(Event) |
111 PASS NodeList interface: existence and properties of interface object | 105 PASS NodeList interface: existence and properties of interface object |
112 PASS NodeList interface object length | 106 PASS NodeList interface object length |
113 PASS NodeList interface object name | 107 PASS NodeList interface object name |
114 PASS NodeList interface: existence and properties of interface prototype object | 108 PASS NodeList interface: existence and properties of interface prototype object |
115 PASS NodeList interface: existence and properties of interface prototype object'
s "constructor" property | 109 PASS NodeList interface: existence and properties of interface prototype object'
s "constructor" property |
116 PASS NodeList interface: operation item(unsigned long) | 110 PASS NodeList interface: operation item(unsigned long) |
117 PASS NodeList interface: attribute length | 111 PASS NodeList interface: attribute length |
118 PASS NodeList must be primary interface of document.querySelectorAll("script") | |
119 PASS Stringification of document.querySelectorAll("script") | |
120 PASS NodeList interface: document.querySelectorAll("script") must inherit proper
ty "item" with the proper type (0) | 112 PASS NodeList interface: document.querySelectorAll("script") must inherit proper
ty "item" with the proper type (0) |
121 PASS NodeList interface: calling item(unsigned long) on document.querySelectorAl
l("script") with too few arguments must throw TypeError | 113 PASS NodeList interface: calling item(unsigned long) on document.querySelectorAl
l("script") with too few arguments must throw TypeError |
122 PASS NodeList interface: document.querySelectorAll("script") must inherit proper
ty "length" with the proper type (1) | 114 PASS NodeList interface: document.querySelectorAll("script") must inherit proper
ty "length" with the proper type (1) |
123 PASS HTMLCollection interface: existence and properties of interface object | 115 PASS HTMLCollection interface: existence and properties of interface object |
124 PASS HTMLCollection interface object length | 116 PASS HTMLCollection interface object length |
125 PASS HTMLCollection interface object name | 117 PASS HTMLCollection interface object name |
126 PASS HTMLCollection interface: existence and properties of interface prototype o
bject | 118 PASS HTMLCollection interface: existence and properties of interface prototype o
bject |
127 PASS HTMLCollection interface: existence and properties of interface prototype o
bject's "constructor" property | 119 PASS HTMLCollection interface: existence and properties of interface prototype o
bject's "constructor" property |
128 PASS HTMLCollection interface: attribute length | 120 PASS HTMLCollection interface: attribute length |
129 PASS HTMLCollection interface: operation item(unsigned long) | 121 PASS HTMLCollection interface: operation item(unsigned long) |
130 PASS HTMLCollection interface: operation namedItem(DOMString) | 122 PASS HTMLCollection interface: operation namedItem(DOMString) |
131 PASS HTMLCollection must be primary interface of document.body.children | |
132 PASS Stringification of document.body.children | |
133 PASS HTMLCollection interface: document.body.children must inherit property "len
gth" with the proper type (0) | 123 PASS HTMLCollection interface: document.body.children must inherit property "len
gth" with the proper type (0) |
134 PASS HTMLCollection interface: document.body.children must inherit property "ite
m" with the proper type (1) | 124 PASS HTMLCollection interface: document.body.children must inherit property "ite
m" with the proper type (1) |
135 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil
dren with too few arguments must throw TypeError | 125 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil
dren with too few arguments must throw TypeError |
136 PASS HTMLCollection interface: document.body.children must inherit property "nam
edItem" with the proper type (2) | 126 PASS HTMLCollection interface: document.body.children must inherit property "nam
edItem" with the proper type (2) |
137 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi
ldren with too few arguments must throw TypeError | 127 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi
ldren with too few arguments must throw TypeError |
138 PASS MutationObserver interface: existence and properties of interface object | 128 PASS MutationObserver interface: existence and properties of interface object |
139 PASS MutationObserver interface object length | 129 PASS MutationObserver interface object length |
140 PASS MutationObserver interface object name | 130 PASS MutationObserver interface object name |
141 PASS MutationObserver interface: existence and properties of interface prototype
object | 131 PASS MutationObserver interface: existence and properties of interface prototype
object |
142 PASS MutationObserver interface: existence and properties of interface prototype
object's "constructor" property | 132 PASS MutationObserver interface: existence and properties of interface prototype
object's "constructor" property |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte
r) | 253 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte
r) |
264 PASS Document interface: operation getElementById(DOMString) | 254 PASS Document interface: operation getElementById(DOMString) |
265 PASS Document interface: attribute children | 255 PASS Document interface: attribute children |
266 PASS Document interface: attribute firstElementChild | 256 PASS Document interface: attribute firstElementChild |
267 PASS Document interface: attribute lastElementChild | 257 PASS Document interface: attribute lastElementChild |
268 PASS Document interface: attribute childElementCount | 258 PASS Document interface: attribute childElementCount |
269 PASS Document interface: operation prepend([object Object],[object Object]) | 259 PASS Document interface: operation prepend([object Object],[object Object]) |
270 PASS Document interface: operation append([object Object],[object Object]) | 260 PASS Document interface: operation append([object Object],[object Object]) |
271 PASS Document interface: operation querySelector(DOMString) | 261 PASS Document interface: operation querySelector(DOMString) |
272 PASS Document interface: operation querySelectorAll(DOMString) | 262 PASS Document interface: operation querySelectorAll(DOMString) |
273 FAIL Document must be primary interface of new Document() assert_equals: Unexpec
ted exception when evaluating object expected null but got object "TypeError: Il
legal constructor" | |
274 FAIL Stringification of new Document() assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" | |
275 FAIL Document interface: new Document() must inherit property "implementation" w
ith the proper type (0) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" | 263 FAIL Document interface: new Document() must inherit property "implementation" w
ith the proper type (0) assert_equals: Unexpected exception when evaluating obje
ct expected null but got object "TypeError: Illegal constructor" |
276 FAIL Document interface: new Document() must inherit property "URL" with the pro
per type (1) assert_equals: Unexpected exception when evaluating object expected
null but got object "TypeError: Illegal constructor" | 264 FAIL Document interface: new Document() must inherit property "URL" with the pro
per type (1) assert_equals: Unexpected exception when evaluating object expected
null but got object "TypeError: Illegal constructor" |
277 FAIL Document interface: new Document() must inherit property "documentURI" with
the proper type (2) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" | 265 FAIL Document interface: new Document() must inherit property "documentURI" with
the proper type (2) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
278 FAIL Document interface: new Document() must inherit property "origin" with the
proper type (3) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" | 266 FAIL Document interface: new Document() must inherit property "origin" with the
proper type (3) assert_equals: Unexpected exception when evaluating object expec
ted null but got object "TypeError: Illegal constructor" |
279 FAIL Document interface: new Document() must inherit property "compatMode" with
the proper type (4) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" | 267 FAIL Document interface: new Document() must inherit property "compatMode" with
the proper type (4) assert_equals: Unexpected exception when evaluating object e
xpected null but got object "TypeError: Illegal constructor" |
280 FAIL Document interface: new Document() must inherit property "characterSet" wit
h the proper type (5) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" | 268 FAIL Document interface: new Document() must inherit property "characterSet" wit
h the proper type (5) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
281 FAIL Document interface: new Document() must inherit property "charset" with the
proper type (6) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" | 269 FAIL Document interface: new Document() must inherit property "charset" with the
proper type (6) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
282 FAIL Document interface: new Document() must inherit property "inputEncoding" wi
th the proper type (7) assert_equals: Unexpected exception when evaluating objec
t expected null but got object "TypeError: Illegal constructor" | 270 FAIL Document interface: new Document() must inherit property "inputEncoding" wi
th the proper type (7) assert_equals: Unexpected exception when evaluating objec
t expected null but got object "TypeError: Illegal constructor" |
283 FAIL Document interface: new Document() must inherit property "contentType" with
the proper type (8) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" | 271 FAIL Document interface: new Document() must inherit property "contentType" with
the proper type (8) assert_equals: Unexpected exception when evaluating object
expected null but got object "TypeError: Illegal constructor" |
284 FAIL Document interface: new Document() must inherit property "doctype" with the
proper type (9) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" | 272 FAIL Document interface: new Document() must inherit property "doctype" with the
proper type (9) assert_equals: Unexpected exception when evaluating object expe
cted null but got object "TypeError: Illegal constructor" |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on new Document() with too few arguments must thro
w TypeError assert_equals: Unexpected exception when evaluating object expected
null but got object "TypeError: Illegal constructor" | 383 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on new Document() with too few arguments must thro
w TypeError assert_equals: Unexpected exception when evaluating object expected
null but got object "TypeError: Illegal constructor" |
396 FAIL EventTarget interface: new Document() must inherit property "removeEventLis
tener" with the proper type (1) assert_equals: Unexpected exception when evaluat
ing object expected null but got object "TypeError: Illegal constructor" | 384 FAIL EventTarget interface: new Document() must inherit property "removeEventLis
tener" with the proper type (1) assert_equals: Unexpected exception when evaluat
ing object expected null but got object "TypeError: Illegal constructor" |
397 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on new Document() with too few arguments must t
hrow TypeError assert_equals: Unexpected exception when evaluating object expect
ed null but got object "TypeError: Illegal constructor" | 385 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on new Document() with too few arguments must t
hrow TypeError assert_equals: Unexpected exception when evaluating object expect
ed null but got object "TypeError: Illegal constructor" |
398 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent"
with the proper type (2) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Illegal constructor" | 386 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent"
with the proper type (2) assert_equals: Unexpected exception when evaluating ob
ject expected null but got object "TypeError: Illegal constructor" |
399 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with
too few arguments must throw TypeError assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" | 387 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with
too few arguments must throw TypeError assert_equals: Unexpected exception when
evaluating object expected null but got object "TypeError: Illegal constructor" |
400 PASS XMLDocument interface: existence and properties of interface object | 388 PASS XMLDocument interface: existence and properties of interface object |
401 PASS XMLDocument interface object length | 389 PASS XMLDocument interface object length |
402 PASS XMLDocument interface object name | 390 PASS XMLDocument interface object name |
403 PASS XMLDocument interface: existence and properties of interface prototype obje
ct | 391 PASS XMLDocument interface: existence and properties of interface prototype obje
ct |
404 PASS XMLDocument interface: existence and properties of interface prototype obje
ct's "constructor" property | 392 PASS XMLDocument interface: existence and properties of interface prototype obje
ct's "constructor" property |
405 PASS XMLDocument must be primary interface of xmlDoc | |
406 PASS Stringification of xmlDoc | |
407 PASS Document interface: xmlDoc must inherit property "implementation" with the
proper type (0) | 393 PASS Document interface: xmlDoc must inherit property "implementation" with the
proper type (0) |
408 PASS Document interface: xmlDoc must inherit property "URL" with the proper type
(1) | 394 PASS Document interface: xmlDoc must inherit property "URL" with the proper type
(1) |
409 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro
per type (2) | 395 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro
per type (2) |
410 PASS Document interface: xmlDoc must inherit property "origin" with the proper t
ype (3) | 396 PASS Document interface: xmlDoc must inherit property "origin" with the proper t
ype (3) |
411 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop
er type (4) | 397 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop
er type (4) |
412 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr
oper type (5) | 398 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr
oper type (5) |
413 PASS Document interface: xmlDoc must inherit property "charset" with the proper
type (6) | 399 PASS Document interface: xmlDoc must inherit property "charset" with the proper
type (6) |
414 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p
roper type (7) | 400 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p
roper type (7) |
415 PASS Document interface: xmlDoc must inherit property "contentType" with the pro
per type (8) | 401 PASS Document interface: xmlDoc must inherit property "contentType" with the pro
per type (8) |
416 PASS Document interface: xmlDoc must inherit property "doctype" with the proper
type (9) | 402 PASS Document interface: xmlDoc must inherit property "doctype" with the proper
type (9) |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few
arguments must throw TypeError | 517 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few
arguments must throw TypeError |
532 PASS DOMImplementation interface: existence and properties of interface object | 518 PASS DOMImplementation interface: existence and properties of interface object |
533 PASS DOMImplementation interface object length | 519 PASS DOMImplementation interface object length |
534 PASS DOMImplementation interface object name | 520 PASS DOMImplementation interface object name |
535 PASS DOMImplementation interface: existence and properties of interface prototyp
e object | 521 PASS DOMImplementation interface: existence and properties of interface prototyp
e object |
536 PASS DOMImplementation interface: existence and properties of interface prototyp
e object's "constructor" property | 522 PASS DOMImplementation interface: existence and properties of interface prototyp
e object's "constructor" property |
537 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri
ng,DOMString) | 523 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri
ng,DOMString) |
538 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D
ocumentType) | 524 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D
ocumentType) |
539 PASS DOMImplementation interface: operation createHTMLDocument(DOMString) | 525 PASS DOMImplementation interface: operation createHTMLDocument(DOMString) |
540 PASS DOMImplementation interface: operation hasFeature() | 526 PASS DOMImplementation interface: operation hasFeature() |
541 PASS DOMImplementation must be primary interface of document.implementation | |
542 PASS Stringification of document.implementation | |
543 PASS DOMImplementation interface: document.implementation must inherit property
"createDocumentType" with the proper type (0) | 527 PASS DOMImplementation interface: document.implementation must inherit property
"createDocumentType" with the proper type (0) |
544 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString
,DOMString) on document.implementation with too few arguments must throw TypeErr
or | 528 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString
,DOMString) on document.implementation with too few arguments must throw TypeErr
or |
545 PASS DOMImplementation interface: document.implementation must inherit property
"createDocument" with the proper type (1) | 529 PASS DOMImplementation interface: document.implementation must inherit property
"createDocument" with the proper type (1) |
546 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc
umentType) on document.implementation with too few arguments must throw TypeErro
r | 530 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc
umentType) on document.implementation with too few arguments must throw TypeErro
r |
547 PASS DOMImplementation interface: document.implementation must inherit property
"createHTMLDocument" with the proper type (2) | 531 PASS DOMImplementation interface: document.implementation must inherit property
"createHTMLDocument" with the proper type (2) |
548 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum
ent.implementation with too few arguments must throw TypeError | 532 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum
ent.implementation with too few arguments must throw TypeError |
549 PASS DOMImplementation interface: document.implementation must inherit property
"hasFeature" with the proper type (3) | 533 PASS DOMImplementation interface: document.implementation must inherit property
"hasFeature" with the proper type (3) |
550 PASS DocumentType interface: existence and properties of interface object | 534 PASS DocumentType interface: existence and properties of interface object |
551 PASS DocumentType interface object length | 535 PASS DocumentType interface object length |
552 PASS DocumentType interface object name | 536 PASS DocumentType interface object name |
553 PASS DocumentType interface: existence and properties of interface prototype obj
ect | 537 PASS DocumentType interface: existence and properties of interface prototype obj
ect |
554 PASS DocumentType interface: existence and properties of interface prototype obj
ect's "constructor" property | 538 PASS DocumentType interface: existence and properties of interface prototype obj
ect's "constructor" property |
555 PASS DocumentType interface: attribute name | 539 PASS DocumentType interface: attribute name |
556 PASS DocumentType interface: attribute publicId | 540 PASS DocumentType interface: attribute publicId |
557 PASS DocumentType interface: attribute systemId | 541 PASS DocumentType interface: attribute systemId |
558 PASS DocumentType interface: operation before([object Object],[object Object]) | 542 PASS DocumentType interface: operation before([object Object],[object Object]) |
559 PASS DocumentType interface: operation after([object Object],[object Object]) | 543 PASS DocumentType interface: operation after([object Object],[object Object]) |
560 PASS DocumentType interface: operation replaceWith([object Object],[object Objec
t]) | 544 PASS DocumentType interface: operation replaceWith([object Object],[object Objec
t]) |
561 PASS DocumentType interface: operation remove() | 545 PASS DocumentType interface: operation remove() |
562 PASS DocumentType must be primary interface of document.doctype | |
563 PASS Stringification of document.doctype | |
564 PASS DocumentType interface: document.doctype must inherit property "name" with
the proper type (0) | 546 PASS DocumentType interface: document.doctype must inherit property "name" with
the proper type (0) |
565 PASS DocumentType interface: document.doctype must inherit property "publicId" w
ith the proper type (1) | 547 PASS DocumentType interface: document.doctype must inherit property "publicId" w
ith the proper type (1) |
566 PASS DocumentType interface: document.doctype must inherit property "systemId" w
ith the proper type (2) | 548 PASS DocumentType interface: document.doctype must inherit property "systemId" w
ith the proper type (2) |
567 PASS DocumentType interface: document.doctype must inherit property "before" wit
h the proper type (3) | 549 PASS DocumentType interface: document.doctype must inherit property "before" wit
h the proper type (3) |
568 PASS DocumentType interface: calling before([object Object],[object Object]) on
document.doctype with too few arguments must throw TypeError | 550 PASS DocumentType interface: calling before([object Object],[object Object]) on
document.doctype with too few arguments must throw TypeError |
569 PASS DocumentType interface: document.doctype must inherit property "after" with
the proper type (4) | 551 PASS DocumentType interface: document.doctype must inherit property "after" with
the proper type (4) |
570 PASS DocumentType interface: calling after([object Object],[object Object]) on d
ocument.doctype with too few arguments must throw TypeError | 552 PASS DocumentType interface: calling after([object Object],[object Object]) on d
ocument.doctype with too few arguments must throw TypeError |
571 PASS DocumentType interface: document.doctype must inherit property "replaceWith
" with the proper type (5) | 553 PASS DocumentType interface: document.doctype must inherit property "replaceWith
" with the proper type (5) |
572 PASS DocumentType interface: calling replaceWith([object Object],[object Object]
) on document.doctype with too few arguments must throw TypeError | 554 PASS DocumentType interface: calling replaceWith([object Object],[object Object]
) on document.doctype with too few arguments must throw TypeError |
573 PASS DocumentType interface: document.doctype must inherit property "remove" wit
h the proper type (6) | 555 PASS DocumentType interface: document.doctype must inherit property "remove" wit
h the proper type (6) |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 PASS DocumentFragment interface: existence and properties of interface prototype
object's "constructor" property | 626 PASS DocumentFragment interface: existence and properties of interface prototype
object's "constructor" property |
645 PASS DocumentFragment interface: operation getElementById(DOMString) | 627 PASS DocumentFragment interface: operation getElementById(DOMString) |
646 PASS DocumentFragment interface: attribute children | 628 PASS DocumentFragment interface: attribute children |
647 PASS DocumentFragment interface: attribute firstElementChild | 629 PASS DocumentFragment interface: attribute firstElementChild |
648 PASS DocumentFragment interface: attribute lastElementChild | 630 PASS DocumentFragment interface: attribute lastElementChild |
649 PASS DocumentFragment interface: attribute childElementCount | 631 PASS DocumentFragment interface: attribute childElementCount |
650 PASS DocumentFragment interface: operation prepend([object Object],[object Objec
t]) | 632 PASS DocumentFragment interface: operation prepend([object Object],[object Objec
t]) |
651 PASS DocumentFragment interface: operation append([object Object],[object Object
]) | 633 PASS DocumentFragment interface: operation append([object Object],[object Object
]) |
652 PASS DocumentFragment interface: operation querySelector(DOMString) | 634 PASS DocumentFragment interface: operation querySelector(DOMString) |
653 PASS DocumentFragment interface: operation querySelectorAll(DOMString) | 635 PASS DocumentFragment interface: operation querySelectorAll(DOMString) |
654 PASS DocumentFragment must be primary interface of document.createDocumentFragme
nt() | |
655 PASS Stringification of document.createDocumentFragment() | |
656 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "getElementById" with the proper type (0) | 636 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "getElementById" with the proper type (0) |
657 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c
reateDocumentFragment() with too few arguments must throw TypeError | 637 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c
reateDocumentFragment() with too few arguments must throw TypeError |
658 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "children" with the proper type (1) | 638 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "children" with the proper type (1) |
659 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "firstElementChild" with the proper type (2) | 639 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "firstElementChild" with the proper type (2) |
660 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "lastElementChild" with the proper type (3) | 640 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "lastElementChild" with the proper type (3) |
661 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "childElementCount" with the proper type (4) | 641 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "childElementCount" with the proper type (4) |
662 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "prepend" with the proper type (5) | 642 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "prepend" with the proper type (5) |
663 PASS DocumentFragment interface: calling prepend([object Object],[object Object]
) on document.createDocumentFragment() with too few arguments must throw TypeErr
or | 643 PASS DocumentFragment interface: calling prepend([object Object],[object Object]
) on document.createDocumentFragment() with too few arguments must throw TypeErr
or |
664 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "append" with the proper type (6) | 644 PASS DocumentFragment interface: document.createDocumentFragment() must inherit
property "append" with the proper type (6) |
665 PASS DocumentFragment interface: calling append([object Object],[object Object])
on document.createDocumentFragment() with too few arguments must throw TypeErro
r | 645 PASS DocumentFragment interface: calling append([object Object],[object Object])
on document.createDocumentFragment() with too few arguments must throw TypeErro
r |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 PASS Element interface: operation append([object Object],[object Object]) | 767 PASS Element interface: operation append([object Object],[object Object]) |
788 PASS Element interface: operation querySelector(DOMString) | 768 PASS Element interface: operation querySelector(DOMString) |
789 PASS Element interface: operation querySelectorAll(DOMString) | 769 PASS Element interface: operation querySelectorAll(DOMString) |
790 PASS Element interface: attribute previousElementSibling | 770 PASS Element interface: attribute previousElementSibling |
791 PASS Element interface: attribute nextElementSibling | 771 PASS Element interface: attribute nextElementSibling |
792 PASS Element interface: operation before([object Object],[object Object]) | 772 PASS Element interface: operation before([object Object],[object Object]) |
793 PASS Element interface: operation after([object Object],[object Object]) | 773 PASS Element interface: operation after([object Object],[object Object]) |
794 PASS Element interface: operation replaceWith([object Object],[object Object]) | 774 PASS Element interface: operation replaceWith([object Object],[object Object]) |
795 PASS Element interface: operation remove() | 775 PASS Element interface: operation remove() |
796 PASS Element interface: attribute assignedSlot | 776 PASS Element interface: attribute assignedSlot |
797 PASS Element must be primary interface of element | |
798 PASS Stringification of element | |
799 PASS Element interface: element must inherit property "namespaceURI" with the pr
oper type (0) | 777 PASS Element interface: element must inherit property "namespaceURI" with the pr
oper type (0) |
800 PASS Element interface: element must inherit property "prefix" with the proper t
ype (1) | 778 PASS Element interface: element must inherit property "prefix" with the proper t
ype (1) |
801 PASS Element interface: element must inherit property "localName" with the prope
r type (2) | 779 PASS Element interface: element must inherit property "localName" with the prope
r type (2) |
802 PASS Element interface: element must inherit property "tagName" with the proper
type (3) | 780 PASS Element interface: element must inherit property "tagName" with the proper
type (3) |
803 PASS Element interface: element must inherit property "id" with the proper type
(4) | 781 PASS Element interface: element must inherit property "id" with the proper type
(4) |
804 PASS Element interface: element must inherit property "className" with the prope
r type (5) | 782 PASS Element interface: element must inherit property "className" with the prope
r type (5) |
805 PASS Element interface: element must inherit property "classList" with the prope
r type (6) | 783 PASS Element interface: element must inherit property "classList" with the prope
r type (6) |
806 PASS Element interface: element must inherit property "slot" with the proper typ
e (7) | 784 PASS Element interface: element must inherit property "slot" with the proper typ
e (7) |
807 PASS Element interface: element must inherit property "hasAttributes" with the p
roper type (8) | 785 PASS Element interface: element must inherit property "hasAttributes" with the p
roper type (8) |
808 PASS Element interface: element must inherit property "attributes" with the prop
er type (9) | 786 PASS Element interface: element must inherit property "attributes" with the prop
er type (9) |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 PASS Attr interface object name | 936 PASS Attr interface object name |
959 PASS Attr interface: existence and properties of interface prototype object | 937 PASS Attr interface: existence and properties of interface prototype object |
960 PASS Attr interface: existence and properties of interface prototype object's "c
onstructor" property | 938 PASS Attr interface: existence and properties of interface prototype object's "c
onstructor" property |
961 PASS Attr interface: attribute namespaceURI | 939 PASS Attr interface: attribute namespaceURI |
962 PASS Attr interface: attribute prefix | 940 PASS Attr interface: attribute prefix |
963 PASS Attr interface: attribute localName | 941 PASS Attr interface: attribute localName |
964 PASS Attr interface: attribute name | 942 PASS Attr interface: attribute name |
965 PASS Attr interface: attribute value | 943 PASS Attr interface: attribute value |
966 PASS Attr interface: attribute ownerElement | 944 PASS Attr interface: attribute ownerElement |
967 PASS Attr interface: attribute specified | 945 PASS Attr interface: attribute specified |
968 PASS Attr must be primary interface of document.querySelector("[id]").attributes
[0] | |
969 PASS Stringification of document.querySelector("[id]").attributes[0] | |
970 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "namespaceURI" with the proper type (0) | 946 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "namespaceURI" with the proper type (0) |
971 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "prefix" with the proper type (1) | 947 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "prefix" with the proper type (1) |
972 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "localName" with the proper type (2) | 948 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "localName" with the proper type (2) |
973 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "name" with the proper type (3) | 949 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "name" with the proper type (3) |
974 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "value" with the proper type (4) | 950 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "value" with the proper type (4) |
975 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ownerElement" with the proper type (5) | 951 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ownerElement" with the proper type (5) |
976 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "specified" with the proper type (6) | 952 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "specified" with the proper type (6) |
977 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ELEMENT_NODE" with the proper type (0) | 953 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ELEMENT_NODE" with the proper type (0) |
978 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ATTRIBUTE_NODE" with the proper type (1) | 954 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "ATTRIBUTE_NODE" with the proper type (1) |
979 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "TEXT_NODE" with the proper type (2) | 955 PASS Node interface: document.querySelector("[id]").attributes[0] must inherit p
roperty "TEXT_NODE" with the proper type (2) |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 PASS CharacterData interface: operation replaceWith([object Object],[object Obje
ct]) | 1035 PASS CharacterData interface: operation replaceWith([object Object],[object Obje
ct]) |
1060 PASS CharacterData interface: operation remove() | 1036 PASS CharacterData interface: operation remove() |
1061 PASS Text interface: existence and properties of interface object | 1037 PASS Text interface: existence and properties of interface object |
1062 PASS Text interface object length | 1038 PASS Text interface object length |
1063 PASS Text interface object name | 1039 PASS Text interface object name |
1064 PASS Text interface: existence and properties of interface prototype object | 1040 PASS Text interface: existence and properties of interface prototype object |
1065 PASS Text interface: existence and properties of interface prototype object's "c
onstructor" property | 1041 PASS Text interface: existence and properties of interface prototype object's "c
onstructor" property |
1066 PASS Text interface: operation splitText(unsigned long) | 1042 PASS Text interface: operation splitText(unsigned long) |
1067 PASS Text interface: attribute wholeText | 1043 PASS Text interface: attribute wholeText |
1068 PASS Text interface: attribute assignedSlot | 1044 PASS Text interface: attribute assignedSlot |
1069 PASS Text must be primary interface of document.createTextNode("abc") | |
1070 PASS Stringification of document.createTextNode("abc") | |
1071 PASS Text interface: document.createTextNode("abc") must inherit property "split
Text" with the proper type (0) | 1045 PASS Text interface: document.createTextNode("abc") must inherit property "split
Text" with the proper type (0) |
1072 PASS Text interface: calling splitText(unsigned long) on document.createTextNode
("abc") with too few arguments must throw TypeError | 1046 PASS Text interface: calling splitText(unsigned long) on document.createTextNode
("abc") with too few arguments must throw TypeError |
1073 PASS Text interface: document.createTextNode("abc") must inherit property "whole
Text" with the proper type (1) | 1047 PASS Text interface: document.createTextNode("abc") must inherit property "whole
Text" with the proper type (1) |
1074 PASS Text interface: document.createTextNode("abc") must inherit property "assig
nedSlot" with the proper type (2) | 1048 PASS Text interface: document.createTextNode("abc") must inherit property "assig
nedSlot" with the proper type (2) |
1075 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "data" with the proper type (0) | 1049 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "data" with the proper type (0) |
1076 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "length" with the proper type (1) | 1050 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "length" with the proper type (1) |
1077 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "substringData" with the proper type (2) | 1051 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "substringData" with the proper type (2) |
1078 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on document.createTextNode("abc") with too few arguments must throw TypeError | 1052 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on document.createTextNode("abc") with too few arguments must throw TypeError |
1079 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "appendData" with the proper type (3) | 1053 PASS CharacterData interface: document.createTextNode("abc") must inherit proper
ty "appendData" with the proper type (3) |
1080 PASS CharacterData interface: calling appendData(DOMString) on document.createTe
xtNode("abc") with too few arguments must throw TypeError | 1054 PASS CharacterData interface: calling appendData(DOMString) on document.createTe
xtNode("abc") with too few arguments must throw TypeError |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1163 PASS CDATASection interface object length | 1137 PASS CDATASection interface object length |
1164 PASS CDATASection interface object name | 1138 PASS CDATASection interface object name |
1165 PASS CDATASection interface: existence and properties of interface prototype obj
ect | 1139 PASS CDATASection interface: existence and properties of interface prototype obj
ect |
1166 PASS CDATASection interface: existence and properties of interface prototype obj
ect's "constructor" property | 1140 PASS CDATASection interface: existence and properties of interface prototype obj
ect's "constructor" property |
1167 PASS ProcessingInstruction interface: existence and properties of interface obje
ct | 1141 PASS ProcessingInstruction interface: existence and properties of interface obje
ct |
1168 PASS ProcessingInstruction interface object length | 1142 PASS ProcessingInstruction interface object length |
1169 PASS ProcessingInstruction interface object name | 1143 PASS ProcessingInstruction interface object name |
1170 PASS ProcessingInstruction interface: existence and properties of interface prot
otype object | 1144 PASS ProcessingInstruction interface: existence and properties of interface prot
otype object |
1171 PASS ProcessingInstruction interface: existence and properties of interface prot
otype object's "constructor" property | 1145 PASS ProcessingInstruction interface: existence and properties of interface prot
otype object's "constructor" property |
1172 PASS ProcessingInstruction interface: attribute target | 1146 PASS ProcessingInstruction interface: attribute target |
1173 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI
nstruction("abc", "def") | |
1174 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def") | |
1175 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc",
"def") must inherit property "target" with the proper type (0) | 1147 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc",
"def") must inherit property "target" with the proper type (0) |
1176 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "data" with the proper type (0) | 1148 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "data" with the proper type (0) |
1177 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "length" with the proper type (1) | 1149 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "length" with the proper type (1) |
1178 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "substringData" with the proper type (2) | 1150 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "substringData" with the proper type (2) |
1179 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must
throw TypeError | 1151 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must
throw TypeError |
1180 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "appendData" with the proper type (3) | 1152 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "appendData" with the proper type (3) |
1181 PASS CharacterData interface: calling appendData(DOMString) on xmlDoc.createProc
essingInstruction("abc", "def") with too few arguments must throw TypeError | 1153 PASS CharacterData interface: calling appendData(DOMString) on xmlDoc.createProc
essingInstruction("abc", "def") with too few arguments must throw TypeError |
1182 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "insertData" with the proper type (4) | 1154 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "insertData" with the proper type (4) |
1183 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on xml
Doc.createProcessingInstruction("abc", "def") with too few arguments must throw
TypeError | 1155 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on xml
Doc.createProcessingInstruction("abc", "def") with too few arguments must throw
TypeError |
1184 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "deleteData" with the proper type (5) | 1156 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m
ust inherit property "deleteData" with the proper type (5) |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1258 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def"
) with too few arguments must throw TypeError | 1230 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob
ject Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def"
) with too few arguments must throw TypeError |
1259 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus
t inherit property "removeEventListener" with the proper type (1) | 1231 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus
t inherit property "removeEventListener" with the proper type (1) |
1260 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "d
ef") with too few arguments must throw TypeError | 1232 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,
[object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "d
ef") with too few arguments must throw TypeError |
1261 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus
t inherit property "dispatchEvent" with the proper type (2) | 1233 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus
t inherit property "dispatchEvent" with the proper type (2) |
1262 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess
ingInstruction("abc", "def") with too few arguments must throw TypeError | 1234 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess
ingInstruction("abc", "def") with too few arguments must throw TypeError |
1263 PASS Comment interface: existence and properties of interface object | 1235 PASS Comment interface: existence and properties of interface object |
1264 PASS Comment interface object length | 1236 PASS Comment interface object length |
1265 PASS Comment interface object name | 1237 PASS Comment interface object name |
1266 PASS Comment interface: existence and properties of interface prototype object | 1238 PASS Comment interface: existence and properties of interface prototype object |
1267 PASS Comment interface: existence and properties of interface prototype object's
"constructor" property | 1239 PASS Comment interface: existence and properties of interface prototype object's
"constructor" property |
1268 PASS Comment must be primary interface of document.createComment("abc") | |
1269 PASS Stringification of document.createComment("abc") | |
1270 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "data" with the proper type (0) | 1240 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "data" with the proper type (0) |
1271 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "length" with the proper type (1) | 1241 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "length" with the proper type (1) |
1272 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "substringData" with the proper type (2) | 1242 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "substringData" with the proper type (2) |
1273 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on document.createComment("abc") with too few arguments must throw TypeError | 1243 PASS CharacterData interface: calling substringData(unsigned long,unsigned long)
on document.createComment("abc") with too few arguments must throw TypeError |
1274 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "appendData" with the proper type (3) | 1244 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "appendData" with the proper type (3) |
1275 PASS CharacterData interface: calling appendData(DOMString) on document.createCo
mment("abc") with too few arguments must throw TypeError | 1245 PASS CharacterData interface: calling appendData(DOMString) on document.createCo
mment("abc") with too few arguments must throw TypeError |
1276 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "insertData" with the proper type (4) | 1246 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "insertData" with the proper type (4) |
1277 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc
ument.createComment("abc") with too few arguments must throw TypeError | 1247 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc
ument.createComment("abc") with too few arguments must throw TypeError |
1278 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "deleteData" with the proper type (5) | 1248 PASS CharacterData interface: document.createComment("abc") must inherit propert
y "deleteData" with the proper type (5) |
1279 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on
document.createComment("abc") with too few arguments must throw TypeError | 1249 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on
document.createComment("abc") with too few arguments must throw TypeError |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1387 PASS Range interface: operation extractContents() | 1357 PASS Range interface: operation extractContents() |
1388 PASS Range interface: operation cloneContents() | 1358 PASS Range interface: operation cloneContents() |
1389 PASS Range interface: operation insertNode(Node) | 1359 PASS Range interface: operation insertNode(Node) |
1390 PASS Range interface: operation surroundContents(Node) | 1360 PASS Range interface: operation surroundContents(Node) |
1391 PASS Range interface: operation cloneRange() | 1361 PASS Range interface: operation cloneRange() |
1392 PASS Range interface: operation detach() | 1362 PASS Range interface: operation detach() |
1393 PASS Range interface: operation isPointInRange(Node,unsigned long) | 1363 PASS Range interface: operation isPointInRange(Node,unsigned long) |
1394 PASS Range interface: operation comparePoint(Node,unsigned long) | 1364 PASS Range interface: operation comparePoint(Node,unsigned long) |
1395 PASS Range interface: operation intersectsNode(Node) | 1365 PASS Range interface: operation intersectsNode(Node) |
1396 PASS Range interface: stringifier | 1366 PASS Range interface: stringifier |
1397 PASS Range must be primary interface of document.createRange() | |
1398 PASS Stringification of document.createRange() | |
1399 PASS Range interface: document.createRange() must inherit property "startContain
er" with the proper type (0) | 1367 PASS Range interface: document.createRange() must inherit property "startContain
er" with the proper type (0) |
1400 PASS Range interface: document.createRange() must inherit property "startOffset"
with the proper type (1) | 1368 PASS Range interface: document.createRange() must inherit property "startOffset"
with the proper type (1) |
1401 PASS Range interface: document.createRange() must inherit property "endContainer
" with the proper type (2) | 1369 PASS Range interface: document.createRange() must inherit property "endContainer
" with the proper type (2) |
1402 PASS Range interface: document.createRange() must inherit property "endOffset" w
ith the proper type (3) | 1370 PASS Range interface: document.createRange() must inherit property "endOffset" w
ith the proper type (3) |
1403 PASS Range interface: document.createRange() must inherit property "collapsed" w
ith the proper type (4) | 1371 PASS Range interface: document.createRange() must inherit property "collapsed" w
ith the proper type (4) |
1404 PASS Range interface: document.createRange() must inherit property "commonAncest
orContainer" with the proper type (5) | 1372 PASS Range interface: document.createRange() must inherit property "commonAncest
orContainer" with the proper type (5) |
1405 PASS Range interface: document.createRange() must inherit property "setStart" wi
th the proper type (6) | 1373 PASS Range interface: document.createRange() must inherit property "setStart" wi
th the proper type (6) |
1406 PASS Range interface: calling setStart(Node,unsigned long) on document.createRan
ge() with too few arguments must throw TypeError | 1374 PASS Range interface: calling setStart(Node,unsigned long) on document.createRan
ge() with too few arguments must throw TypeError |
1407 PASS Range interface: document.createRange() must inherit property "setEnd" with
the proper type (7) | 1375 PASS Range interface: document.createRange() must inherit property "setEnd" with
the proper type (7) |
1408 PASS Range interface: calling setEnd(Node,unsigned long) on document.createRange
() with too few arguments must throw TypeError | 1376 PASS Range interface: calling setEnd(Node,unsigned long) on document.createRange
() with too few arguments must throw TypeError |
(...skipping 25 matching lines...) Expand all Loading... |
1434 PASS Range interface: document.createRange() must inherit property "surroundCont
ents" with the proper type (24) | 1402 PASS Range interface: document.createRange() must inherit property "surroundCont
ents" with the proper type (24) |
1435 PASS Range interface: calling surroundContents(Node) on document.createRange() w
ith too few arguments must throw TypeError | 1403 PASS Range interface: calling surroundContents(Node) on document.createRange() w
ith too few arguments must throw TypeError |
1436 PASS Range interface: document.createRange() must inherit property "cloneRange"
with the proper type (25) | 1404 PASS Range interface: document.createRange() must inherit property "cloneRange"
with the proper type (25) |
1437 PASS Range interface: document.createRange() must inherit property "detach" with
the proper type (26) | 1405 PASS Range interface: document.createRange() must inherit property "detach" with
the proper type (26) |
1438 PASS Range interface: document.createRange() must inherit property "isPointInRan
ge" with the proper type (27) | 1406 PASS Range interface: document.createRange() must inherit property "isPointInRan
ge" with the proper type (27) |
1439 PASS Range interface: calling isPointInRange(Node,unsigned long) on document.cre
ateRange() with too few arguments must throw TypeError | 1407 PASS Range interface: calling isPointInRange(Node,unsigned long) on document.cre
ateRange() with too few arguments must throw TypeError |
1440 PASS Range interface: document.createRange() must inherit property "comparePoint
" with the proper type (28) | 1408 PASS Range interface: document.createRange() must inherit property "comparePoint
" with the proper type (28) |
1441 PASS Range interface: calling comparePoint(Node,unsigned long) on document.creat
eRange() with too few arguments must throw TypeError | 1409 PASS Range interface: calling comparePoint(Node,unsigned long) on document.creat
eRange() with too few arguments must throw TypeError |
1442 PASS Range interface: document.createRange() must inherit property "intersectsNo
de" with the proper type (29) | 1410 PASS Range interface: document.createRange() must inherit property "intersectsNo
de" with the proper type (29) |
1443 PASS Range interface: calling intersectsNode(Node) on document.createRange() wit
h too few arguments must throw TypeError | 1411 PASS Range interface: calling intersectsNode(Node) on document.createRange() wit
h too few arguments must throw TypeError |
1444 PASS Range must be primary interface of detachedRange | |
1445 PASS Stringification of detachedRange | |
1446 PASS Range interface: detachedRange must inherit property "startContainer" with
the proper type (0) | 1412 PASS Range interface: detachedRange must inherit property "startContainer" with
the proper type (0) |
1447 PASS Range interface: detachedRange must inherit property "startOffset" with the
proper type (1) | 1413 PASS Range interface: detachedRange must inherit property "startOffset" with the
proper type (1) |
1448 PASS Range interface: detachedRange must inherit property "endContainer" with th
e proper type (2) | 1414 PASS Range interface: detachedRange must inherit property "endContainer" with th
e proper type (2) |
1449 PASS Range interface: detachedRange must inherit property "endOffset" with the p
roper type (3) | 1415 PASS Range interface: detachedRange must inherit property "endOffset" with the p
roper type (3) |
1450 PASS Range interface: detachedRange must inherit property "collapsed" with the p
roper type (4) | 1416 PASS Range interface: detachedRange must inherit property "collapsed" with the p
roper type (4) |
1451 PASS Range interface: detachedRange must inherit property "commonAncestorContain
er" with the proper type (5) | 1417 PASS Range interface: detachedRange must inherit property "commonAncestorContain
er" with the proper type (5) |
1452 PASS Range interface: detachedRange must inherit property "setStart" with the pr
oper type (6) | 1418 PASS Range interface: detachedRange must inherit property "setStart" with the pr
oper type (6) |
1453 PASS Range interface: calling setStart(Node,unsigned long) on detachedRange with
too few arguments must throw TypeError | 1419 PASS Range interface: calling setStart(Node,unsigned long) on detachedRange with
too few arguments must throw TypeError |
1454 PASS Range interface: detachedRange must inherit property "setEnd" with the prop
er type (7) | 1420 PASS Range interface: detachedRange must inherit property "setEnd" with the prop
er type (7) |
1455 PASS Range interface: calling setEnd(Node,unsigned long) on detachedRange with t
oo few arguments must throw TypeError | 1421 PASS Range interface: calling setEnd(Node,unsigned long) on detachedRange with t
oo few arguments must throw TypeError |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 PASS NodeIterator interface: existence and properties of interface prototype obj
ect | 1460 PASS NodeIterator interface: existence and properties of interface prototype obj
ect |
1495 PASS NodeIterator interface: existence and properties of interface prototype obj
ect's "constructor" property | 1461 PASS NodeIterator interface: existence and properties of interface prototype obj
ect's "constructor" property |
1496 PASS NodeIterator interface: attribute root | 1462 PASS NodeIterator interface: attribute root |
1497 PASS NodeIterator interface: attribute referenceNode | 1463 PASS NodeIterator interface: attribute referenceNode |
1498 PASS NodeIterator interface: attribute pointerBeforeReferenceNode | 1464 PASS NodeIterator interface: attribute pointerBeforeReferenceNode |
1499 PASS NodeIterator interface: attribute whatToShow | 1465 PASS NodeIterator interface: attribute whatToShow |
1500 PASS NodeIterator interface: attribute filter | 1466 PASS NodeIterator interface: attribute filter |
1501 PASS NodeIterator interface: operation nextNode() | 1467 PASS NodeIterator interface: operation nextNode() |
1502 PASS NodeIterator interface: operation previousNode() | 1468 PASS NodeIterator interface: operation previousNode() |
1503 PASS NodeIterator interface: operation detach() | 1469 PASS NodeIterator interface: operation detach() |
1504 PASS NodeIterator must be primary interface of document.createNodeIterator(docum
ent.body, NodeFilter.SHOW_ALL, null, false) | |
1505 PASS Stringification of document.createNodeIterator(document.body, NodeFilter.SH
OW_ALL, null, false) | |
1506 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "root" with the proper type (0) | 1470 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "root" with the proper type (0) |
1507 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "referenceNode" with the proper
type (1) | 1471 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "referenceNode" with the proper
type (1) |
1508 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "pointerBeforeReferenceNode" wit
h the proper type (2) | 1472 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "pointerBeforeReferenceNode" wit
h the proper type (2) |
1509 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typ
e (3) | 1473 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typ
e (3) |
1510 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "filter" with the proper type (4
) | 1474 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "filter" with the proper type (4
) |
1511 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "nextNode" with the proper type
(5) | 1475 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "nextNode" with the proper type
(5) |
1512 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "previousNode" with the proper t
ype (6) | 1476 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "previousNode" with the proper t
ype (6) |
1513 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7
) | 1477 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt
er.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7
) |
1514 PASS TreeWalker interface: existence and properties of interface object | 1478 PASS TreeWalker interface: existence and properties of interface object |
1515 PASS TreeWalker interface object length | 1479 PASS TreeWalker interface object length |
1516 PASS TreeWalker interface object name | 1480 PASS TreeWalker interface object name |
1517 PASS TreeWalker interface: existence and properties of interface prototype objec
t | 1481 PASS TreeWalker interface: existence and properties of interface prototype objec
t |
1518 PASS TreeWalker interface: existence and properties of interface prototype objec
t's "constructor" property | 1482 PASS TreeWalker interface: existence and properties of interface prototype objec
t's "constructor" property |
1519 PASS TreeWalker interface: attribute root | 1483 PASS TreeWalker interface: attribute root |
1520 PASS TreeWalker interface: attribute whatToShow | 1484 PASS TreeWalker interface: attribute whatToShow |
1521 PASS TreeWalker interface: attribute filter | 1485 PASS TreeWalker interface: attribute filter |
1522 PASS TreeWalker interface: attribute currentNode | 1486 PASS TreeWalker interface: attribute currentNode |
1523 PASS TreeWalker interface: operation parentNode() | 1487 PASS TreeWalker interface: operation parentNode() |
1524 PASS TreeWalker interface: operation firstChild() | 1488 PASS TreeWalker interface: operation firstChild() |
1525 PASS TreeWalker interface: operation lastChild() | 1489 PASS TreeWalker interface: operation lastChild() |
1526 PASS TreeWalker interface: operation previousSibling() | 1490 PASS TreeWalker interface: operation previousSibling() |
1527 PASS TreeWalker interface: operation nextSibling() | 1491 PASS TreeWalker interface: operation nextSibling() |
1528 PASS TreeWalker interface: operation previousNode() | 1492 PASS TreeWalker interface: operation previousNode() |
1529 PASS TreeWalker interface: operation nextNode() | 1493 PASS TreeWalker interface: operation nextNode() |
1530 PASS TreeWalker must be primary interface of document.createTreeWalker(document.
body, NodeFilter.SHOW_ALL, null, false) | |
1531 PASS Stringification of document.createTreeWalker(document.body, NodeFilter.SHOW
_ALL, null, false) | |
1532 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "root" with the proper type (0) | 1494 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "root" with the proper type (0) |
1533 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "whatToShow" with the proper type (1
) | 1495 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "whatToShow" with the proper type (1
) |
1534 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "filter" with the proper type (2) | 1496 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "filter" with the proper type (2) |
1535 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "currentNode" with the proper type (
3) | 1497 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "currentNode" with the proper type (
3) |
1536 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4
) | 1498 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4
) |
1537 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5
) | 1499 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5
) |
1538 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6)
| 1500 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6)
|
1539 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty
pe (7) | 1501 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty
pe (7) |
1540 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "nextSibling" with the proper type (
8) | 1502 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "nextSibling" with the proper type (
8) |
1541 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "previousNode" with the proper type
(9) | 1503 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S
HOW_ALL, null, false) must inherit property "previousNode" with the proper type
(9) |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1585 PASS DOMTokenList interface: attribute length | 1547 PASS DOMTokenList interface: attribute length |
1586 PASS DOMTokenList interface: operation item(unsigned long) | 1548 PASS DOMTokenList interface: operation item(unsigned long) |
1587 PASS DOMTokenList interface: operation contains(DOMString) | 1549 PASS DOMTokenList interface: operation contains(DOMString) |
1588 PASS DOMTokenList interface: operation add(DOMString) | 1550 PASS DOMTokenList interface: operation add(DOMString) |
1589 PASS DOMTokenList interface: operation remove(DOMString) | 1551 PASS DOMTokenList interface: operation remove(DOMString) |
1590 PASS DOMTokenList interface: operation toggle(DOMString,boolean) | 1552 PASS DOMTokenList interface: operation toggle(DOMString,boolean) |
1591 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p
roperty: interface prototype object missing non-static operation expected proper
ty "replace" missing | 1553 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p
roperty: interface prototype object missing non-static operation expected proper
ty "replace" missing |
1592 PASS DOMTokenList interface: operation supports(DOMString) | 1554 PASS DOMTokenList interface: operation supports(DOMString) |
1593 PASS DOMTokenList interface: attribute value | 1555 PASS DOMTokenList interface: attribute value |
1594 PASS DOMTokenList interface: stringifier | 1556 PASS DOMTokenList interface: stringifier |
1595 PASS DOMTokenList must be primary interface of document.body.classList | |
1596 PASS Stringification of document.body.classList | |
1597 PASS DOMTokenList interface: document.body.classList must inherit property "leng
th" with the proper type (0) | 1557 PASS DOMTokenList interface: document.body.classList must inherit property "leng
th" with the proper type (0) |
1598 PASS DOMTokenList interface: document.body.classList must inherit property "item
" with the proper type (1) | 1558 PASS DOMTokenList interface: document.body.classList must inherit property "item
" with the proper type (1) |
1599 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL
ist with too few arguments must throw TypeError | 1559 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL
ist with too few arguments must throw TypeError |
1600 PASS DOMTokenList interface: document.body.classList must inherit property "cont
ains" with the proper type (2) | 1560 PASS DOMTokenList interface: document.body.classList must inherit property "cont
ains" with the proper type (2) |
1601 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | 1561 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL
ist with too few arguments must throw TypeError |
1602 PASS DOMTokenList interface: document.body.classList must inherit property "add"
with the proper type (3) | 1562 PASS DOMTokenList interface: document.body.classList must inherit property "add"
with the proper type (3) |
1603 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w
ith too few arguments must throw TypeError | 1563 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w
ith too few arguments must throw TypeError |
1604 PASS DOMTokenList interface: document.body.classList must inherit property "remo
ve" with the proper type (4) | 1564 PASS DOMTokenList interface: document.body.classList must inherit property "remo
ve" with the proper type (4) |
1605 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError | 1565 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis
t with too few arguments must throw TypeError |
1606 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) | 1566 PASS DOMTokenList interface: document.body.classList must inherit property "togg
le" with the proper type (5) |
1607 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError | 1567 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body.
classList with too few arguments must throw TypeError |
1608 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 | 1568 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 |
1609 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 | 1569 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 |
1610 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) | 1570 PASS DOMTokenList interface: document.body.classList must inherit property "supp
orts" with the proper type (7) |
1611 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError | 1571 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL
ist with too few arguments must throw TypeError |
1612 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) | 1572 PASS DOMTokenList interface: document.body.classList must inherit property "valu
e" with the proper type (8) |
1613 Harness: the test ran to completion. | 1573 Harness: the test ran to completion. |
1614 | 1574 |
OLD | NEW |