Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 198: callback not yet supported
2 This is a testharness.js-based test.
3 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length
5 PASS Event interface object name
6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Object]"
7 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type
9 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget
11 PASS Event interface: constant NONE on interface object
12 PASS Event interface: constant NONE on interface prototype object
13 PASS Event interface: constant CAPTURING_PHASE on interface object
14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object
15 PASS Event interface: constant AT_TARGET on interface object
16 PASS Event interface: constant AT_TARGET on interface prototype object
17 PASS Event interface: constant BUBBLING_PHASE on interface object
18 PASS Event interface: constant BUBBLING_PHASE on interface prototype object
19 PASS Event interface: attribute eventPhase
20 PASS Event interface: operation stopPropagation()
21 PASS Event interface: operation stopImmediatePropagation()
22 PASS Event interface: attribute bubbles
23 PASS Event interface: attribute cancelable
24 PASS Event interface: operation preventDefault()
25 PASS Event interface: attribute defaultPrevented
26 PASS Event interface: attribute timeStamp
27 FAIL Event interface: operation initEvent(DOMString,boolean,boolean) assert_equa ls: property has wrong .length expected 3 but got 0
28 PASS Event must be primary interface of document.createEvent("Event")
29 PASS Stringification of document.createEvent("Event")
30 PASS Event interface: document.createEvent("Event") must inherit property "type" with the proper type (0)
31 PASS Event interface: document.createEvent("Event") must inherit property "targe t" with the proper type (1)
32 PASS Event interface: document.createEvent("Event") must inherit property "curre ntTarget" with the proper type (2)
33 PASS Event interface: document.createEvent("Event") must inherit property "NONE" with the proper type (3)
34 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU RING_PHASE" with the proper type (4)
35 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA RGET" with the proper type (5)
36 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL ING_PHASE" with the proper type (6)
37 PASS Event interface: document.createEvent("Event") must inherit property "event Phase" with the proper type (7)
38 PASS Event interface: document.createEvent("Event") must inherit property "stopP ropagation" with the proper type (8)
39 PASS Event interface: document.createEvent("Event") must inherit property "stopI mmediatePropagation" with the proper type (9)
40 PASS Event interface: document.createEvent("Event") must inherit property "bubbl es" with the proper type (10)
41 PASS Event interface: document.createEvent("Event") must inherit property "cance lable" with the proper type (11)
42 PASS Event interface: document.createEvent("Event") must inherit property "preve ntDefault" with the proper type (12)
43 PASS Event interface: document.createEvent("Event") must inherit property "defau ltPrevented" with the proper type (13)
44 PASS Event interface: document.createEvent("Event") must have own property "isTr usted"
45 PASS Event interface: document.createEvent("Event") must inherit property "timeS tamp" with the proper type (15)
46 PASS Event interface: document.createEvent("Event") must inherit property "initE vent" with the proper type (16)
47 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on document.c reateEvent("Event") with too few arguments must throw TypeError assert_throws: C alled with 0 arguments function "function () { [native code] }" did not throw
48 PASS Event must be primary interface of new Event("foo")
49 PASS Stringification of new Event("foo")
50 PASS Event interface: new Event("foo") must inherit property "type" with the pro per type (0)
51 PASS Event interface: new Event("foo") must inherit property "target" with the p roper type (1)
52 PASS Event interface: new Event("foo") must inherit property "currentTarget" wit h the proper type (2)
53 PASS Event interface: new Event("foo") must inherit property "NONE" with the pro per type (3)
54 PASS Event interface: new Event("foo") must inherit property "CAPTURING_PHASE" w ith the proper type (4)
55 PASS Event interface: new Event("foo") must inherit property "AT_TARGET" with th e proper type (5)
56 PASS Event interface: new Event("foo") must inherit property "BUBBLING_PHASE" wi th the proper type (6)
57 PASS Event interface: new Event("foo") must inherit property "eventPhase" with t he proper type (7)
58 PASS Event interface: new Event("foo") must inherit property "stopPropagation" w ith the proper type (8)
59 PASS Event interface: new Event("foo") must inherit property "stopImmediatePropa gation" with the proper type (9)
60 PASS Event interface: new Event("foo") must inherit property "bubbles" with the proper type (10)
61 PASS Event interface: new Event("foo") must inherit property "cancelable" with t he proper type (11)
62 PASS Event interface: new Event("foo") must inherit property "preventDefault" wi th the proper type (12)
63 PASS Event interface: new Event("foo") must inherit property "defaultPrevented" with the proper type (13)
64 PASS Event interface: new Event("foo") must have own property "isTrusted"
65 PASS Event interface: new Event("foo") must inherit property "timeStamp" with th e proper type (15)
66 PASS Event interface: new Event("foo") must inherit property "initEvent" with th e proper type (16)
67 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event( "foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () { [native code] }" did not throw
68 PASS CustomEvent interface: existence and properties of interface object
69 FAIL CustomEvent interface object length assert_equals: wrong value for CustomEv ent.length expected 1 but got 0
70 PASS CustomEvent interface object name
71 FAIL CustomEvent interface: existence and properties of interface prototype obje ct assert_equals: class string of CustomEvent.prototype expected "[object Custom EventPrototype]" but got "[object Object]"
72 PASS CustomEvent interface: existence and properties of interface prototype obje ct's "constructor" property
73 PASS CustomEvent interface: attribute detail
74 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any)
75 PASS CustomEvent must be primary interface of new CustomEvent("foo")
76 PASS Stringification of new CustomEvent("foo")
77 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail " with the proper type (0)
78 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu stomEvent" with the proper type (1)
79 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an y) on new CustomEvent("foo") with too few arguments must throw TypeError
80 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t he proper type (0)
81 PASS Event interface: new CustomEvent("foo") must inherit property "target" with the proper type (1)
82 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge t" with the proper type (2)
83 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t he proper type (3)
84 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH ASE" with the proper type (4)
85 PASS Event interface: new CustomEvent("foo") must inherit property "AT_TARGET" w ith the proper type (5)
86 PASS Event interface: new CustomEvent("foo") must inherit property "BUBBLING_PHA SE" with the proper type (6)
87 PASS Event interface: new CustomEvent("foo") must inherit property "eventPhase" with the proper type (7)
88 PASS Event interface: new CustomEvent("foo") must inherit property "stopPropagat ion" with the proper type (8)
89 PASS Event interface: new CustomEvent("foo") must inherit property "stopImmediat ePropagation" with the proper type (9)
90 PASS Event interface: new CustomEvent("foo") must inherit property "bubbles" wit h the proper type (10)
91 PASS Event interface: new CustomEvent("foo") must inherit property "cancelable" with the proper type (11)
92 PASS Event interface: new CustomEvent("foo") must inherit property "preventDefau lt" with the proper type (12)
93 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve nted" with the proper type (13)
94 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted"
95 PASS Event interface: new CustomEvent("foo") must inherit property "timeStamp" w ith the proper type (15)
96 PASS Event interface: new CustomEvent("foo") must inherit property "initEvent" w ith the proper type (16)
97 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Custom Event("foo") with too few arguments must throw TypeError assert_throws: Called w ith 0 arguments function "function () { [native code] }" did not throw
98 PASS EventTarget interface: existence and properties of interface object
99 PASS EventTarget interface object length
100 PASS EventTarget interface object name
101 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object Object]"
102 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
103 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,b oolean)
104 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean)
105 PASS EventTarget interface: operation dispatchEvent(Event)
106 PASS EventListener interface: existence and properties of interface object
107 PASS EventListener interface: existence and properties of interface prototype ob ject
108 PASS EventListener interface: existence and properties of interface prototype ob ject's "constructor" property
109 PASS EventListener interface: operation handleEvent(Event)
110 PASS NodeList interface: existence and properties of interface object
111 PASS NodeList interface object length
112 PASS NodeList interface object name
113 FAIL NodeList interface: existence and properties of interface prototype object assert_equals: class string of NodeList.prototype expected "[object NodeListProt otype]" but got "[object Object]"
114 PASS NodeList interface: existence and properties of interface prototype object' s "constructor" property
115 PASS NodeList interface: operation item(unsigned long)
116 PASS NodeList interface: attribute length
117 PASS NodeList must be primary interface of document.querySelectorAll("script")
118 PASS Stringification of document.querySelectorAll("script")
119 PASS NodeList interface: document.querySelectorAll("script") must inherit proper ty "item" with the proper type (0)
120 PASS NodeList interface: calling item(unsigned long) on document.querySelectorAl l("script") with too few arguments must throw TypeError
121 PASS NodeList interface: document.querySelectorAll("script") must inherit proper ty "length" with the proper type (1)
122 PASS HTMLCollection interface: existence and properties of interface object
123 PASS HTMLCollection interface object length
124 PASS HTMLCollection interface object name
125 FAIL HTMLCollection interface: existence and properties of interface prototype o bject assert_equals: class string of HTMLCollection.prototype expected "[object HTMLCollectionPrototype]" but got "[object Object]"
126 PASS HTMLCollection interface: existence and properties of interface prototype o bject's "constructor" property
127 PASS HTMLCollection interface: attribute length
128 PASS HTMLCollection interface: operation item(unsigned long)
129 PASS HTMLCollection interface: operation namedItem(DOMString)
130 PASS HTMLCollection must be primary interface of document.body.children
131 PASS Stringification of document.body.children
132 PASS HTMLCollection interface: document.body.children must inherit property "len gth" with the proper type (0)
133 PASS HTMLCollection interface: document.body.children must inherit property "ite m" with the proper type (1)
134 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil dren with too few arguments must throw TypeError
135 PASS HTMLCollection interface: document.body.children must inherit property "nam edItem" with the proper type (2)
136 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi ldren with too few arguments must throw TypeError
137 PASS MutationObserver interface: existence and properties of interface object
138 PASS MutationObserver interface object length
139 PASS MutationObserver interface object name
140 FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[obj ect MutationObserverPrototype]" but got "[object Object]"
141 PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property
142 PASS MutationObserver interface: operation observe(Node,MutationObserverInit)
143 PASS MutationObserver interface: operation disconnect()
144 PASS MutationObserver interface: operation takeRecords()
145 PASS MutationRecord interface: existence and properties of interface object
146 PASS MutationRecord interface object length
147 PASS MutationRecord interface object name
148 FAIL MutationRecord interface: existence and properties of interface prototype o bject assert_equals: class string of MutationRecord.prototype expected "[object MutationRecordPrototype]" but got "[object Object]"
149 PASS MutationRecord interface: existence and properties of interface prototype o bject's "constructor" property
150 PASS MutationRecord interface: attribute type
151 PASS MutationRecord interface: attribute target
152 PASS MutationRecord interface: attribute addedNodes
153 PASS MutationRecord interface: attribute removedNodes
154 PASS MutationRecord interface: attribute previousSibling
155 PASS MutationRecord interface: attribute nextSibling
156 PASS MutationRecord interface: attribute attributeName
157 PASS MutationRecord interface: attribute attributeNamespace
158 PASS MutationRecord interface: attribute oldValue
159 PASS Node interface: existence and properties of interface object
160 PASS Node interface object length
161 PASS Node interface object name
162 FAIL Node interface: existence and properties of interface prototype object asse rt_equals: class string of Node.prototype expected "[object NodePrototype]" but got "[object Object]"
163 PASS Node interface: existence and properties of interface prototype object's "c onstructor" property
164 PASS Node interface: constant ELEMENT_NODE on interface object
165 PASS Node interface: constant ELEMENT_NODE on interface prototype object
166 PASS Node interface: constant ATTRIBUTE_NODE on interface object
167 PASS Node interface: constant ATTRIBUTE_NODE on interface prototype object
168 PASS Node interface: constant TEXT_NODE on interface object
169 PASS Node interface: constant TEXT_NODE on interface prototype object
170 PASS Node interface: constant CDATA_SECTION_NODE on interface object
171 PASS Node interface: constant CDATA_SECTION_NODE on interface prototype object
172 PASS Node interface: constant ENTITY_REFERENCE_NODE on interface object
173 PASS Node interface: constant ENTITY_REFERENCE_NODE on interface prototype objec t
174 PASS Node interface: constant ENTITY_NODE on interface object
175 PASS Node interface: constant ENTITY_NODE on interface prototype object
176 PASS Node interface: constant PROCESSING_INSTRUCTION_NODE on interface object
177 PASS Node interface: constant PROCESSING_INSTRUCTION_NODE on interface prototype object
178 PASS Node interface: constant COMMENT_NODE on interface object
179 PASS Node interface: constant COMMENT_NODE on interface prototype object
180 PASS Node interface: constant DOCUMENT_NODE on interface object
181 PASS Node interface: constant DOCUMENT_NODE on interface prototype object
182 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object
183 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object
184 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface object
185 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype obje ct
186 PASS Node interface: constant NOTATION_NODE on interface object
187 PASS Node interface: constant NOTATION_NODE on interface prototype object
188 PASS Node interface: attribute nodeType
189 PASS Node interface: attribute nodeName
190 PASS Node interface: attribute baseURI
191 PASS Node interface: attribute ownerDocument
192 PASS Node interface: attribute parentNode
193 PASS Node interface: attribute parentElement
194 PASS Node interface: operation hasChildNodes()
195 PASS Node interface: attribute childNodes
196 PASS Node interface: attribute firstChild
197 PASS Node interface: attribute lastChild
198 PASS Node interface: attribute previousSibling
199 PASS Node interface: attribute nextSibling
200 PASS Node interface: attribute nodeValue
201 PASS Node interface: attribute textContent
202 PASS Node interface: operation normalize()
203 PASS Node interface: operation cloneNode(boolean)
204 PASS Node interface: operation isEqualNode(Node)
205 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface object
206 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface protot ype object
207 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface object
208 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface prototype object
209 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface object
210 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface prototype object
211 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface object
212 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface prototype object
213 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface object
214 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface protot ype object
215 PASS Node interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on inter face object
216 PASS Node interface: constant DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC on inter face prototype object
217 PASS Node interface: operation compareDocumentPosition(Node)
218 PASS Node interface: operation contains(Node)
219 PASS Node interface: operation lookupPrefix(DOMString)
220 PASS Node interface: operation lookupNamespaceURI(DOMString)
221 PASS Node interface: operation isDefaultNamespace(DOMString)
222 PASS Node interface: operation insertBefore(Node,Node)
223 PASS Node interface: operation appendChild(Node)
224 PASS Node interface: operation replaceChild(Node,Node)
225 PASS Node interface: operation removeChild(Node)
226 PASS Document interface: existence and properties of interface object
227 PASS Document interface object length
228 PASS Document interface object name
229 FAIL Document interface: existence and properties of interface prototype object assert_equals: class string of Document.prototype expected "[object DocumentProt otype]" but got "[object Object]"
230 PASS Document interface: existence and properties of interface prototype object' s "constructor" property
231 PASS Document interface: attribute implementation
232 PASS Document interface: attribute URL
233 PASS Document interface: attribute documentURI
234 PASS Document interface: attribute origin
235 PASS Document interface: attribute compatMode
236 PASS Document interface: attribute characterSet
237 PASS Document interface: attribute charset
238 PASS Document interface: attribute inputEncoding
239 PASS Document interface: attribute contentType
240 PASS Document interface: attribute doctype
241 PASS Document interface: attribute documentElement
242 PASS Document interface: operation getElementsByTagName(DOMString)
243 PASS Document interface: operation getElementsByTagNameNS(DOMString,DOMString)
244 PASS Document interface: operation getElementsByClassName(DOMString)
245 PASS Document interface: operation createElement(DOMString)
246 PASS Document interface: operation createElementNS(DOMString,DOMString)
247 PASS Document interface: operation createDocumentFragment()
248 PASS Document interface: operation createTextNode(DOMString)
249 PASS Document interface: operation createComment(DOMString)
250 PASS Document interface: operation createProcessingInstruction(DOMString,DOMStri ng)
251 PASS Document interface: operation importNode(Node,boolean)
252 PASS Document interface: operation adoptNode(Node)
253 PASS Document interface: operation createAttribute(DOMString)
254 PASS Document interface: operation createAttributeNS(DOMString,DOMString)
255 PASS Document interface: operation createEvent(DOMString)
256 PASS Document interface: operation createRange()
257 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil ter)
258 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r)
259 PASS Document interface: operation getElementById(DOMString)
260 PASS Document interface: attribute children
261 PASS Document interface: attribute firstElementChild
262 PASS Document interface: attribute lastElementChild
263 PASS Document interface: attribute childElementCount
264 FAIL Document interface: operation prepend([object Object],[object Object]) asse rt_own_property: interface prototype object missing non-static operation expecte d property "prepend" missing
265 FAIL Document interface: operation append([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "append" missing
266 FAIL Document interface: operation query(DOMString) assert_own_property: interfa ce prototype object missing non-static operation expected property "query" missi ng
267 FAIL Document interface: operation queryAll(DOMString) assert_own_property: inte rface prototype object missing non-static operation expected property "queryAll" missing
268 PASS Document interface: operation querySelector(DOMString)
269 PASS Document interface: operation querySelectorAll(DOMString)
270 PASS XMLDocument interface: existence and properties of interface object
271 PASS XMLDocument interface object length
272 PASS XMLDocument interface object name
273 FAIL XMLDocument interface: existence and properties of interface prototype obje ct assert_equals: class string of XMLDocument.prototype expected "[object XMLDoc umentPrototype]" but got "[object Object]"
274 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property
275 PASS XMLDocument must be primary interface of xmlDoc
276 PASS Stringification of xmlDoc
277 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
278 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
279 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object"
280 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3)
281 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4)
282 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5)
283 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6)
284 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7)
285 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8)
286 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9)
287 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10)
288 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11)
289 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError
290 PASS Document interface: xmlDoc must inherit property "getElementsByTagNameNS" w ith the proper type (12)
291 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError
292 PASS Document interface: xmlDoc must inherit property "getElementsByClassName" w ith the proper type (13)
293 PASS Document interface: calling getElementsByClassName(DOMString) on xmlDoc wit h too few arguments must throw TypeError
294 PASS Document interface: xmlDoc must inherit property "createElement" with the p roper type (14)
295 PASS Document interface: calling createElement(DOMString) on xmlDoc with too few arguments must throw TypeError
296 PASS Document interface: xmlDoc must inherit property "createElementNS" with the proper type (15)
297 PASS Document interface: calling createElementNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError
298 PASS Document interface: xmlDoc must inherit property "createDocumentFragment" w ith the proper type (16)
299 PASS Document interface: xmlDoc must inherit property "createTextNode" with the proper type (17)
300 PASS Document interface: calling createTextNode(DOMString) on xmlDoc with too fe w arguments must throw TypeError
301 PASS Document interface: xmlDoc must inherit property "createComment" with the p roper type (18)
302 PASS Document interface: calling createComment(DOMString) on xmlDoc with too few arguments must throw TypeError
303 PASS Document interface: xmlDoc must inherit property "createProcessingInstructi on" with the proper type (19)
304 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString ) on xmlDoc with too few arguments must throw TypeError
305 PASS Document interface: xmlDoc must inherit property "importNode" with the prop er type (20)
306 PASS Document interface: calling importNode(Node,boolean) on xmlDoc with too few arguments must throw TypeError
307 PASS Document interface: xmlDoc must inherit property "adoptNode" with the prope r type (21)
308 PASS Document interface: calling adoptNode(Node) on xmlDoc with too few argument s must throw TypeError
309 PASS Document interface: xmlDoc must inherit property "createAttribute" with the proper type (22)
310 PASS Document interface: calling createAttribute(DOMString) on xmlDoc with too f ew arguments must throw TypeError
311 PASS Document interface: xmlDoc must inherit property "createAttributeNS" with t he proper type (23)
312 PASS Document interface: calling createAttributeNS(DOMString,DOMString) on xmlDo c with too few arguments must throw TypeError
313 PASS Document interface: xmlDoc must inherit property "createEvent" with the pro per type (24)
314 PASS Document interface: calling createEvent(DOMString) on xmlDoc with too few a rguments must throw TypeError
315 PASS Document interface: xmlDoc must inherit property "createRange" with the pro per type (25)
316 PASS Document interface: xmlDoc must inherit property "createNodeIterator" with the proper type (26)
317 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on xmlDoc with too few arguments must throw TypeError
318 PASS Document interface: xmlDoc must inherit property "createTreeWalker" with th e proper type (27)
319 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError
320 PASS Document interface: xmlDoc must inherit property "getElementById" with the proper type (28)
321 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe w arguments must throw TypeError
322 PASS Document interface: xmlDoc must inherit property "children" with the proper type (29)
323 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t he proper type (30)
324 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th e proper type (31)
325 PASS Document interface: xmlDoc must inherit property "childElementCount" with t he proper type (32)
326 FAIL Document interface: xmlDoc must inherit property "prepend" with the proper type (33) assert_inherits: property "prepend" not found in prototype chain
327 FAIL Document interface: calling prepend([object Object],[object Object]) on xml Doc with too few arguments must throw TypeError assert_inherits: property "prepe nd" not found in prototype chain
328 FAIL Document interface: xmlDoc must inherit property "append" with the proper t ype (34) assert_inherits: property "append" not found in prototype chain
329 FAIL Document interface: calling append([object Object],[object Object]) on xmlD oc with too few arguments must throw TypeError assert_inherits: property "append " not found in prototype chain
330 FAIL Document interface: xmlDoc must inherit property "query" with the proper ty pe (35) assert_inherits: property "query" not found in prototype chain
331 FAIL Document interface: calling query(DOMString) on xmlDoc with too few argumen ts must throw TypeError assert_inherits: property "query" not found in prototype chain
332 FAIL Document interface: xmlDoc must inherit property "queryAll" with the proper type (36) assert_inherits: property "queryAll" not found in prototype chain
333 FAIL Document interface: calling queryAll(DOMString) on xmlDoc with too few argu ments must throw TypeError assert_inherits: property "queryAll" not found in pro totype chain
334 PASS Document interface: xmlDoc must inherit property "querySelector" with the p roper type (37)
335 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError
336 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th e proper type (38)
337 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError
338 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type (0)
339 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop er type (1)
340 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty pe (2)
341 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type (3)
342 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4)
343 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5)
344 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
345 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7)
346 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8)
347 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
348 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
349 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11)
350 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12)
351 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13)
352 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type (14)
353 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (15)
354 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (16)
355 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (17)
356 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (18)
357 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (19)
358 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (20)
359 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (21)
360 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro per type (22)
361 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper type (23)
362 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty pe (24)
363 PASS Node interface: xmlDoc must inherit property "textContent" with the proper type (25)
364 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty pe (26)
365 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty pe (27)
366 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments must throw TypeError
367 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper type (28)
368 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments must throw TypeError
369 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE D" with the proper type (29)
370 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30)
371 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31)
372 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w ith the proper type (32)
373 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B Y" with the proper type (33)
374 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT ION_SPECIFIC" with the proper type (34)
375 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with the proper type (35)
376 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe w arguments must throw TypeError
377 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ e (36)
378 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus t throw TypeError
379 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper type (37)
380 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu ments must throw TypeError
381 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the proper type (38)
382 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe w arguments must throw TypeError
383 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the proper type (39)
384 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe w arguments must throw TypeError
385 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper type (40)
386 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu ments must throw TypeError
387 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper type (41)
388 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments must throw TypeError
389 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper type (42)
390 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu ments must throw TypeError
391 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper type (43)
392 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError
393 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with the proper type (0)
394 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc with too few arguments must throw TypeError
395 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w ith the proper type (1)
396 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc with too few arguments must throw TypeError
397 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th e proper type (2)
398 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError
399 PASS DOMImplementation interface: existence and properties of interface object
400 PASS DOMImplementation interface object length
401 PASS DOMImplementation interface object name
402 FAIL DOMImplementation interface: existence and properties of interface prototyp e object assert_equals: class string of DOMImplementation.prototype expected "[o bject DOMImplementationPrototype]" but got "[object Object]"
403 PASS DOMImplementation interface: existence and properties of interface prototyp e object's "constructor" property
404 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri ng,DOMString)
405 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D ocumentType)
406 PASS DOMImplementation interface: operation createHTMLDocument(DOMString)
407 PASS DOMImplementation interface: operation hasFeature()
408 PASS DOMImplementation must be primary interface of document.implementation
409 PASS Stringification of document.implementation
410 PASS DOMImplementation interface: document.implementation must inherit property "createDocumentType" with the proper type (0)
411 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString ,DOMString) on document.implementation with too few arguments must throw TypeErr or
412 PASS DOMImplementation interface: document.implementation must inherit property "createDocument" with the proper type (1)
413 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc umentType) on document.implementation with too few arguments must throw TypeErro r
414 PASS DOMImplementation interface: document.implementation must inherit property "createHTMLDocument" with the proper type (2)
415 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum ent.implementation with too few arguments must throw TypeError
416 PASS DOMImplementation interface: document.implementation must inherit property "hasFeature" with the proper type (3)
417 PASS DocumentFragment interface: existence and properties of interface object
418 PASS DocumentFragment interface object length
419 PASS DocumentFragment interface object name
420 FAIL DocumentFragment interface: existence and properties of interface prototype object assert_equals: class string of DocumentFragment.prototype expected "[obj ect DocumentFragmentPrototype]" but got "[object Object]"
421 PASS DocumentFragment interface: existence and properties of interface prototype object's "constructor" property
422 PASS DocumentFragment interface: operation getElementById(DOMString)
423 PASS DocumentFragment interface: attribute children
424 PASS DocumentFragment interface: attribute firstElementChild
425 PASS DocumentFragment interface: attribute lastElementChild
426 PASS DocumentFragment interface: attribute childElementCount
427 FAIL DocumentFragment interface: operation prepend([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "prepend" missing
428 FAIL DocumentFragment interface: operation append([object Object],[object Object ]) assert_own_property: interface prototype object missing non-static operation expected property "append" missing
429 FAIL DocumentFragment interface: operation query(DOMString) assert_own_property: interface prototype object missing non-static operation expected property "quer y" missing
430 FAIL DocumentFragment interface: operation queryAll(DOMString) assert_own_proper ty: interface prototype object missing non-static operation expected property "q ueryAll" missing
431 PASS DocumentFragment interface: operation querySelector(DOMString)
432 PASS DocumentFragment interface: operation querySelectorAll(DOMString)
433 PASS DocumentFragment must be primary interface of document.createDocumentFragme nt()
434 PASS Stringification of document.createDocumentFragment()
435 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "getElementById" with the proper type (0)
436 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c reateDocumentFragment() with too few arguments must throw TypeError
437 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "children" with the proper type (1)
438 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "firstElementChild" with the proper type (2)
439 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "lastElementChild" with the proper type (3)
440 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "childElementCount" with the proper type (4)
441 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "prepend" with the proper type (5) assert_inherits: property "prepend" not found in prototype chain
442 FAIL DocumentFragment interface: calling prepend([object Object],[object Object] ) on document.createDocumentFragment() with too few arguments must throw TypeErr or assert_inherits: property "prepend" not found in prototype chain
443 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "append" with the proper type (6) assert_inherits: property "append" no t found in prototype chain
444 FAIL DocumentFragment interface: calling append([object Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeErro r assert_inherits: property "append" not found in prototype chain
445 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "query" with the proper type (7) assert_inherits: property "query" not found in prototype chain
446 FAIL DocumentFragment interface: calling query(DOMString) on document.createDocu mentFragment() with too few arguments must throw TypeError assert_inherits: prop erty "query" not found in prototype chain
447 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "queryAll" with the proper type (8) assert_inherits: property "queryAll " not found in prototype chain
448 FAIL DocumentFragment interface: calling queryAll(DOMString) on document.createD ocumentFragment() with too few arguments must throw TypeError assert_inherits: p roperty "queryAll" not found in prototype chain
449 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelector" with the proper type (9)
450 PASS DocumentFragment interface: calling querySelector(DOMString) on document.cr eateDocumentFragment() with too few arguments must throw TypeError
451 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelectorAll" with the proper type (10)
452 PASS DocumentFragment interface: calling querySelectorAll(DOMString) on document .createDocumentFragment() with too few arguments must throw TypeError
453 PASS Node interface: document.createDocumentFragment() must inherit property "EL EMENT_NODE" with the proper type (0)
454 PASS Node interface: document.createDocumentFragment() must inherit property "AT TRIBUTE_NODE" with the proper type (1)
455 PASS Node interface: document.createDocumentFragment() must inherit property "TE XT_NODE" with the proper type (2)
456 PASS Node interface: document.createDocumentFragment() must inherit property "CD ATA_SECTION_NODE" with the proper type (3)
457 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_REFERENCE_NODE" with the proper type (4)
458 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_NODE" with the proper type (5)
459 PASS Node interface: document.createDocumentFragment() must inherit property "PR OCESSING_INSTRUCTION_NODE" with the proper type (6)
460 PASS Node interface: document.createDocumentFragment() must inherit property "CO MMENT_NODE" with the proper type (7)
461 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_NODE" with the proper type (8)
462 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_TYPE_NODE" with the proper type (9)
463 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_FRAGMENT_NODE" with the proper type (10)
464 PASS Node interface: document.createDocumentFragment() must inherit property "NO TATION_NODE" with the proper type (11)
465 PASS Node interface: document.createDocumentFragment() must inherit property "no deType" with the proper type (12)
466 PASS Node interface: document.createDocumentFragment() must inherit property "no deName" with the proper type (13)
467 PASS Node interface: document.createDocumentFragment() must inherit property "ba seURI" with the proper type (14)
468 PASS Node interface: document.createDocumentFragment() must inherit property "ow nerDocument" with the proper type (15)
469 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentNode" with the proper type (16)
470 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentElement" with the proper type (17)
471 PASS Node interface: document.createDocumentFragment() must inherit property "ha sChildNodes" with the proper type (18)
472 PASS Node interface: document.createDocumentFragment() must inherit property "ch ildNodes" with the proper type (19)
473 PASS Node interface: document.createDocumentFragment() must inherit property "fi rstChild" with the proper type (20)
474 PASS Node interface: document.createDocumentFragment() must inherit property "la stChild" with the proper type (21)
475 PASS Node interface: document.createDocumentFragment() must inherit property "pr eviousSibling" with the proper type (22)
476 PASS Node interface: document.createDocumentFragment() must inherit property "ne xtSibling" with the proper type (23)
477 PASS Node interface: document.createDocumentFragment() must inherit property "no deValue" with the proper type (24)
478 PASS Node interface: document.createDocumentFragment() must inherit property "te xtContent" with the proper type (25)
479 PASS Node interface: document.createDocumentFragment() must inherit property "no rmalize" with the proper type (26)
480 PASS Node interface: document.createDocumentFragment() must inherit property "cl oneNode" with the proper type (27)
481 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme nt() with too few arguments must throw TypeError
482 PASS Node interface: document.createDocumentFragment() must inherit property "is EqualNode" with the proper type (28)
483 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
484 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_DISCONNECTED" with the proper type (29)
485 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_PRECEDING" with the proper type (30)
486 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_FOLLOWING" with the proper type (31)
487 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINS" with the proper type (32)
488 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINED_BY" with the proper type (33)
489 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34)
490 PASS Node interface: document.createDocumentFragment() must inherit property "co mpareDocumentPosition" with the proper type (35)
491 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc umentFragment() with too few arguments must throw TypeError
492 PASS Node interface: document.createDocumentFragment() must inherit property "co ntains" with the proper type (36)
493 PASS Node interface: calling contains(Node) on document.createDocumentFragment() with too few arguments must throw TypeError
494 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupPrefix" with the proper type (37)
495 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF ragment() with too few arguments must throw TypeError
496 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupNamespaceURI" with the proper type (38)
497 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError
498 PASS Node interface: document.createDocumentFragment() must inherit property "is DefaultNamespace" with the proper type (39)
499 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError
500 PASS Node interface: document.createDocumentFragment() must inherit property "in sertBefore" with the proper type (40)
501 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError
502 PASS Node interface: document.createDocumentFragment() must inherit property "ap pendChild" with the proper type (41)
503 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
504 PASS Node interface: document.createDocumentFragment() must inherit property "re placeChild" with the proper type (42)
505 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError
506 PASS Node interface: document.createDocumentFragment() must inherit property "re moveChild" with the proper type (43)
507 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
508 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "addEventListener" with the proper type (0)
509 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createDocumentFragment() with too few arguments must throw Typ eError
510 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "removeEventListener" with the proper type (1)
511 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createDocumentFragment() with too few arguments must throw TypeError
512 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "dispatchEvent" with the proper type (2)
513 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum entFragment() with too few arguments must throw TypeError
514 PASS DocumentType interface: existence and properties of interface object
515 PASS DocumentType interface object length
516 PASS DocumentType interface object name
517 FAIL DocumentType interface: existence and properties of interface prototype obj ect assert_equals: class string of DocumentType.prototype expected "[object Docu mentTypePrototype]" but got "[object Object]"
518 PASS DocumentType interface: existence and properties of interface prototype obj ect's "constructor" property
519 PASS DocumentType interface: attribute name
520 PASS DocumentType interface: attribute publicId
521 PASS DocumentType interface: attribute systemId
522 FAIL DocumentType interface: operation before([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "before" missing
523 FAIL DocumentType interface: operation after([object Object],[object Object]) as sert_own_property: interface prototype object missing non-static operation expec ted property "after" missing
524 FAIL DocumentType interface: operation replaceWith([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "replaceWith" missing
525 PASS DocumentType interface: operation remove()
526 PASS DocumentType must be primary interface of document.doctype
527 PASS Stringification of document.doctype
528 PASS DocumentType interface: document.doctype must inherit property "name" with the proper type (0)
529 PASS DocumentType interface: document.doctype must inherit property "publicId" w ith the proper type (1)
530 PASS DocumentType interface: document.doctype must inherit property "systemId" w ith the proper type (2)
531 FAIL DocumentType interface: document.doctype must inherit property "before" wit h the proper type (3) assert_inherits: property "before" not found in prototype chain
532 FAIL DocumentType interface: calling before([object Object],[object Object]) on document.doctype with too few arguments must throw TypeError assert_inherits: pr operty "before" not found in prototype chain
533 FAIL DocumentType interface: document.doctype must inherit property "after" with the proper type (4) assert_inherits: property "after" not found in prototype ch ain
534 FAIL DocumentType interface: calling after([object Object],[object Object]) on d ocument.doctype with too few arguments must throw TypeError assert_inherits: pro perty "after" not found in prototype chain
535 FAIL DocumentType interface: document.doctype must inherit property "replaceWith " with the proper type (5) assert_inherits: property "replaceWith" not found in prototype chain
536 FAIL DocumentType interface: calling replaceWith([object Object],[object Object] ) on document.doctype with too few arguments must throw TypeError assert_inherit s: property "replaceWith" not found in prototype chain
537 PASS DocumentType interface: document.doctype must inherit property "remove" wit h the proper type (6)
538 PASS Node interface: document.doctype must inherit property "ELEMENT_NODE" with the proper type (0)
539 PASS Node interface: document.doctype must inherit property "ATTRIBUTE_NODE" wit h the proper type (1)
540 PASS Node interface: document.doctype must inherit property "TEXT_NODE" with the proper type (2)
541 PASS Node interface: document.doctype must inherit property "CDATA_SECTION_NODE" with the proper type (3)
542 PASS Node interface: document.doctype must inherit property "ENTITY_REFERENCE_NO DE" with the proper type (4)
543 PASS Node interface: document.doctype must inherit property "ENTITY_NODE" with t he proper type (5)
544 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT ION_NODE" with the proper type (6)
545 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with the proper type (7)
546 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with the proper type (8)
547 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
548 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N ODE" with the proper type (10)
549 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with the proper type (11)
550 PASS Node interface: document.doctype must inherit property "nodeType" with the proper type (12)
551 PASS Node interface: document.doctype must inherit property "nodeName" with the proper type (13)
552 PASS Node interface: document.doctype must inherit property "baseURI" with the p roper type (14)
553 PASS Node interface: document.doctype must inherit property "ownerDocument" with the proper type (15)
554 PASS Node interface: document.doctype must inherit property "parentNode" with th e proper type (16)
555 PASS Node interface: document.doctype must inherit property "parentElement" with the proper type (17)
556 PASS Node interface: document.doctype must inherit property "hasChildNodes" with the proper type (18)
557 PASS Node interface: document.doctype must inherit property "childNodes" with th e proper type (19)
558 PASS Node interface: document.doctype must inherit property "firstChild" with th e proper type (20)
559 PASS Node interface: document.doctype must inherit property "lastChild" with the proper type (21)
560 PASS Node interface: document.doctype must inherit property "previousSibling" wi th the proper type (22)
561 PASS Node interface: document.doctype must inherit property "nextSibling" with t he proper type (23)
562 PASS Node interface: document.doctype must inherit property "nodeValue" with the proper type (24)
563 PASS Node interface: document.doctype must inherit property "textContent" with t he proper type (25)
564 PASS Node interface: document.doctype must inherit property "normalize" with the proper type (26)
565 PASS Node interface: document.doctype must inherit property "cloneNode" with the proper type (27)
566 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few arguments must throw TypeError
567 PASS Node interface: document.doctype must inherit property "isEqualNode" with t he proper type (28)
568 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few arguments must throw TypeError
569 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D ISCONNECTED" with the proper type (29)
570 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P RECEDING" with the proper type (30)
571 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F OLLOWING" with the proper type (31)
572 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINS" with the proper type (32)
573 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINED_BY" with the proper type (33)
574 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I MPLEMENTATION_SPECIFIC" with the proper type (34)
575 PASS Node interface: document.doctype must inherit property "compareDocumentPosi tion" with the proper type (35)
576 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w ith too few arguments must throw TypeError
577 PASS Node interface: document.doctype must inherit property "contains" with the proper type (36)
578 PASS Node interface: calling contains(Node) on document.doctype with too few arg uments must throw TypeError
579 PASS Node interface: document.doctype must inherit property "lookupPrefix" with the proper type (37)
580 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to o few arguments must throw TypeError
581 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI" with the proper type (38)
582 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w ith too few arguments must throw TypeError
583 PASS Node interface: document.doctype must inherit property "isDefaultNamespace" with the proper type (39)
584 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w ith too few arguments must throw TypeError
585 PASS Node interface: document.doctype must inherit property "insertBefore" with the proper type (40)
586 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to o few arguments must throw TypeError
587 PASS Node interface: document.doctype must inherit property "appendChild" with t he proper type (41)
588 PASS Node interface: calling appendChild(Node) on document.doctype with too few arguments must throw TypeError
589 PASS Node interface: document.doctype must inherit property "replaceChild" with the proper type (42)
590 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to o few arguments must throw TypeError
591 PASS Node interface: document.doctype must inherit property "removeChild" with t he proper type (43)
592 PASS Node interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError
593 PASS EventTarget interface: document.doctype must inherit property "addEventList ener" with the proper type (0)
594 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.doctype with too few arguments must throw TypeError
595 PASS EventTarget interface: document.doctype must inherit property "removeEventL istener" with the proper type (1)
596 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.doctype with too few arguments must throw TypeError
597 PASS EventTarget interface: document.doctype must inherit property "dispatchEven t" with the proper type (2)
598 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit h too few arguments must throw TypeError
599 PASS Element interface: existence and properties of interface object
600 PASS Element interface object length
601 PASS Element interface object name
602 FAIL Element interface: existence and properties of interface prototype object a ssert_equals: class string of Element.prototype expected "[object ElementPrototy pe]" but got "[object Object]"
603 PASS Element interface: existence and properties of interface prototype object's "constructor" property
604 PASS Element interface: attribute namespaceURI
605 PASS Element interface: attribute prefix
606 PASS Element interface: attribute localName
607 PASS Element interface: attribute tagName
608 PASS Element interface: attribute id
609 PASS Element interface: attribute className
610 PASS Element interface: attribute classList
611 PASS Element interface: operation hasAttributes()
612 PASS Element interface: attribute attributes
613 PASS Element interface: operation getAttribute(DOMString)
614 PASS Element interface: operation getAttributeNS(DOMString,DOMString)
615 PASS Element interface: operation setAttribute(DOMString,DOMString)
616 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString)
617 PASS Element interface: operation removeAttribute(DOMString)
618 PASS Element interface: operation removeAttributeNS(DOMString,DOMString)
619 PASS Element interface: operation hasAttribute(DOMString)
620 PASS Element interface: operation hasAttributeNS(DOMString,DOMString)
621 PASS Element interface: operation getAttributeNode(DOMString)
622 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString)
623 PASS Element interface: operation setAttributeNode(Attr)
624 PASS Element interface: operation setAttributeNodeNS(Attr)
625 PASS Element interface: operation removeAttributeNode(Attr)
626 PASS Element interface: operation closest(DOMString)
627 PASS Element interface: operation matches(DOMString)
628 PASS Element interface: operation getElementsByTagName(DOMString)
629 PASS Element interface: operation getElementsByTagNameNS(DOMString,DOMString)
630 PASS Element interface: operation getElementsByClassName(DOMString)
631 PASS Element interface: attribute children
632 PASS Element interface: attribute firstElementChild
633 PASS Element interface: attribute lastElementChild
634 PASS Element interface: attribute childElementCount
635 FAIL Element interface: operation prepend([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "prepend" missing
636 FAIL Element interface: operation append([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "append" missing
637 FAIL Element interface: operation query(DOMString) assert_own_property: interfac e prototype object missing non-static operation expected property "query" missin g
638 FAIL Element interface: operation queryAll(DOMString) assert_own_property: inter face prototype object missing non-static operation expected property "queryAll" missing
639 PASS Element interface: operation querySelector(DOMString)
640 PASS Element interface: operation querySelectorAll(DOMString)
641 PASS Element interface: attribute previousElementSibling
642 PASS Element interface: attribute nextElementSibling
643 FAIL Element interface: operation before([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "before" missing
644 FAIL Element interface: operation after([object Object],[object Object]) assert_ own_property: interface prototype object missing non-static operation expected p roperty "after" missing
645 FAIL Element interface: operation replaceWith([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "replaceWith" missing
646 PASS Element interface: operation remove()
647 PASS Element must be primary interface of element
648 PASS Stringification of element
649 PASS Element interface: element must inherit property "namespaceURI" with the pr oper type (0)
650 PASS Element interface: element must inherit property "prefix" with the proper t ype (1)
651 PASS Element interface: element must inherit property "localName" with the prope r type (2)
652 PASS Element interface: element must inherit property "tagName" with the proper type (3)
653 PASS Element interface: element must inherit property "id" with the proper type (4)
654 PASS Element interface: element must inherit property "className" with the prope r type (5)
655 PASS Element interface: element must inherit property "classList" with the prope r type (6)
656 PASS Element interface: element must inherit property "hasAttributes" with the p roper type (7)
657 PASS Element interface: element must inherit property "attributes" with the prop er type (8)
658 PASS Element interface: element must inherit property "getAttribute" with the pr oper type (9)
659 PASS Element interface: calling getAttribute(DOMString) on element with too few arguments must throw TypeError
660 PASS Element interface: element must inherit property "getAttributeNS" with the proper type (10)
661 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError
662 PASS Element interface: element must inherit property "setAttribute" with the pr oper type (11)
663 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit h too few arguments must throw TypeError
664 PASS Element interface: element must inherit property "setAttributeNS" with the proper type (12)
665 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on element with too few arguments must throw TypeError
666 PASS Element interface: element must inherit property "removeAttribute" with the proper type (13)
667 PASS Element interface: calling removeAttribute(DOMString) on element with too f ew arguments must throw TypeError
668 PASS Element interface: element must inherit property "removeAttributeNS" with t he proper type (14)
669 PASS Element interface: calling removeAttributeNS(DOMString,DOMString) on elemen t with too few arguments must throw TypeError
670 PASS Element interface: element must inherit property "hasAttribute" with the pr oper type (15)
671 PASS Element interface: calling hasAttribute(DOMString) on element with too few arguments must throw TypeError
672 PASS Element interface: element must inherit property "hasAttributeNS" with the proper type (16)
673 PASS Element interface: calling hasAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError
674 PASS Element interface: element must inherit property "getAttributeNode" with th e proper type (17)
675 PASS Element interface: calling getAttributeNode(DOMString) on element with too few arguments must throw TypeError
676 PASS Element interface: element must inherit property "getAttributeNodeNS" with the proper type (18)
677 PASS Element interface: calling getAttributeNodeNS(DOMString,DOMString) on eleme nt with too few arguments must throw TypeError
678 PASS Element interface: element must inherit property "setAttributeNode" with th e proper type (19)
679 PASS Element interface: calling setAttributeNode(Attr) on element with too few a rguments must throw TypeError
680 PASS Element interface: element must inherit property "setAttributeNodeNS" with the proper type (20)
681 PASS Element interface: calling setAttributeNodeNS(Attr) on element with too few arguments must throw TypeError
682 PASS Element interface: element must inherit property "removeAttributeNode" with the proper type (21)
683 PASS Element interface: calling removeAttributeNode(Attr) on element with too fe w arguments must throw TypeError
684 PASS Element interface: element must inherit property "closest" with the proper type (22)
685 PASS Element interface: calling closest(DOMString) on element with too few argum ents must throw TypeError
686 PASS Element interface: element must inherit property "matches" with the proper type (23)
687 PASS Element interface: calling matches(DOMString) on element with too few argum ents must throw TypeError
688 PASS Element interface: element must inherit property "getElementsByTagName" wit h the proper type (24)
689 PASS Element interface: calling getElementsByTagName(DOMString) on element with too few arguments must throw TypeError
690 PASS Element interface: element must inherit property "getElementsByTagNameNS" w ith the proper type (25)
691 PASS Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on e lement with too few arguments must throw TypeError
692 PASS Element interface: element must inherit property "getElementsByClassName" w ith the proper type (26)
693 PASS Element interface: calling getElementsByClassName(DOMString) on element wit h too few arguments must throw TypeError
694 PASS Element interface: element must inherit property "children" with the proper type (27)
695 PASS Element interface: element must inherit property "firstElementChild" with t he proper type (28)
696 PASS Element interface: element must inherit property "lastElementChild" with th e proper type (29)
697 PASS Element interface: element must inherit property "childElementCount" with t he proper type (30)
698 FAIL Element interface: element must inherit property "prepend" with the proper type (31) assert_inherits: property "prepend" not found in prototype chain
699 FAIL Element interface: calling prepend([object Object],[object Object]) on elem ent with too few arguments must throw TypeError assert_inherits: property "prepe nd" not found in prototype chain
700 FAIL Element interface: element must inherit property "append" with the proper t ype (32) assert_inherits: property "append" not found in prototype chain
701 FAIL Element interface: calling append([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError assert_inherits: property "append " not found in prototype chain
702 FAIL Element interface: element must inherit property "query" with the proper ty pe (33) assert_inherits: property "query" not found in prototype chain
703 FAIL Element interface: calling query(DOMString) on element with too few argumen ts must throw TypeError assert_inherits: property "query" not found in prototype chain
704 FAIL Element interface: element must inherit property "queryAll" with the proper type (34) assert_inherits: property "queryAll" not found in prototype chain
705 FAIL Element interface: calling queryAll(DOMString) on element with too few argu ments must throw TypeError assert_inherits: property "queryAll" not found in pro totype chain
706 PASS Element interface: element must inherit property "querySelector" with the p roper type (35)
707 PASS Element interface: calling querySelector(DOMString) on element with too few arguments must throw TypeError
708 PASS Element interface: element must inherit property "querySelectorAll" with th e proper type (36)
709 PASS Element interface: calling querySelectorAll(DOMString) on element with too few arguments must throw TypeError
710 PASS Element interface: element must inherit property "previousElementSibling" w ith the proper type (37)
711 PASS Element interface: element must inherit property "nextElementSibling" with the proper type (38)
712 FAIL Element interface: element must inherit property "before" with the proper t ype (39) assert_inherits: property "before" not found in prototype chain
713 FAIL Element interface: calling before([object Object],[object Object]) on eleme nt with too few arguments must throw TypeError assert_inherits: property "before " not found in prototype chain
714 FAIL Element interface: element must inherit property "after" with the proper ty pe (40) assert_inherits: property "after" not found in prototype chain
715 FAIL Element interface: calling after([object Object],[object Object]) on elemen t with too few arguments must throw TypeError assert_inherits: property "after" not found in prototype chain
716 FAIL Element interface: element must inherit property "replaceWith" with the pro per type (41) assert_inherits: property "replaceWith" not found in prototype cha in
717 FAIL Element interface: calling replaceWith([object Object],[object Object]) on element with too few arguments must throw TypeError assert_inherits: property "r eplaceWith" not found in prototype chain
718 PASS Element interface: element must inherit property "remove" with the proper t ype (42)
719 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope r type (0)
720 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro per type (1)
721 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t ype (2)
722 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the proper type (3)
723 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)
724 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5)
725 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
726 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7)
727 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8)
728 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
729 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
730 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11)
731 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12)
732 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13)
733 PASS Node interface: element must inherit property "baseURI" with the proper typ e (14)
734 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (15)
735 PASS Node interface: element must inherit property "parentNode" with the proper type (16)
736 PASS Node interface: element must inherit property "parentElement" with the prop er type (17)
737 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (18)
738 PASS Node interface: element must inherit property "childNodes" with the proper type (19)
739 PASS Node interface: element must inherit property "firstChild" with the proper type (20)
740 PASS Node interface: element must inherit property "lastChild" with the proper t ype (21)
741 PASS Node interface: element must inherit property "previousSibling" with the pr oper type (22)
742 PASS Node interface: element must inherit property "nextSibling" with the proper type (23)
743 PASS Node interface: element must inherit property "nodeValue" with the proper t ype (24)
744 PASS Node interface: element must inherit property "textContent" with the proper type (25)
745 PASS Node interface: element must inherit property "normalize" with the proper t ype (26)
746 PASS Node interface: element must inherit property "cloneNode" with the proper t ype (27)
747 PASS Node interface: calling cloneNode(boolean) on element with too few argument s must throw TypeError
748 PASS Node interface: element must inherit property "isEqualNode" with the proper type (28)
749 PASS Node interface: calling isEqualNode(Node) on element with too few arguments must throw TypeError
750 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT ED" with the proper type (29)
751 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30)
752 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31)
753 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (32)
754 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_ BY" with the proper type (33)
755 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA TION_SPECIFIC" with the proper type (34)
756 PASS Node interface: element must inherit property "compareDocumentPosition" wit h the proper type (35)
757 PASS Node interface: calling compareDocumentPosition(Node) on element with too f ew arguments must throw TypeError
758 PASS Node interface: element must inherit property "contains" with the proper ty pe (36)
759 PASS Node interface: calling contains(Node) on element with too few arguments mu st throw TypeError
760 PASS Node interface: element must inherit property "lookupPrefix" with the prope r type (37)
761 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg uments must throw TypeError
762 PASS Node interface: element must inherit property "lookupNamespaceURI" with the proper type (38)
763 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f ew arguments must throw TypeError
764 PASS Node interface: element must inherit property "isDefaultNamespace" with the proper type (39)
765 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f ew arguments must throw TypeError
766 PASS Node interface: element must inherit property "insertBefore" with the prope r type (40)
767 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg uments must throw TypeError
768 PASS Node interface: element must inherit property "appendChild" with the proper type (41)
769 PASS Node interface: calling appendChild(Node) on element with too few arguments must throw TypeError
770 PASS Node interface: element must inherit property "replaceChild" with the prope r type (42)
771 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg uments must throw TypeError
772 PASS Node interface: element must inherit property "removeChild" with the proper type (43)
773 PASS Node interface: calling removeChild(Node) on element with too few arguments must throw TypeError
774 PASS EventTarget interface: element must inherit property "addEventListener" wit h the proper type (0)
775 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on element with too few arguments must throw TypeError
776 PASS EventTarget interface: element must inherit property "removeEventListener" with the proper type (1)
777 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on element with too few arguments must throw TypeError
778 PASS EventTarget interface: element must inherit property "dispatchEvent" with t he proper type (2)
779 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError
780 PASS NamedNodeMap interface: existence and properties of interface object
781 PASS NamedNodeMap interface object length
782 PASS NamedNodeMap interface object name
783 FAIL NamedNodeMap interface: existence and properties of interface prototype obj ect assert_equals: class string of NamedNodeMap.prototype expected "[object Name dNodeMapPrototype]" but got "[object Object]"
784 PASS NamedNodeMap interface: existence and properties of interface prototype obj ect's "constructor" property
785 PASS NamedNodeMap interface: attribute length
786 PASS NamedNodeMap interface: operation item(unsigned long)
787 PASS NamedNodeMap interface: operation getNamedItem(DOMString)
788 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString)
789 PASS NamedNodeMap interface: operation setNamedItem(Attr)
790 PASS NamedNodeMap interface: operation setNamedItemNS(Attr)
791 PASS NamedNodeMap interface: operation removeNamedItem(DOMString)
792 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString)
793 FAIL Attr interface: existence and properties of interface object assert_equals: prototype of self's property "Attr" is not Function.prototype expected function "function () {}" but got function "function Node() { [native code] }"
794 PASS Attr interface object length
795 PASS Attr interface object name
796 FAIL Attr interface: existence and properties of interface prototype object asse rt_equals: prototype of Attr.prototype is not Object.prototype expected object " [object Object]" but got object "[object Object]"
797 PASS Attr interface: existence and properties of interface prototype object's "c onstructor" property
798 PASS Attr interface: attribute namespaceURI
799 PASS Attr interface: attribute prefix
800 PASS Attr interface: attribute localName
801 PASS Attr interface: attribute name
802 PASS Attr interface: attribute value
803 PASS Attr interface: attribute nodeValue
804 PASS Attr interface: attribute textContent
805 PASS Attr interface: attribute ownerElement
806 PASS Attr interface: attribute specified
807 PASS Attr must be primary interface of document.querySelector("[id]").attributes [0]
808 PASS Stringification of document.querySelector("[id]").attributes[0]
809 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "namespaceURI" with the proper type (0)
810 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "prefix" with the proper type (1)
811 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "localName" with the proper type (2)
812 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "name" with the proper type (3)
813 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "value" with the proper type (4)
814 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "nodeValue" with the proper type (5)
815 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "textContent" with the proper type (6)
816 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "ownerElement" with the proper type (7)
817 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "specified" with the proper type (8)
818 PASS CharacterData interface: existence and properties of interface object
819 PASS CharacterData interface object length
820 PASS CharacterData interface object name
821 FAIL CharacterData interface: existence and properties of interface prototype ob ject assert_equals: class string of CharacterData.prototype expected "[object Ch aracterDataPrototype]" but got "[object Object]"
822 PASS CharacterData interface: existence and properties of interface prototype ob ject's "constructor" property
823 PASS CharacterData interface: attribute data
824 PASS CharacterData interface: attribute length
825 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon g)
826 PASS CharacterData interface: operation appendData(DOMString)
827 PASS CharacterData interface: operation insertData(unsigned long,DOMString)
828 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long)
829 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long, DOMString)
830 PASS CharacterData interface: attribute previousElementSibling
831 PASS CharacterData interface: attribute nextElementSibling
832 FAIL CharacterData interface: operation before([object Object],[object Object]) assert_own_property: interface prototype object missing non-static operation exp ected property "before" missing
833 FAIL CharacterData interface: operation after([object Object],[object Object]) a ssert_own_property: interface prototype object missing non-static operation expe cted property "after" missing
834 FAIL CharacterData interface: operation replaceWith([object Object],[object Obje ct]) assert_own_property: interface prototype object missing non-static operatio n expected property "replaceWith" missing
835 PASS CharacterData interface: operation remove()
836 PASS Text interface: existence and properties of interface object
837 PASS Text interface object length
838 PASS Text interface object name
839 FAIL Text interface: existence and properties of interface prototype object asse rt_equals: class string of Text.prototype expected "[object TextPrototype]" but got "[object Object]"
840 PASS Text interface: existence and properties of interface prototype object's "c onstructor" property
841 PASS Text interface: operation splitText(unsigned long)
842 PASS Text interface: attribute wholeText
843 PASS Text must be primary interface of document.createTextNode("abc")
844 PASS Stringification of document.createTextNode("abc")
845 PASS Text interface: document.createTextNode("abc") must inherit property "split Text" with the proper type (0)
846 PASS Text interface: calling splitText(unsigned long) on document.createTextNode ("abc") with too few arguments must throw TypeError
847 PASS Text interface: document.createTextNode("abc") must inherit property "whole Text" with the proper type (1)
848 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "data" with the proper type (0)
849 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "length" with the proper type (1)
850 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "substringData" with the proper type (2)
851 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
852 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "appendData" with the proper type (3)
853 PASS CharacterData interface: calling appendData(DOMString) on document.createTe xtNode("abc") with too few arguments must throw TypeError
854 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "insertData" with the proper type (4)
855 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createTextNode("abc") with too few arguments must throw TypeError
856 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "deleteData" with the proper type (5)
857 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
858 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "replaceData" with the proper type (6)
859 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on document.createTextNode("abc") with too few arguments must throw Typ eError
860 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "previousElementSibling" with the proper type (7)
861 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "nextElementSibling" with the proper type (8)
862 FAIL CharacterData interface: document.createTextNode("abc") must inherit proper ty "before" with the proper type (9) assert_inherits: property "before" not foun d in prototype chain
863 FAIL CharacterData interface: calling before([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError asse rt_inherits: property "before" not found in prototype chain
864 FAIL CharacterData interface: document.createTextNode("abc") must inherit proper ty "after" with the proper type (10) assert_inherits: property "after" not found in prototype chain
865 FAIL CharacterData interface: calling after([object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError asser t_inherits: property "after" not found in prototype chain
866 FAIL CharacterData interface: document.createTextNode("abc") must inherit proper ty "replaceWith" with the proper type (11) assert_inherits: property "replaceWit h" not found in prototype chain
867 FAIL CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createTextNode("abc") with too few arguments must throw TypeError assert_inherits: property "replaceWith" not found in prototype chain
868 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "remove" with the proper type (12)
869 PASS Node interface: document.createTextNode("abc") must inherit property "ELEME NT_NODE" with the proper type (0)
870 PASS Node interface: document.createTextNode("abc") must inherit property "ATTRI BUTE_NODE" with the proper type (1)
871 PASS Node interface: document.createTextNode("abc") must inherit property "TEXT_ NODE" with the proper type (2)
872 PASS Node interface: document.createTextNode("abc") must inherit property "CDATA _SECTION_NODE" with the proper type (3)
873 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_REFERENCE_NODE" with the proper type (4)
874 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_NODE" with the proper type (5)
875 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE SSING_INSTRUCTION_NODE" with the proper type (6)
876 PASS Node interface: document.createTextNode("abc") must inherit property "COMME NT_NODE" with the proper type (7)
877 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_NODE" with the proper type (8)
878 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_TYPE_NODE" with the proper type (9)
879 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_FRAGMENT_NODE" with the proper type (10)
880 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT ION_NODE" with the proper type (11)
881 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT ype" with the proper type (12)
882 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN ame" with the proper type (13)
883 PASS Node interface: document.createTextNode("abc") must inherit property "baseU RI" with the proper type (14)
884 PASS Node interface: document.createTextNode("abc") must inherit property "owner Document" with the proper type (15)
885 PASS Node interface: document.createTextNode("abc") must inherit property "paren tNode" with the proper type (16)
886 PASS Node interface: document.createTextNode("abc") must inherit property "paren tElement" with the proper type (17)
887 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh ildNodes" with the proper type (18)
888 PASS Node interface: document.createTextNode("abc") must inherit property "child Nodes" with the proper type (19)
889 PASS Node interface: document.createTextNode("abc") must inherit property "first Child" with the proper type (20)
890 PASS Node interface: document.createTextNode("abc") must inherit property "lastC hild" with the proper type (21)
891 PASS Node interface: document.createTextNode("abc") must inherit property "previ ousSibling" with the proper type (22)
892 PASS Node interface: document.createTextNode("abc") must inherit property "nextS ibling" with the proper type (23)
893 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV alue" with the proper type (24)
894 PASS Node interface: document.createTextNode("abc") must inherit property "textC ontent" with the proper type (25)
895 PASS Node interface: document.createTextNode("abc") must inherit property "norma lize" with the proper type (26)
896 PASS Node interface: document.createTextNode("abc") must inherit property "clone Node" with the proper type (27)
897 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc" ) with too few arguments must throw TypeError
898 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu alNode" with the proper type (28)
899 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
900 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_DISCONNECTED" with the proper type (29)
901 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_PRECEDING" with the proper type (30)
902 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_FOLLOWING" with the proper type (31)
903 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINS" with the proper type (32)
904 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINED_BY" with the proper type (33)
905 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34)
906 PASS Node interface: document.createTextNode("abc") must inherit property "compa reDocumentPosition" with the proper type (35)
907 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex tNode("abc") with too few arguments must throw TypeError
908 PASS Node interface: document.createTextNode("abc") must inherit property "conta ins" with the proper type (36)
909 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi th too few arguments must throw TypeError
910 PASS Node interface: document.createTextNode("abc") must inherit property "looku pPrefix" with the proper type (37)
911 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode( "abc") with too few arguments must throw TypeError
912 PASS Node interface: document.createTextNode("abc") must inherit property "looku pNamespaceURI" with the proper type (38)
913 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError
914 PASS Node interface: document.createTextNode("abc") must inherit property "isDef aultNamespace" with the proper type (39)
915 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError
916 PASS Node interface: document.createTextNode("abc") must inherit property "inser tBefore" with the proper type (40)
917 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError
918 PASS Node interface: document.createTextNode("abc") must inherit property "appen dChild" with the proper type (41)
919 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
920 PASS Node interface: document.createTextNode("abc") must inherit property "repla ceChild" with the proper type (42)
921 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError
922 PASS Node interface: document.createTextNode("abc") must inherit property "remov eChild" with the proper type (43)
923 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
924 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0)
925 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createTextNode("abc") with too few arguments must throw TypeEr ror
926 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1)
927 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createTextNode("abc") with too few arguments must throw Typ eError
928 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2)
929 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError
930 PASS ProcessingInstruction interface: existence and properties of interface obje ct
931 PASS ProcessingInstruction interface object length
932 PASS ProcessingInstruction interface object name
933 FAIL ProcessingInstruction interface: existence and properties of interface prot otype object assert_equals: class string of ProcessingInstruction.prototype expe cted "[object ProcessingInstructionPrototype]" but got "[object Object]"
934 PASS ProcessingInstruction interface: existence and properties of interface prot otype object's "constructor" property
935 PASS ProcessingInstruction interface: attribute target
936 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI nstruction("abc", "def")
937 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def")
938 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "target" with the proper type (0)
939 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "data" with the proper type (0)
940 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "length" with the proper type (1)
941 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "substringData" with the proper type (2)
942 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
943 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "appendData" with the proper type (3)
944 PASS CharacterData interface: calling appendData(DOMString) on xmlDoc.createProc essingInstruction("abc", "def") with too few arguments must throw TypeError
945 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "insertData" with the proper type (4)
946 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on xml Doc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
947 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "deleteData" with the proper type (5)
948 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th row TypeError
949 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "replaceData" with the proper type (6)
950 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume nts must throw TypeError
951 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "previousElementSibling" with the proper type (7)
952 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "nextElementSibling" with the proper type (8)
953 FAIL CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "before" with the proper type (9) assert_inherits: property "before" not found in prototype chain
954 FAIL CharacterData interface: calling before([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must th row TypeError assert_inherits: property "before" not found in prototype chain
955 FAIL CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "after" with the proper type (10) assert_inherits: property "after" not found in prototype chain
956 FAIL CharacterData interface: calling after([object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must thr ow TypeError assert_inherits: property "after" not found in prototype chain
957 FAIL CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "replaceWith" with the proper type (11) assert_inherits: pr operty "replaceWith" not found in prototype chain
958 FAIL CharacterData interface: calling replaceWith([object Object],[object Object ]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments mu st throw TypeError assert_inherits: property "replaceWith" not found in prototyp e chain
959 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "remove" with the proper type (12)
960 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ELEMENT_NODE" with the proper type (0)
961 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ATTRIBUTE_NODE" with the proper type (1)
962 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "TEXT_NODE" with the proper type (2)
963 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "CDATA_SECTION_NODE" with the proper type (3)
964 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4)
965 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5)
966 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
967 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7)
968 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8)
969 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9)
970 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
971 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11)
972 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12)
973 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13)
974 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14)
975 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (15)
976 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (16)
977 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (17)
978 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (18)
979 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (19)
980 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (20)
981 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (21)
982 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "previousSibling" with the proper type (22)
983 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nextSibling" with the proper type (23)
984 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeValue" with the proper type (24)
985 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "textContent" with the proper type (25)
986 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "normalize" with the proper type (26)
987 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "cloneNode" with the proper type (27)
988 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru ction("abc", "def") with too few arguments must throw TypeError
989 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isEqualNode" with the proper type (28)
990 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
991 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29)
992 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_PRECEDING" with the proper type (30)
993 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31)
994 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINS" with the proper type (32)
995 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (33)
996 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34 )
997 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "compareDocumentPosition" with the proper type (35)
998 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
999 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "contains" with the proper type (36)
1000 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio n("abc", "def") with too few arguments must throw TypeError
1001 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupPrefix" with the proper type (37)
1002 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1003 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupNamespaceURI" with the proper type (38)
1004 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1005 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isDefaultNamespace" with the proper type (39)
1006 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1007 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "insertBefore" with the proper type (40)
1008 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1009 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "appendChild" with the proper type (41)
1010 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1011 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "replaceChild" with the proper type (42)
1012 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1013 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "removeChild" with the proper type (43)
1014 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1015 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "addEventListener" with the proper type (0)
1016 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError
1017 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "removeEventListener" with the proper type (1)
1018 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume nts must throw TypeError
1019 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "dispatchEvent" with the proper type (2)
1020 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess ingInstruction("abc", "def") with too few arguments must throw TypeError
1021 PASS Comment interface: existence and properties of interface object
1022 PASS Comment interface object length
1023 PASS Comment interface object name
1024 FAIL Comment interface: existence and properties of interface prototype object a ssert_equals: class string of Comment.prototype expected "[object CommentPrototy pe]" but got "[object Object]"
1025 PASS Comment interface: existence and properties of interface prototype object's "constructor" property
1026 PASS Comment must be primary interface of document.createComment("abc")
1027 PASS Stringification of document.createComment("abc")
1028 PASS CharacterData interface: document.createComment("abc") must inherit propert y "data" with the proper type (0)
1029 PASS CharacterData interface: document.createComment("abc") must inherit propert y "length" with the proper type (1)
1030 PASS CharacterData interface: document.createComment("abc") must inherit propert y "substringData" with the proper type (2)
1031 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createComment("abc") with too few arguments must throw TypeError
1032 PASS CharacterData interface: document.createComment("abc") must inherit propert y "appendData" with the proper type (3)
1033 PASS CharacterData interface: calling appendData(DOMString) on document.createCo mment("abc") with too few arguments must throw TypeError
1034 PASS CharacterData interface: document.createComment("abc") must inherit propert y "insertData" with the proper type (4)
1035 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createComment("abc") with too few arguments must throw TypeError
1036 PASS CharacterData interface: document.createComment("abc") must inherit propert y "deleteData" with the proper type (5)
1037 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createComment("abc") with too few arguments must throw TypeError
1038 PASS CharacterData interface: document.createComment("abc") must inherit propert y "replaceData" with the proper type (6)
1039 PASS CharacterData interface: calling replaceData(unsigned long,unsigned long,DO MString) on document.createComment("abc") with too few arguments must throw Type Error
1040 PASS CharacterData interface: document.createComment("abc") must inherit propert y "previousElementSibling" with the proper type (7)
1041 PASS CharacterData interface: document.createComment("abc") must inherit propert y "nextElementSibling" with the proper type (8)
1042 FAIL CharacterData interface: document.createComment("abc") must inherit propert y "before" with the proper type (9) assert_inherits: property "before" not found in prototype chain
1043 FAIL CharacterData interface: calling before([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError asser t_inherits: property "before" not found in prototype chain
1044 FAIL CharacterData interface: document.createComment("abc") must inherit propert y "after" with the proper type (10) assert_inherits: property "after" not found in prototype chain
1045 FAIL CharacterData interface: calling after([object Object],[object Object]) on document.createComment("abc") with too few arguments must throw TypeError assert _inherits: property "after" not found in prototype chain
1046 FAIL CharacterData interface: document.createComment("abc") must inherit propert y "replaceWith" with the proper type (11) assert_inherits: property "replaceWith " not found in prototype chain
1047 FAIL CharacterData interface: calling replaceWith([object Object],[object Object ]) on document.createComment("abc") with too few arguments must throw TypeError assert_inherits: property "replaceWith" not found in prototype chain
1048 PASS CharacterData interface: document.createComment("abc") must inherit propert y "remove" with the proper type (12)
1049 PASS Node interface: document.createComment("abc") must inherit property "ELEMEN T_NODE" with the proper type (0)
1050 PASS Node interface: document.createComment("abc") must inherit property "ATTRIB UTE_NODE" with the proper type (1)
1051 PASS Node interface: document.createComment("abc") must inherit property "TEXT_N ODE" with the proper type (2)
1052 PASS Node interface: document.createComment("abc") must inherit property "CDATA_ SECTION_NODE" with the proper type (3)
1053 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _REFERENCE_NODE" with the proper type (4)
1054 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _NODE" with the proper type (5)
1055 PASS Node interface: document.createComment("abc") must inherit property "PROCES SING_INSTRUCTION_NODE" with the proper type (6)
1056 PASS Node interface: document.createComment("abc") must inherit property "COMMEN T_NODE" with the proper type (7)
1057 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_NODE" with the proper type (8)
1058 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_TYPE_NODE" with the proper type (9)
1059 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_FRAGMENT_NODE" with the proper type (10)
1060 PASS Node interface: document.createComment("abc") must inherit property "NOTATI ON_NODE" with the proper type (11)
1061 PASS Node interface: document.createComment("abc") must inherit property "nodeTy pe" with the proper type (12)
1062 PASS Node interface: document.createComment("abc") must inherit property "nodeNa me" with the proper type (13)
1063 PASS Node interface: document.createComment("abc") must inherit property "baseUR I" with the proper type (14)
1064 PASS Node interface: document.createComment("abc") must inherit property "ownerD ocument" with the proper type (15)
1065 PASS Node interface: document.createComment("abc") must inherit property "parent Node" with the proper type (16)
1066 PASS Node interface: document.createComment("abc") must inherit property "parent Element" with the proper type (17)
1067 PASS Node interface: document.createComment("abc") must inherit property "hasChi ldNodes" with the proper type (18)
1068 PASS Node interface: document.createComment("abc") must inherit property "childN odes" with the proper type (19)
1069 PASS Node interface: document.createComment("abc") must inherit property "firstC hild" with the proper type (20)
1070 PASS Node interface: document.createComment("abc") must inherit property "lastCh ild" with the proper type (21)
1071 PASS Node interface: document.createComment("abc") must inherit property "previo usSibling" with the proper type (22)
1072 PASS Node interface: document.createComment("abc") must inherit property "nextSi bling" with the proper type (23)
1073 PASS Node interface: document.createComment("abc") must inherit property "nodeVa lue" with the proper type (24)
1074 PASS Node interface: document.createComment("abc") must inherit property "textCo ntent" with the proper type (25)
1075 PASS Node interface: document.createComment("abc") must inherit property "normal ize" with the proper type (26)
1076 PASS Node interface: document.createComment("abc") must inherit property "cloneN ode" with the proper type (27)
1077 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc") with too few arguments must throw TypeError
1078 PASS Node interface: document.createComment("abc") must inherit property "isEqua lNode" with the proper type (28)
1079 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc") with too few arguments must throw TypeError
1080 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_DISCONNECTED" with the proper type (29)
1081 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_PRECEDING" with the proper type (30)
1082 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_FOLLOWING" with the proper type (31)
1083 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINS" with the proper type (32)
1084 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINED_BY" with the proper type (33)
1085 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34)
1086 PASS Node interface: document.createComment("abc") must inherit property "compar eDocumentPosition" with the proper type (35)
1087 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom ment("abc") with too few arguments must throw TypeError
1088 PASS Node interface: document.createComment("abc") must inherit property "contai ns" with the proper type (36)
1089 PASS Node interface: calling contains(Node) on document.createComment("abc") wit h too few arguments must throw TypeError
1090 PASS Node interface: document.createComment("abc") must inherit property "lookup Prefix" with the proper type (37)
1091 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment(" abc") with too few arguments must throw TypeError
1092 PASS Node interface: document.createComment("abc") must inherit property "lookup NamespaceURI" with the proper type (38)
1093 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError
1094 PASS Node interface: document.createComment("abc") must inherit property "isDefa ultNamespace" with the proper type (39)
1095 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError
1096 PASS Node interface: document.createComment("abc") must inherit property "insert Before" with the proper type (40)
1097 PASS Node interface: calling insertBefore(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError
1098 PASS Node interface: document.createComment("abc") must inherit property "append Child" with the proper type (41)
1099 PASS Node interface: calling appendChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
1100 PASS Node interface: document.createComment("abc") must inherit property "replac eChild" with the proper type (42)
1101 PASS Node interface: calling replaceChild(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError
1102 PASS Node interface: document.createComment("abc") must inherit property "remove Child" with the proper type (43)
1103 PASS Node interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
1104 PASS EventTarget interface: document.createComment("abc") must inherit property "addEventListener" with the proper type (0)
1105 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createComment("abc") with too few arguments must throw TypeErr or
1106 PASS EventTarget interface: document.createComment("abc") must inherit property "removeEventListener" with the proper type (1)
1107 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createComment("abc") with too few arguments must throw Type Error
1108 PASS EventTarget interface: document.createComment("abc") must inherit property "dispatchEvent" with the proper type (2)
1109 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme nt("abc") with too few arguments must throw TypeError
1110 PASS Range interface: existence and properties of interface object
1111 PASS Range interface object length
1112 PASS Range interface object name
1113 FAIL Range interface: existence and properties of interface prototype object ass ert_equals: class string of Range.prototype expected "[object RangePrototype]" b ut got "[object Object]"
1114 PASS Range interface: existence and properties of interface prototype object's " constructor" property
1115 PASS Range interface: attribute startContainer
1116 PASS Range interface: attribute startOffset
1117 PASS Range interface: attribute endContainer
1118 PASS Range interface: attribute endOffset
1119 PASS Range interface: attribute collapsed
1120 PASS Range interface: attribute commonAncestorContainer
1121 PASS Range interface: operation setStart(Node,unsigned long)
1122 PASS Range interface: operation setEnd(Node,unsigned long)
1123 PASS Range interface: operation setStartBefore(Node)
1124 PASS Range interface: operation setStartAfter(Node)
1125 PASS Range interface: operation setEndBefore(Node)
1126 PASS Range interface: operation setEndAfter(Node)
1127 PASS Range interface: operation collapse(boolean)
1128 PASS Range interface: operation selectNode(Node)
1129 PASS Range interface: operation selectNodeContents(Node)
1130 PASS Range interface: constant START_TO_START on interface object
1131 PASS Range interface: constant START_TO_START on interface prototype object
1132 PASS Range interface: constant START_TO_END on interface object
1133 PASS Range interface: constant START_TO_END on interface prototype object
1134 PASS Range interface: constant END_TO_END on interface object
1135 PASS Range interface: constant END_TO_END on interface prototype object
1136 PASS Range interface: constant END_TO_START on interface object
1137 PASS Range interface: constant END_TO_START on interface prototype object
1138 PASS Range interface: operation compareBoundaryPoints(unsigned short,Range)
1139 PASS Range interface: operation deleteContents()
1140 PASS Range interface: operation extractContents()
1141 PASS Range interface: operation cloneContents()
1142 PASS Range interface: operation insertNode(Node)
1143 PASS Range interface: operation surroundContents(Node)
1144 PASS Range interface: operation cloneRange()
1145 PASS Range interface: operation detach()
1146 PASS Range interface: operation isPointInRange(Node,unsigned long)
1147 PASS Range interface: operation comparePoint(Node,unsigned long)
1148 PASS Range interface: operation intersectsNode(Node)
1149 PASS Range interface: stringifier
1150 PASS Range must be primary interface of document.createRange()
1151 PASS Stringification of document.createRange()
1152 PASS Range interface: document.createRange() must inherit property "startContain er" with the proper type (0)
1153 PASS Range interface: document.createRange() must inherit property "startOffset" with the proper type (1)
1154 PASS Range interface: document.createRange() must inherit property "endContainer " with the proper type (2)
1155 PASS Range interface: document.createRange() must inherit property "endOffset" w ith the proper type (3)
1156 PASS Range interface: document.createRange() must inherit property "collapsed" w ith the proper type (4)
1157 PASS Range interface: document.createRange() must inherit property "commonAncest orContainer" with the proper type (5)
1158 PASS Range interface: document.createRange() must inherit property "setStart" wi th the proper type (6)
1159 PASS Range interface: calling setStart(Node,unsigned long) on document.createRan ge() with too few arguments must throw TypeError
1160 PASS Range interface: document.createRange() must inherit property "setEnd" with the proper type (7)
1161 PASS Range interface: calling setEnd(Node,unsigned long) on document.createRange () with too few arguments must throw TypeError
1162 PASS Range interface: document.createRange() must inherit property "setStartBefo re" with the proper type (8)
1163 PASS Range interface: calling setStartBefore(Node) on document.createRange() wit h too few arguments must throw TypeError
1164 PASS Range interface: document.createRange() must inherit property "setStartAfte r" with the proper type (9)
1165 PASS Range interface: calling setStartAfter(Node) on document.createRange() with too few arguments must throw TypeError
1166 PASS Range interface: document.createRange() must inherit property "setEndBefore " with the proper type (10)
1167 PASS Range interface: calling setEndBefore(Node) on document.createRange() with too few arguments must throw TypeError
1168 PASS Range interface: document.createRange() must inherit property "setEndAfter" with the proper type (11)
1169 PASS Range interface: calling setEndAfter(Node) on document.createRange() with t oo few arguments must throw TypeError
1170 PASS Range interface: document.createRange() must inherit property "collapse" wi th the proper type (12)
1171 PASS Range interface: calling collapse(boolean) on document.createRange() with t oo few arguments must throw TypeError
1172 PASS Range interface: document.createRange() must inherit property "selectNode" with the proper type (13)
1173 PASS Range interface: calling selectNode(Node) on document.createRange() with to o few arguments must throw TypeError
1174 PASS Range interface: document.createRange() must inherit property "selectNodeCo ntents" with the proper type (14)
1175 PASS Range interface: calling selectNodeContents(Node) on document.createRange() with too few arguments must throw TypeError
1176 PASS Range interface: document.createRange() must inherit property "START_TO_STA RT" with the proper type (15)
1177 PASS Range interface: document.createRange() must inherit property "START_TO_END " with the proper type (16)
1178 PASS Range interface: document.createRange() must inherit property "END_TO_END" with the proper type (17)
1179 PASS Range interface: document.createRange() must inherit property "END_TO_START " with the proper type (18)
1180 PASS Range interface: document.createRange() must inherit property "compareBound aryPoints" with the proper type (19)
1181 PASS Range interface: calling compareBoundaryPoints(unsigned short,Range) on doc ument.createRange() with too few arguments must throw TypeError
1182 PASS Range interface: document.createRange() must inherit property "deleteConten ts" with the proper type (20)
1183 PASS Range interface: document.createRange() must inherit property "extractConte nts" with the proper type (21)
1184 PASS Range interface: document.createRange() must inherit property "cloneContent s" with the proper type (22)
1185 PASS Range interface: document.createRange() must inherit property "insertNode" with the proper type (23)
1186 PASS Range interface: calling insertNode(Node) on document.createRange() with to o few arguments must throw TypeError
1187 PASS Range interface: document.createRange() must inherit property "surroundCont ents" with the proper type (24)
1188 PASS Range interface: calling surroundContents(Node) on document.createRange() w ith too few arguments must throw TypeError
1189 PASS Range interface: document.createRange() must inherit property "cloneRange" with the proper type (25)
1190 PASS Range interface: document.createRange() must inherit property "detach" with the proper type (26)
1191 PASS Range interface: document.createRange() must inherit property "isPointInRan ge" with the proper type (27)
1192 PASS Range interface: calling isPointInRange(Node,unsigned long) on document.cre ateRange() with too few arguments must throw TypeError
1193 PASS Range interface: document.createRange() must inherit property "comparePoint " with the proper type (28)
1194 PASS Range interface: calling comparePoint(Node,unsigned long) on document.creat eRange() with too few arguments must throw TypeError
1195 PASS Range interface: document.createRange() must inherit property "intersectsNo de" with the proper type (29)
1196 PASS Range interface: calling intersectsNode(Node) on document.createRange() wit h too few arguments must throw TypeError
1197 PASS Range must be primary interface of detachedRange
1198 PASS Stringification of detachedRange
1199 PASS Range interface: detachedRange must inherit property "startContainer" with the proper type (0)
1200 PASS Range interface: detachedRange must inherit property "startOffset" with the proper type (1)
1201 PASS Range interface: detachedRange must inherit property "endContainer" with th e proper type (2)
1202 PASS Range interface: detachedRange must inherit property "endOffset" with the p roper type (3)
1203 PASS Range interface: detachedRange must inherit property "collapsed" with the p roper type (4)
1204 PASS Range interface: detachedRange must inherit property "commonAncestorContain er" with the proper type (5)
1205 PASS Range interface: detachedRange must inherit property "setStart" with the pr oper type (6)
1206 PASS Range interface: calling setStart(Node,unsigned long) on detachedRange with too few arguments must throw TypeError
1207 PASS Range interface: detachedRange must inherit property "setEnd" with the prop er type (7)
1208 PASS Range interface: calling setEnd(Node,unsigned long) on detachedRange with t oo few arguments must throw TypeError
1209 PASS Range interface: detachedRange must inherit property "setStartBefore" with the proper type (8)
1210 PASS Range interface: calling setStartBefore(Node) on detachedRange with too few arguments must throw TypeError
1211 PASS Range interface: detachedRange must inherit property "setStartAfter" with t he proper type (9)
1212 PASS Range interface: calling setStartAfter(Node) on detachedRange with too few arguments must throw TypeError
1213 PASS Range interface: detachedRange must inherit property "setEndBefore" with th e proper type (10)
1214 PASS Range interface: calling setEndBefore(Node) on detachedRange with too few a rguments must throw TypeError
1215 PASS Range interface: detachedRange must inherit property "setEndAfter" with the proper type (11)
1216 PASS Range interface: calling setEndAfter(Node) on detachedRange with too few ar guments must throw TypeError
1217 PASS Range interface: detachedRange must inherit property "collapse" with the pr oper type (12)
1218 PASS Range interface: calling collapse(boolean) on detachedRange with too few ar guments must throw TypeError
1219 PASS Range interface: detachedRange must inherit property "selectNode" with the proper type (13)
1220 PASS Range interface: calling selectNode(Node) on detachedRange with too few arg uments must throw TypeError
1221 PASS Range interface: detachedRange must inherit property "selectNodeContents" w ith the proper type (14)
1222 PASS Range interface: calling selectNodeContents(Node) on detachedRange with too few arguments must throw TypeError
1223 PASS Range interface: detachedRange must inherit property "START_TO_START" with the proper type (15)
1224 PASS Range interface: detachedRange must inherit property "START_TO_END" with th e proper type (16)
1225 PASS Range interface: detachedRange must inherit property "END_TO_END" with the proper type (17)
1226 PASS Range interface: detachedRange must inherit property "END_TO_START" with th e proper type (18)
1227 PASS Range interface: detachedRange must inherit property "compareBoundaryPoints " with the proper type (19)
1228 PASS Range interface: calling compareBoundaryPoints(unsigned short,Range) on det achedRange with too few arguments must throw TypeError
1229 PASS Range interface: detachedRange must inherit property "deleteContents" with the proper type (20)
1230 PASS Range interface: detachedRange must inherit property "extractContents" with the proper type (21)
1231 PASS Range interface: detachedRange must inherit property "cloneContents" with t he proper type (22)
1232 PASS Range interface: detachedRange must inherit property "insertNode" with the proper type (23)
1233 PASS Range interface: calling insertNode(Node) on detachedRange with too few arg uments must throw TypeError
1234 PASS Range interface: detachedRange must inherit property "surroundContents" wit h the proper type (24)
1235 PASS Range interface: calling surroundContents(Node) on detachedRange with too f ew arguments must throw TypeError
1236 PASS Range interface: detachedRange must inherit property "cloneRange" with the proper type (25)
1237 PASS Range interface: detachedRange must inherit property "detach" with the prop er type (26)
1238 PASS Range interface: detachedRange must inherit property "isPointInRange" with the proper type (27)
1239 PASS Range interface: calling isPointInRange(Node,unsigned long) on detachedRang e with too few arguments must throw TypeError
1240 PASS Range interface: detachedRange must inherit property "comparePoint" with th e proper type (28)
1241 PASS Range interface: calling comparePoint(Node,unsigned long) on detachedRange with too few arguments must throw TypeError
1242 PASS Range interface: detachedRange must inherit property "intersectsNode" with the proper type (29)
1243 PASS Range interface: calling intersectsNode(Node) on detachedRange with too few arguments must throw TypeError
1244 PASS NodeIterator interface: existence and properties of interface object
1245 PASS NodeIterator interface object length
1246 PASS NodeIterator interface object name
1247 FAIL NodeIterator interface: existence and properties of interface prototype obj ect assert_equals: class string of NodeIterator.prototype expected "[object Node IteratorPrototype]" but got "[object Object]"
1248 PASS NodeIterator interface: existence and properties of interface prototype obj ect's "constructor" property
1249 PASS NodeIterator interface: attribute root
1250 PASS NodeIterator interface: attribute referenceNode
1251 PASS NodeIterator interface: attribute pointerBeforeReferenceNode
1252 PASS NodeIterator interface: attribute whatToShow
1253 PASS NodeIterator interface: attribute filter
1254 PASS NodeIterator interface: operation nextNode()
1255 PASS NodeIterator interface: operation previousNode()
1256 PASS NodeIterator interface: operation detach()
1257 PASS NodeIterator must be primary interface of document.createNodeIterator(docum ent.body, NodeFilter.SHOW_ALL, null, false)
1258 PASS Stringification of document.createNodeIterator(document.body, NodeFilter.SH OW_ALL, null, false)
1259 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "root" with the proper type (0)
1260 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "referenceNode" with the proper type (1)
1261 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "pointerBeforeReferenceNode" wit h the proper type (2)
1262 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "whatToShow" with the proper typ e (3)
1263 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "filter" with the proper type (4 )
1264 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "nextNode" with the proper type (5)
1265 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "previousNode" with the proper t ype (6)
1266 PASS NodeIterator interface: document.createNodeIterator(document.body, NodeFilt er.SHOW_ALL, null, false) must inherit property "detach" with the proper type (7 )
1267 PASS TreeWalker interface: existence and properties of interface object
1268 PASS TreeWalker interface object length
1269 PASS TreeWalker interface object name
1270 FAIL TreeWalker interface: existence and properties of interface prototype objec t assert_equals: class string of TreeWalker.prototype expected "[object TreeWalk erPrototype]" but got "[object Object]"
1271 PASS TreeWalker interface: existence and properties of interface prototype objec t's "constructor" property
1272 PASS TreeWalker interface: attribute root
1273 PASS TreeWalker interface: attribute whatToShow
1274 PASS TreeWalker interface: attribute filter
1275 PASS TreeWalker interface: attribute currentNode
1276 PASS TreeWalker interface: operation parentNode()
1277 PASS TreeWalker interface: operation firstChild()
1278 PASS TreeWalker interface: operation lastChild()
1279 PASS TreeWalker interface: operation previousSibling()
1280 PASS TreeWalker interface: operation nextSibling()
1281 PASS TreeWalker interface: operation previousNode()
1282 PASS TreeWalker interface: operation nextNode()
1283 PASS TreeWalker must be primary interface of document.createTreeWalker(document. body, NodeFilter.SHOW_ALL, null, false)
1284 PASS Stringification of document.createTreeWalker(document.body, NodeFilter.SHOW _ALL, null, false)
1285 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "root" with the proper type (0)
1286 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "whatToShow" with the proper type (1 )
1287 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "filter" with the proper type (2)
1288 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "currentNode" with the proper type ( 3)
1289 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4 )
1290 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5 )
1291 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6)
1292 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty pe (7)
1293 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextSibling" with the proper type ( 8)
1294 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousNode" with the proper type (9)
1295 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextNode" with the proper type (10)
1296 FAIL NodeFilter interface: existence and properties of interface object assert_e quals: prototype of self's property "NodeFilter" is not Object.prototype expecte d (object) object "[object Object]" but got (function) function "function () {}"
1297 PASS NodeFilter interface object name
1298 FAIL NodeFilter interface: existence and properties of interface prototype objec t assert_false: NodeFilter should not have a "prototype" property expected false got true
1299 FAIL NodeFilter interface: existence and properties of interface prototype objec t's "constructor" property assert_false: NodeFilter should not have a "prototype " property expected false got true
1300 PASS NodeFilter interface: constant FILTER_ACCEPT on interface object
1301 FAIL NodeFilter interface: constant FILTER_ACCEPT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true
1302 PASS NodeFilter interface: constant FILTER_REJECT on interface object
1303 FAIL NodeFilter interface: constant FILTER_REJECT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true
1304 PASS NodeFilter interface: constant FILTER_SKIP on interface object
1305 FAIL NodeFilter interface: constant FILTER_SKIP on interface prototype object as sert_false: NodeFilter should not have a "prototype" property expected false got true
1306 PASS NodeFilter interface: constant SHOW_ALL on interface object
1307 FAIL NodeFilter interface: constant SHOW_ALL on interface prototype object asser t_false: NodeFilter should not have a "prototype" property expected false got tr ue
1308 PASS NodeFilter interface: constant SHOW_ELEMENT on interface object
1309 FAIL NodeFilter interface: constant SHOW_ELEMENT on interface prototype object a ssert_false: NodeFilter should not have a "prototype" property expected false go t true
1310 PASS NodeFilter interface: constant SHOW_ATTRIBUTE on interface object
1311 FAIL NodeFilter interface: constant SHOW_ATTRIBUTE on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false got true
1312 PASS NodeFilter interface: constant SHOW_TEXT on interface object
1313 FAIL NodeFilter interface: constant SHOW_TEXT on interface prototype object asse rt_false: NodeFilter should not have a "prototype" property expected false got t rue
1314 PASS NodeFilter interface: constant SHOW_CDATA_SECTION on interface object
1315 FAIL NodeFilter interface: constant SHOW_CDATA_SECTION on interface prototype ob ject assert_false: NodeFilter should not have a "prototype" property expected fa lse got true
1316 PASS NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface object
1317 FAIL NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false got true
1318 PASS NodeFilter interface: constant SHOW_ENTITY on interface object
1319 FAIL NodeFilter interface: constant SHOW_ENTITY on interface prototype object as sert_false: NodeFilter should not have a "prototype" property expected false got true
1320 PASS NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface obj ect
1321 FAIL NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface pro totype object assert_false: NodeFilter should not have a "prototype" property ex pected false got true
1322 PASS NodeFilter interface: constant SHOW_COMMENT on interface object
1323 FAIL NodeFilter interface: constant SHOW_COMMENT on interface prototype object a ssert_false: NodeFilter should not have a "prototype" property expected false go t true
1324 PASS NodeFilter interface: constant SHOW_DOCUMENT on interface object
1325 FAIL NodeFilter interface: constant SHOW_DOCUMENT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true
1326 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object
1327 FAIL NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype ob ject assert_false: NodeFilter should not have a "prototype" property expected fa lse got true
1328 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object
1329 FAIL NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototyp e object assert_false: NodeFilter should not have a "prototype" property expecte d false got true
1330 PASS NodeFilter interface: constant SHOW_NOTATION on interface object
1331 FAIL NodeFilter interface: constant SHOW_NOTATION on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true
1332 FAIL NodeFilter interface: operation acceptNode(Node) assert_false: NodeFilter s hould not have a "prototype" property expected false got true
1333 PASS DOMTokenList interface: existence and properties of interface object
1334 PASS DOMTokenList interface object length
1335 PASS DOMTokenList interface object name
1336 FAIL DOMTokenList interface: existence and properties of interface prototype obj ect assert_equals: class string of DOMTokenList.prototype expected "[object DOMT okenListPrototype]" but got "[object Object]"
1337 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property
1338 PASS DOMTokenList interface: attribute length
1339 PASS DOMTokenList interface: operation item(unsigned long)
1340 PASS DOMTokenList interface: operation contains(DOMString)
1341 PASS DOMTokenList interface: operation add(DOMString)
1342 PASS DOMTokenList interface: operation remove(DOMString)
1343 PASS DOMTokenList interface: operation toggle(DOMString,boolean)
1344 FAIL DOMTokenList interface: stringifier assert_true: property is not enumerable expected true got false
1345 PASS DOMTokenList must be primary interface of document.body.classList
1346 PASS Stringification of document.body.classList
1347 PASS DOMTokenList interface: document.body.classList must inherit property "leng th" with the proper type (0)
1348 PASS DOMTokenList interface: document.body.classList must inherit property "item " with the proper type (1)
1349 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL ist with too few arguments must throw TypeError
1350 PASS DOMTokenList interface: document.body.classList must inherit property "cont ains" with the proper type (2)
1351 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1352 PASS DOMTokenList interface: document.body.classList must inherit property "add" with the proper type (3)
1353 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w ith too few arguments must throw TypeError
1354 PASS DOMTokenList interface: document.body.classList must inherit property "remo ve" with the proper type (4)
1355 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1356 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1357 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1358 PASS DOMSettableTokenList interface: existence and properties of interface objec t
1359 PASS DOMSettableTokenList interface object length
1360 PASS DOMSettableTokenList interface object name
1361 FAIL DOMSettableTokenList interface: existence and properties of interface proto type object assert_equals: class string of DOMSettableTokenList.prototype expect ed "[object DOMSettableTokenListPrototype]" but got "[object Object]"
1362 PASS DOMSettableTokenList interface: existence and properties of interface proto type object's "constructor" property
1363 PASS DOMSettableTokenList interface: attribute value
1364 Harness: the test ran to completion.
1365
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698