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

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

Issue 1899623002: Import latest web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle new failures Created 4 years, 8 months 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
1 CONSOLE MESSAGE: line 198: callback not yet supported 1 CONSOLE MESSAGE: line 198: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS Event interface: existence and properties of interface object 3 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length 4 PASS Event interface object length
5 PASS Event interface object name 5 PASS Event interface object name
6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]" 6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]"
7 PASS Event interface: existence and properties of interface prototype object's " constructor" property 7 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type 8 PASS Event interface: attribute type
9 PASS Event interface: attribute target 9 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget 10 PASS Event interface: attribute currentTarget
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve nted" with the proper type (13) 93 PASS Event interface: new CustomEvent("foo") must inherit property "defaultPreve nted" with the proper type (13)
94 PASS Event interface: new CustomEvent("foo") must have own property "isTrusted" 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) 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) 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 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 98 PASS EventTarget interface: existence and properties of interface object
99 PASS EventTarget interface object length 99 PASS EventTarget interface object length
100 PASS EventTarget interface object name 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 EventTarget]" 101 FAIL EventTarget interface: existence and properties of interface prototype obje ct assert_equals: class string of EventTarget.prototype expected "[object EventT argetPrototype]" but got "[object EventTarget]"
102 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property 102 PASS EventTarget interface: existence and properties of interface prototype obje ct's "constructor" property
103 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,b oolean) 103 PASS EventTarget interface: operation addEventListener(DOMString,EventListener,[ object Object],[object Object])
104 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,boolean) 104 PASS EventTarget interface: operation removeEventListener(DOMString,EventListene r,[object Object],[object Object])
105 PASS EventTarget interface: operation dispatchEvent(Event) 105 PASS EventTarget interface: operation dispatchEvent(Event)
106 PASS EventListener interface: existence and properties of interface object 106 PASS EventListener interface: existence and properties of interface object
107 PASS EventListener interface: existence and properties of interface prototype ob ject 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 108 PASS EventListener interface: existence and properties of interface prototype ob ject's "constructor" property
109 PASS EventListener interface: operation handleEvent(Event) 109 PASS EventListener interface: operation handleEvent(Event)
110 PASS NodeList interface: existence and properties of interface object 110 PASS NodeList interface: existence and properties of interface object
111 PASS NodeList interface object length 111 PASS NodeList interface object length
112 PASS NodeList interface object name 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 NodeList]" 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 NodeList]"
114 PASS NodeList interface: existence and properties of interface prototype object' s "constructor" property 114 PASS NodeList interface: existence and properties of interface prototype object' s "constructor" property
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 PASS Node interface: constant DOCUMENT_NODE on interface prototype object 181 PASS Node interface: constant DOCUMENT_NODE on interface prototype object
182 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object 182 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface object
183 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object 183 PASS Node interface: constant DOCUMENT_TYPE_NODE on interface prototype object
184 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface 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 185 PASS Node interface: constant DOCUMENT_FRAGMENT_NODE on interface prototype obje ct
186 PASS Node interface: constant NOTATION_NODE on interface object 186 PASS Node interface: constant NOTATION_NODE on interface object
187 PASS Node interface: constant NOTATION_NODE on interface prototype object 187 PASS Node interface: constant NOTATION_NODE on interface prototype object
188 PASS Node interface: attribute nodeType 188 PASS Node interface: attribute nodeType
189 PASS Node interface: attribute nodeName 189 PASS Node interface: attribute nodeName
190 PASS Node interface: attribute baseURI 190 PASS Node interface: attribute baseURI
191 PASS Node interface: attribute isConnected
191 PASS Node interface: attribute ownerDocument 192 PASS Node interface: attribute ownerDocument
192 PASS Node interface: attribute rootNode 193 PASS Node interface: attribute rootNode
193 PASS Node interface: attribute parentNode 194 PASS Node interface: attribute parentNode
194 PASS Node interface: attribute parentElement 195 PASS Node interface: attribute parentElement
195 PASS Node interface: operation hasChildNodes() 196 PASS Node interface: operation hasChildNodes()
196 PASS Node interface: attribute childNodes 197 PASS Node interface: attribute childNodes
197 PASS Node interface: attribute firstChild 198 PASS Node interface: attribute firstChild
198 PASS Node interface: attribute lastChild 199 PASS Node interface: attribute lastChild
199 PASS Node interface: attribute previousSibling 200 PASS Node interface: attribute previousSibling
200 PASS Node interface: attribute nextSibling 201 PASS Node interface: attribute nextSibling
201 PASS Node interface: attribute nodeValue 202 PASS Node interface: attribute nodeValue
202 PASS Node interface: attribute textContent 203 PASS Node interface: attribute textContent
203 PASS Node interface: operation normalize() 204 PASS Node interface: operation normalize()
204 PASS Node interface: operation cloneNode(boolean) 205 PASS Node interface: operation cloneNode(boolean)
205 PASS Node interface: operation isEqualNode(Node) 206 PASS Node interface: operation isEqualNode(Node)
207 PASS Node interface: operation isSameNode(Node)
206 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface object 208 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface object
207 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface protot ype object 209 PASS Node interface: constant DOCUMENT_POSITION_DISCONNECTED on interface protot ype object
208 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface object 210 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface object
209 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface prototype object 211 PASS Node interface: constant DOCUMENT_POSITION_PRECEDING on interface prototype object
210 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface object 212 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface object
211 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface prototype object 213 PASS Node interface: constant DOCUMENT_POSITION_FOLLOWING on interface prototype object
212 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface object 214 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface object
213 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface prototype object 215 PASS Node interface: constant DOCUMENT_POSITION_CONTAINS on interface prototype object
214 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface object 216 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface object
215 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface protot ype object 217 PASS Node interface: constant DOCUMENT_POSITION_CONTAINED_BY on interface protot ype object
(...skipping 20 matching lines...) Expand all
236 PASS Document interface: attribute compatMode 238 PASS Document interface: attribute compatMode
237 PASS Document interface: attribute characterSet 239 PASS Document interface: attribute characterSet
238 PASS Document interface: attribute charset 240 PASS Document interface: attribute charset
239 PASS Document interface: attribute inputEncoding 241 PASS Document interface: attribute inputEncoding
240 PASS Document interface: attribute contentType 242 PASS Document interface: attribute contentType
241 PASS Document interface: attribute doctype 243 PASS Document interface: attribute doctype
242 PASS Document interface: attribute documentElement 244 PASS Document interface: attribute documentElement
243 PASS Document interface: operation getElementsByTagName(DOMString) 245 PASS Document interface: operation getElementsByTagName(DOMString)
244 PASS Document interface: operation getElementsByTagNameNS(DOMString,DOMString) 246 PASS Document interface: operation getElementsByTagNameNS(DOMString,DOMString)
245 PASS Document interface: operation getElementsByClassName(DOMString) 247 PASS Document interface: operation getElementsByClassName(DOMString)
246 PASS Document interface: operation createElement(DOMString) 248 PASS Document interface: operation createElement(DOMString,ElementCreationOption s)
247 PASS Document interface: operation createElementNS(DOMString,DOMString) 249 PASS Document interface: operation createElementNS(DOMString,DOMString,ElementCr eationOptions)
248 PASS Document interface: operation createDocumentFragment() 250 PASS Document interface: operation createDocumentFragment()
249 PASS Document interface: operation createTextNode(DOMString) 251 PASS Document interface: operation createTextNode(DOMString)
250 PASS Document interface: operation createComment(DOMString) 252 PASS Document interface: operation createComment(DOMString)
251 PASS Document interface: operation createProcessingInstruction(DOMString,DOMStri ng) 253 PASS Document interface: operation createProcessingInstruction(DOMString,DOMStri ng)
252 PASS Document interface: operation importNode(Node,boolean) 254 PASS Document interface: operation importNode(Node,boolean)
253 PASS Document interface: operation adoptNode(Node) 255 PASS Document interface: operation adoptNode(Node)
254 PASS Document interface: operation createAttribute(DOMString) 256 PASS Document interface: operation createAttribute(DOMString)
255 PASS Document interface: operation createAttributeNS(DOMString,DOMString) 257 PASS Document interface: operation createAttributeNS(DOMString,DOMString)
256 PASS Document interface: operation createEvent(DOMString) 258 PASS Document interface: operation createEvent(DOMString)
257 PASS Document interface: operation createRange() 259 PASS Document interface: operation createRange()
258 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil ter) 260 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil ter)
259 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r) 261 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r)
260 PASS Document interface: operation getElementById(DOMString) 262 PASS Document interface: operation getElementById(DOMString)
261 PASS Document interface: attribute children 263 PASS Document interface: attribute children
262 PASS Document interface: attribute firstElementChild 264 PASS Document interface: attribute firstElementChild
263 PASS Document interface: attribute lastElementChild 265 PASS Document interface: attribute lastElementChild
264 PASS Document interface: attribute childElementCount 266 PASS Document interface: attribute childElementCount
265 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 267 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
266 FAIL Document interface: operation append([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "append" missing 268 FAIL Document interface: operation append([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "append" missing
267 FAIL Document interface: operation query(DOMString) assert_own_property: interfa ce prototype object missing non-static operation expected property "query" missi ng
268 FAIL Document interface: operation queryAll(DOMString) assert_own_property: inte rface prototype object missing non-static operation expected property "queryAll" missing
269 PASS Document interface: operation querySelector(DOMString) 269 PASS Document interface: operation querySelector(DOMString)
270 PASS Document interface: operation querySelectorAll(DOMString) 270 PASS Document interface: operation querySelectorAll(DOMString)
271 FAIL Document must be primary interface of new Document() assert_equals: Unexpec ted exception when evaluating object expected null but got object "TypeError: Il legal constructor" 271 FAIL Document must be primary interface of new Document() assert_equals: Unexpec ted exception when evaluating object expected null but got object "TypeError: Il legal constructor"
272 FAIL Stringification of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 272 FAIL Stringification of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
273 FAIL Document interface: new Document() must inherit property "implementation" w ith the proper type (0) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 273 FAIL Document interface: new Document() must inherit property "implementation" w ith the proper type (0) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
274 FAIL Document interface: new Document() must inherit property "URL" with the pro per type (1) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 274 FAIL Document interface: new Document() must inherit property "URL" with the pro per type (1) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
275 FAIL Document interface: new Document() must inherit property "documentURI" with the proper type (2) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 275 FAIL Document interface: new Document() must inherit property "documentURI" with the proper type (2) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
276 FAIL Document interface: new Document() must inherit property "origin" with the proper type (3) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 276 FAIL Document interface: new Document() must inherit property "origin" with the proper type (3) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
277 FAIL Document interface: new Document() must inherit property "compatMode" with the proper type (4) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 277 FAIL Document interface: new Document() must inherit property "compatMode" with the proper type (4) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
278 FAIL Document interface: new Document() must inherit property "characterSet" wit h the proper type (5) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 278 FAIL Document interface: new Document() must inherit property "characterSet" wit h the proper type (5) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
279 FAIL Document interface: new Document() must inherit property "charset" with the proper type (6) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 279 FAIL Document interface: new Document() must inherit property "charset" with the proper type (6) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
280 FAIL Document interface: new Document() must inherit property "inputEncoding" wi th the proper type (7) assert_equals: Unexpected exception when evaluating objec t expected null but got object "TypeError: Illegal constructor" 280 FAIL Document interface: new Document() must inherit property "inputEncoding" wi th the proper type (7) assert_equals: Unexpected exception when evaluating objec t expected null but got object "TypeError: Illegal constructor"
281 FAIL Document interface: new Document() must inherit property "contentType" with the proper type (8) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 281 FAIL Document interface: new Document() must inherit property "contentType" with the proper type (8) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
282 FAIL Document interface: new Document() must inherit property "doctype" with the proper type (9) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 282 FAIL Document interface: new Document() must inherit property "doctype" with the proper type (9) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
283 FAIL Document interface: new Document() must inherit property "documentElement" with the proper type (10) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 283 FAIL Document interface: new Document() must inherit property "documentElement" with the proper type (10) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor"
284 FAIL Document interface: new Document() must inherit property "getElementsByTagN ame" with the proper type (11) assert_equals: Unexpected exception when evaluati ng object expected null but got object "TypeError: Illegal constructor" 284 FAIL Document interface: new Document() must inherit property "getElementsByTagN ame" with the proper type (11) assert_equals: Unexpected exception when evaluati ng object expected null but got object "TypeError: Illegal constructor"
285 FAIL Document interface: calling getElementsByTagName(DOMString) on new Document () with too few arguments must throw TypeError assert_equals: Unexpected excepti on when evaluating object expected null but got object "TypeError: Illegal const ructor" 285 FAIL Document interface: calling getElementsByTagName(DOMString) on new Document () with too few arguments must throw TypeError assert_equals: Unexpected excepti on when evaluating object expected null but got object "TypeError: Illegal const ructor"
286 FAIL Document interface: new Document() must inherit property "getElementsByTagN ameNS" with the proper type (12) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor" 286 FAIL Document interface: new Document() must inherit property "getElementsByTagN ameNS" with the proper type (12) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor"
287 FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpe cted exception when evaluating object expected null but got object "TypeError: I llegal constructor" 287 FAIL Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpe cted exception when evaluating object expected null but got object "TypeError: I llegal constructor"
288 FAIL Document interface: new Document() must inherit property "getElementsByClas sName" with the proper type (13) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor" 288 FAIL Document interface: new Document() must inherit property "getElementsByClas sName" with the proper type (13) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor"
289 FAIL Document interface: calling getElementsByClassName(DOMString) on new Docume nt() with too few arguments must throw TypeError assert_equals: Unexpected excep tion when evaluating object expected null but got object "TypeError: Illegal con structor" 289 FAIL Document interface: calling getElementsByClassName(DOMString) on new Docume nt() with too few arguments must throw TypeError assert_equals: Unexpected excep tion when evaluating object expected null but got object "TypeError: Illegal con structor"
290 FAIL Document interface: new Document() must inherit property "createElement" wi th the proper type (14) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 290 FAIL Document interface: new Document() must inherit property "createElement" wi th the proper type (14) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
291 FAIL Document interface: calling createElement(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 291 FAIL Document interface: calling createElement(DOMString,ElementCreationOptions) on new Document() with too few arguments must throw TypeError assert_equals: Un expected exception when evaluating object expected null but got object "TypeErro r: Illegal constructor"
292 FAIL Document interface: new Document() must inherit property "createElementNS" with the proper type (15) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 292 FAIL Document interface: new Document() must inherit property "createElementNS" with the proper type (15) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor"
293 FAIL Document interface: calling createElementNS(DOMString,DOMString) on new Doc ument() with too few arguments must throw TypeError assert_equals: Unexpected ex ception when evaluating object expected null but got object "TypeError: Illegal constructor" 293 FAIL Document interface: calling createElementNS(DOMString,DOMString,ElementCrea tionOptions) on new Document() with too few arguments must throw TypeError asser t_equals: Unexpected exception when evaluating object expected null but got obje ct "TypeError: Illegal constructor"
294 FAIL Document interface: new Document() must inherit property "createDocumentFra gment" with the proper type (16) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor" 294 FAIL Document interface: new Document() must inherit property "createDocumentFra gment" with the proper type (16) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor"
295 FAIL Document interface: new Document() must inherit property "createTextNode" w ith the proper type (17) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor" 295 FAIL Document interface: new Document() must inherit property "createTextNode" w ith the proper type (17) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor"
296 FAIL Document interface: calling createTextNode(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 296 FAIL Document interface: calling createTextNode(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
297 FAIL Document interface: new Document() must inherit property "createComment" wi th the proper type (18) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 297 FAIL Document interface: new Document() must inherit property "createComment" wi th the proper type (18) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
298 FAIL Document interface: calling createComment(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 298 FAIL Document interface: calling createComment(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
299 FAIL Document interface: new Document() must inherit property "createProcessingI nstruction" with the proper type (19) assert_equals: Unexpected exception when e valuating object expected null but got object "TypeError: Illegal constructor" 299 FAIL Document interface: new Document() must inherit property "createProcessingI nstruction" with the proper type (19) assert_equals: Unexpected exception when e valuating object expected null but got object "TypeError: Illegal constructor"
300 FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString ) on new Document() with too few arguments must throw TypeError assert_equals: U nexpected exception when evaluating object expected null but got object "TypeErr or: Illegal constructor" 300 FAIL Document interface: calling createProcessingInstruction(DOMString,DOMString ) on new Document() with too few arguments must throw TypeError assert_equals: U nexpected exception when evaluating object expected null but got object "TypeErr or: Illegal constructor"
301 FAIL Document interface: new Document() must inherit property "importNode" with the proper type (20) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 301 FAIL Document interface: new Document() must inherit property "importNode" with the proper type (20) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
302 FAIL Document interface: calling importNode(Node,boolean) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 302 FAIL Document interface: calling importNode(Node,boolean) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
303 FAIL Document interface: new Document() must inherit property "adoptNode" with t he proper type (21) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 303 FAIL Document interface: new Document() must inherit property "adoptNode" with t he proper type (21) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
(...skipping 12 matching lines...) Expand all
316 FAIL Document interface: new Document() must inherit property "getElementById" w ith the proper type (28) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor" 316 FAIL Document interface: new Document() must inherit property "getElementById" w ith the proper type (28) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor"
317 FAIL Document interface: calling getElementById(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 317 FAIL Document interface: calling getElementById(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
318 FAIL Document interface: new Document() must inherit property "children" with th e proper type (29) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 318 FAIL Document interface: new Document() must inherit property "children" with th e proper type (29) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
319 FAIL Document interface: new Document() must inherit property "firstElementChild " with the proper type (30) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 319 FAIL Document interface: new Document() must inherit property "firstElementChild " with the proper type (30) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
320 FAIL Document interface: new Document() must inherit property "lastElementChild" with the proper type (31) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor" 320 FAIL Document interface: new Document() must inherit property "lastElementChild" with the proper type (31) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor"
321 FAIL Document interface: new Document() must inherit property "childElementCount " with the proper type (32) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 321 FAIL Document interface: new Document() must inherit property "childElementCount " with the proper type (32) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
322 FAIL Document interface: new Document() must inherit property "prepend" with the proper type (33) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 322 FAIL Document interface: new Document() must inherit property "prepend" with the proper type (33) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
323 FAIL Document interface: calling prepend([object Object],[object Object]) on new Document() with too few arguments must throw TypeError assert_equals: Unexpecte d exception when evaluating object expected null but got object "TypeError: Ille gal constructor" 323 FAIL Document interface: calling prepend([object Object],[object Object]) on new Document() with too few arguments must throw TypeError assert_equals: Unexpecte d exception when evaluating object expected null but got object "TypeError: Ille gal constructor"
324 FAIL Document interface: new Document() must inherit property "append" with the proper type (34) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 324 FAIL Document interface: new Document() must inherit property "append" with the proper type (34) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
325 FAIL Document interface: calling append([object Object],[object Object]) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illeg al constructor" 325 FAIL Document interface: calling append([object Object],[object Object]) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illeg al constructor"
326 FAIL Document interface: new Document() must inherit property "query" with the p roper type (35) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 326 FAIL Document interface: new Document() must inherit property "querySelector" wi th the proper type (35) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
327 FAIL Document interface: calling query(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluat ing object expected null but got object "TypeError: Illegal constructor"
328 FAIL Document interface: new Document() must inherit property "queryAll" with th e proper type (36) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
329 FAIL Document interface: calling queryAll(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor"
330 FAIL Document interface: new Document() must inherit property "querySelector" wi th the proper type (37) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
331 FAIL Document interface: calling querySelector(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 327 FAIL Document interface: calling querySelector(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
332 FAIL Document interface: new Document() must inherit property "querySelectorAll" with the proper type (38) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor" 328 FAIL Document interface: new Document() must inherit property "querySelectorAll" with the proper type (36) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor"
333 FAIL Document interface: calling querySelectorAll(DOMString) on new Document() w ith too few arguments must throw TypeError assert_equals: Unexpected exception w hen evaluating object expected null but got object "TypeError: Illegal construct or" 329 FAIL Document interface: calling querySelectorAll(DOMString) on new Document() w ith too few arguments must throw TypeError assert_equals: Unexpected exception w hen evaluating object expected null but got object "TypeError: Illegal construct or"
334 FAIL Node interface: new Document() must inherit property "ELEMENT_NODE" with th e proper type (0) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 330 FAIL Node interface: new Document() must inherit property "ELEMENT_NODE" with th e proper type (0) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
335 FAIL Node interface: new Document() must inherit property "ATTRIBUTE_NODE" with the proper type (1) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 331 FAIL Node interface: new Document() must inherit property "ATTRIBUTE_NODE" with the proper type (1) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
336 FAIL Node interface: new Document() must inherit property "TEXT_NODE" with the p roper type (2) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 332 FAIL Node interface: new Document() must inherit property "TEXT_NODE" with the p roper type (2) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
337 FAIL Node interface: new Document() must inherit property "CDATA_SECTION_NODE" w ith the proper type (3) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 333 FAIL Node interface: new Document() must inherit property "CDATA_SECTION_NODE" w ith the proper type (3) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
338 FAIL Node interface: new Document() must inherit property "ENTITY_REFERENCE_NODE " with the proper type (4) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor" 334 FAIL Node interface: new Document() must inherit property "ENTITY_REFERENCE_NODE " with the proper type (4) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor"
339 FAIL Node interface: new Document() must inherit property "ENTITY_NODE" with the proper type (5) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 335 FAIL Node interface: new Document() must inherit property "ENTITY_NODE" with the proper type (5) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
340 FAIL Node interface: new Document() must inherit property "PROCESSING_INSTRUCTIO N_NODE" with the proper type (6) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor" 336 FAIL Node interface: new Document() must inherit property "PROCESSING_INSTRUCTIO N_NODE" with the proper type (6) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor"
341 FAIL Node interface: new Document() must inherit property "COMMENT_NODE" with th e proper type (7) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 337 FAIL Node interface: new Document() must inherit property "COMMENT_NODE" with th e proper type (7) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
342 FAIL Node interface: new Document() must inherit property "DOCUMENT_NODE" with t he proper type (8) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 338 FAIL Node interface: new Document() must inherit property "DOCUMENT_NODE" with t he proper type (8) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
343 FAIL Node interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" w ith the proper type (9) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 339 FAIL Node interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" w ith the proper type (9) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
344 FAIL Node interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NOD E" with the proper type (10) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 340 FAIL Node interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NOD E" with the proper type (10) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
345 FAIL Node interface: new Document() must inherit property "NOTATION_NODE" with t he proper type (11) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 341 FAIL Node interface: new Document() must inherit property "NOTATION_NODE" with t he proper type (11) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
346 FAIL Node interface: new Document() must inherit property "nodeType" with the pr oper type (12) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 342 FAIL Node interface: new Document() must inherit property "nodeType" with the pr oper type (12) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
347 FAIL Node interface: new Document() must inherit property "nodeName" with the pr oper type (13) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 343 FAIL Node interface: new Document() must inherit property "nodeName" with the pr oper type (13) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
348 FAIL Node interface: new Document() must inherit property "baseURI" with the pro per type (14) assert_equals: Unexpected exception when evaluating object expecte d null but got object "TypeError: Illegal constructor" 344 FAIL Node interface: new Document() must inherit property "baseURI" with the pro per type (14) assert_equals: Unexpected exception when evaluating object expecte d null but got object "TypeError: Illegal constructor"
349 FAIL Node interface: new Document() must inherit property "ownerDocument" with t he proper type (15) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 345 FAIL Node interface: new Document() must inherit property "isConnected" with the proper type (15) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
350 FAIL Node interface: new Document() must inherit property "rootNode" with the pr oper type (16) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 346 FAIL Node interface: new Document() must inherit property "ownerDocument" with t he proper type (16) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
351 FAIL Node interface: new Document() must inherit property "parentNode" with the proper type (17) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 347 FAIL Node interface: new Document() must inherit property "rootNode" with the pr oper type (17) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
352 FAIL Node interface: new Document() must inherit property "parentElement" with t he proper type (18) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 348 FAIL Node interface: new Document() must inherit property "parentNode" with the proper type (18) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
353 FAIL Node interface: new Document() must inherit property "hasChildNodes" with t he proper type (19) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 349 FAIL Node interface: new Document() must inherit property "parentElement" with t he proper type (19) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
354 FAIL Node interface: new Document() must inherit property "childNodes" with the proper type (20) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 350 FAIL Node interface: new Document() must inherit property "hasChildNodes" with t he proper type (20) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
355 FAIL Node interface: new Document() must inherit property "firstChild" with the proper type (21) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 351 FAIL Node interface: new Document() must inherit property "childNodes" with the proper type (21) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
356 FAIL Node interface: new Document() must inherit property "lastChild" with the p roper type (22) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 352 FAIL Node interface: new Document() must inherit property "firstChild" with the proper type (22) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
357 FAIL Node interface: new Document() must inherit property "previousSibling" with the proper type (23) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 353 FAIL Node interface: new Document() must inherit property "lastChild" with the p roper type (23) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
358 FAIL Node interface: new Document() must inherit property "nextSibling" with the proper type (24) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 354 FAIL Node interface: new Document() must inherit property "previousSibling" with the proper type (24) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
359 FAIL Node interface: new Document() must inherit property "nodeValue" with the p roper type (25) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 355 FAIL Node interface: new Document() must inherit property "nextSibling" with the proper type (25) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
360 FAIL Node interface: new Document() must inherit property "textContent" with the proper type (26) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 356 FAIL Node interface: new Document() must inherit property "nodeValue" with the p roper type (26) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
361 FAIL Node interface: new Document() must inherit property "normalize" with the p roper type (27) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 357 FAIL Node interface: new Document() must inherit property "textContent" with the proper type (27) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
362 FAIL Node interface: new Document() must inherit property "cloneNode" with the p roper type (28) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 358 FAIL Node interface: new Document() must inherit property "normalize" with the p roper type (28) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
359 FAIL Node interface: new Document() must inherit property "cloneNode" with the p roper type (29) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor"
363 FAIL Node interface: calling cloneNode(boolean) on new Document() with too few a rguments must throw TypeError assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor" 360 FAIL Node interface: calling cloneNode(boolean) on new Document() with too few a rguments must throw TypeError assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor"
364 FAIL Node interface: new Document() must inherit property "isEqualNode" with the proper type (29) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 361 FAIL Node interface: new Document() must inherit property "isEqualNode" with the proper type (30) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
365 FAIL Node interface: calling isEqualNode(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 362 FAIL Node interface: calling isEqualNode(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
366 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_DIS CONNECTED" with the proper type (30) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor" 363 FAIL Node interface: new Document() must inherit property "isSameNode" with the proper type (31) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
367 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_PRE CEDING" with the proper type (31) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor" 364 FAIL Node interface: calling isSameNode(Node) on new Document() with too few arg uments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
368 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_FOL LOWING" with the proper type (32) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor" 365 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_DIS CONNECTED" with the proper type (32) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor"
369 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINS" with the proper type (33) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor" 366 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_PRE CEDING" with the proper type (33) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor"
370 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINED_BY" with the proper type (34) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor" 367 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_FOL LOWING" with the proper type (34) assert_equals: Unexpected exception when evalu ating object expected null but got object "TypeError: Illegal constructor"
371 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_IMP LEMENTATION_SPECIFIC" with the proper type (35) assert_equals: Unexpected except ion when evaluating object expected null but got object "TypeError: Illegal cons tructor" 368 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINS" with the proper type (35) assert_equals: Unexpected exception when evalua ting object expected null but got object "TypeError: Illegal constructor"
372 FAIL Node interface: new Document() must inherit property "compareDocumentPositi on" with the proper type (36) assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor" 369 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINED_BY" with the proper type (36) assert_equals: Unexpected exception when ev aluating object expected null but got object "TypeError: Illegal constructor"
370 FAIL Node interface: new Document() must inherit property "DOCUMENT_POSITION_IMP LEMENTATION_SPECIFIC" with the proper type (37) assert_equals: Unexpected except ion when evaluating object expected null but got object "TypeError: Illegal cons tructor"
371 FAIL Node interface: new Document() must inherit property "compareDocumentPositi on" with the proper type (38) assert_equals: Unexpected exception when evaluatin g object expected null but got object "TypeError: Illegal constructor"
373 FAIL Node interface: calling compareDocumentPosition(Node) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 372 FAIL Node interface: calling compareDocumentPosition(Node) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
374 FAIL Node interface: new Document() must inherit property "contains" with the pr oper type (37) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 373 FAIL Node interface: new Document() must inherit property "contains" with the pr oper type (39) assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
375 FAIL Node interface: calling contains(Node) on new Document() with too few argum ents must throw TypeError assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 374 FAIL Node interface: calling contains(Node) on new Document() with too few argum ents must throw TypeError assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor"
376 FAIL Node interface: new Document() must inherit property "lookupPrefix" with th e proper type (38) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 375 FAIL Node interface: new Document() must inherit property "lookupPrefix" with th e proper type (40) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
377 FAIL Node interface: calling lookupPrefix(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor" 376 FAIL Node interface: calling lookupPrefix(DOMString) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor"
378 FAIL Node interface: new Document() must inherit property "lookupNamespaceURI" w ith the proper type (39) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor" 377 FAIL Node interface: new Document() must inherit property "lookupNamespaceURI" w ith the proper type (41) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor"
379 FAIL Node interface: calling lookupNamespaceURI(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 378 FAIL Node interface: calling lookupNamespaceURI(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
380 FAIL Node interface: new Document() must inherit property "isDefaultNamespace" w ith the proper type (40) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor" 379 FAIL Node interface: new Document() must inherit property "isDefaultNamespace" w ith the proper type (42) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor"
381 FAIL Node interface: calling isDefaultNamespace(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor " 380 FAIL Node interface: calling isDefaultNamespace(DOMString) on new Document() wit h too few arguments must throw TypeError assert_equals: Unexpected exception whe n evaluating object expected null but got object "TypeError: Illegal constructor "
382 FAIL Node interface: new Document() must inherit property "insertBefore" with th e proper type (41) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 381 FAIL Node interface: new Document() must inherit property "insertBefore" with th e proper type (43) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
383 FAIL Node interface: calling insertBefore(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor" 382 FAIL Node interface: calling insertBefore(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor"
384 FAIL Node interface: new Document() must inherit property "appendChild" with the proper type (42) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 383 FAIL Node interface: new Document() must inherit property "appendChild" with the proper type (44) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
385 FAIL Node interface: calling appendChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 384 FAIL Node interface: calling appendChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
386 FAIL Node interface: new Document() must inherit property "replaceChild" with th e proper type (43) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor" 385 FAIL Node interface: new Document() must inherit property "replaceChild" with th e proper type (45) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
387 FAIL Node interface: calling replaceChild(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor" 386 FAIL Node interface: calling replaceChild(Node,Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when eval uating object expected null but got object "TypeError: Illegal constructor"
388 FAIL Node interface: new Document() must inherit property "removeChild" with the proper type (44) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 387 FAIL Node interface: new Document() must inherit property "removeChild" with the proper type (46) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
389 FAIL Node interface: calling removeChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 388 FAIL Node interface: calling removeChild(Node) on new Document() with too few ar guments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
390 FAIL EventTarget interface: new Document() must inherit property "addEventListen er" with the proper type (0) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 389 FAIL EventTarget interface: new Document() must inherit property "addEventListen er" with the proper type (0) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
391 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on new Document() with too few arguments must throw TypeError assert_equal s: Unexpected exception when evaluating object expected null but got object "Typ eError: Illegal constructor" 390 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on new Document() with too few arguments must thro w TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
392 FAIL EventTarget interface: new Document() must inherit property "removeEventLis tener" with the proper type (1) assert_equals: Unexpected exception when evaluat ing object expected null but got object "TypeError: Illegal constructor" 391 FAIL EventTarget interface: new Document() must inherit property "removeEventLis tener" with the proper type (1) assert_equals: Unexpected exception when evaluat ing object expected null but got object "TypeError: Illegal constructor"
393 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on new Document() with too few arguments must throw TypeError assert_eq uals: Unexpected exception when evaluating object expected null but got object " TypeError: Illegal constructor" 392 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on new Document() with too few arguments must t hrow TypeError assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor"
394 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent" with the proper type (2) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 393 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent" with the proper type (2) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor"
395 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 394 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
396 PASS XMLDocument interface: existence and properties of interface object 395 PASS XMLDocument interface: existence and properties of interface object
397 PASS XMLDocument interface object length 396 PASS XMLDocument interface object length
398 PASS XMLDocument interface object name 397 PASS XMLDocument interface object name
399 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 XMLDocument]" 398 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 XMLDocument]"
400 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property 399 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property
401 PASS XMLDocument must be primary interface of xmlDoc 400 PASS XMLDocument must be primary interface of xmlDoc
402 PASS Stringification of xmlDoc 401 PASS Stringification of xmlDoc
403 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0) 402 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
404 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1) 403 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
405 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object" 404 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object"
406 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3) 405 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3)
407 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4) 406 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4)
408 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5) 407 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5)
409 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6) 408 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6)
410 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7) 409 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7)
411 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8) 410 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8)
412 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9) 411 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9)
413 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10) 412 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10)
414 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11) 413 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11)
415 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError 414 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError
416 PASS Document interface: xmlDoc must inherit property "getElementsByTagNameNS" w ith the proper type (12) 415 PASS Document interface: xmlDoc must inherit property "getElementsByTagNameNS" w ith the proper type (12)
417 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError 416 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError
418 PASS Document interface: xmlDoc must inherit property "getElementsByClassName" w ith the proper type (13) 417 PASS Document interface: xmlDoc must inherit property "getElementsByClassName" w ith the proper type (13)
419 PASS Document interface: calling getElementsByClassName(DOMString) on xmlDoc wit h too few arguments must throw TypeError 418 PASS Document interface: calling getElementsByClassName(DOMString) on xmlDoc wit h too few arguments must throw TypeError
420 PASS Document interface: xmlDoc must inherit property "createElement" with the p roper type (14) 419 PASS Document interface: xmlDoc must inherit property "createElement" with the p roper type (14)
421 PASS Document interface: calling createElement(DOMString) on xmlDoc with too few arguments must throw TypeError 420 PASS Document interface: calling createElement(DOMString,ElementCreationOptions) on xmlDoc with too few arguments must throw TypeError
422 PASS Document interface: xmlDoc must inherit property "createElementNS" with the proper type (15) 421 PASS Document interface: xmlDoc must inherit property "createElementNS" with the proper type (15)
423 PASS Document interface: calling createElementNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError 422 PASS Document interface: calling createElementNS(DOMString,DOMString,ElementCrea tionOptions) on xmlDoc with too few arguments must throw TypeError
424 PASS Document interface: xmlDoc must inherit property "createDocumentFragment" w ith the proper type (16) 423 PASS Document interface: xmlDoc must inherit property "createDocumentFragment" w ith the proper type (16)
425 PASS Document interface: xmlDoc must inherit property "createTextNode" with the proper type (17) 424 PASS Document interface: xmlDoc must inherit property "createTextNode" with the proper type (17)
426 PASS Document interface: calling createTextNode(DOMString) on xmlDoc with too fe w arguments must throw TypeError 425 PASS Document interface: calling createTextNode(DOMString) on xmlDoc with too fe w arguments must throw TypeError
427 PASS Document interface: xmlDoc must inherit property "createComment" with the p roper type (18) 426 PASS Document interface: xmlDoc must inherit property "createComment" with the p roper type (18)
428 PASS Document interface: calling createComment(DOMString) on xmlDoc with too few arguments must throw TypeError 427 PASS Document interface: calling createComment(DOMString) on xmlDoc with too few arguments must throw TypeError
429 PASS Document interface: xmlDoc must inherit property "createProcessingInstructi on" with the proper type (19) 428 PASS Document interface: xmlDoc must inherit property "createProcessingInstructi on" with the proper type (19)
430 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString ) on xmlDoc with too few arguments must throw TypeError 429 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString ) on xmlDoc with too few arguments must throw TypeError
431 PASS Document interface: xmlDoc must inherit property "importNode" with the prop er type (20) 430 PASS Document interface: xmlDoc must inherit property "importNode" with the prop er type (20)
432 PASS Document interface: calling importNode(Node,boolean) on xmlDoc with too few arguments must throw TypeError 431 PASS Document interface: calling importNode(Node,boolean) on xmlDoc with too few arguments must throw TypeError
433 PASS Document interface: xmlDoc must inherit property "adoptNode" with the prope r type (21) 432 PASS Document interface: xmlDoc must inherit property "adoptNode" with the prope r type (21)
(...skipping 12 matching lines...) Expand all
446 PASS Document interface: xmlDoc must inherit property "getElementById" with the proper type (28) 445 PASS Document interface: xmlDoc must inherit property "getElementById" with the proper type (28)
447 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe w arguments must throw TypeError 446 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe w arguments must throw TypeError
448 PASS Document interface: xmlDoc must inherit property "children" with the proper type (29) 447 PASS Document interface: xmlDoc must inherit property "children" with the proper type (29)
449 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t he proper type (30) 448 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t he proper type (30)
450 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th e proper type (31) 449 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th e proper type (31)
451 PASS Document interface: xmlDoc must inherit property "childElementCount" with t he proper type (32) 450 PASS Document interface: xmlDoc must inherit property "childElementCount" with t he proper type (32)
452 FAIL Document interface: xmlDoc must inherit property "prepend" with the proper type (33) assert_inherits: property "prepend" not found in prototype chain 451 FAIL Document interface: xmlDoc must inherit property "prepend" with the proper type (33) assert_inherits: property "prepend" not found in prototype chain
453 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 452 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
454 FAIL Document interface: xmlDoc must inherit property "append" with the proper t ype (34) assert_inherits: property "append" not found in prototype chain 453 FAIL Document interface: xmlDoc must inherit property "append" with the proper t ype (34) assert_inherits: property "append" not found in prototype chain
455 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 454 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
456 FAIL Document interface: xmlDoc must inherit property "query" with the proper ty pe (35) assert_inherits: property "query" not found in prototype chain 455 PASS Document interface: xmlDoc must inherit property "querySelector" with the p roper type (35)
457 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
458 FAIL Document interface: xmlDoc must inherit property "queryAll" with the proper type (36) assert_inherits: property "queryAll" not found in prototype chain
459 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
460 PASS Document interface: xmlDoc must inherit property "querySelector" with the p roper type (37)
461 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError 456 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError
462 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th e proper type (38) 457 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th e proper type (36)
463 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError 458 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError
464 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type (0) 459 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type (0)
465 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop er type (1) 460 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop er type (1)
466 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty pe (2) 461 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty pe (2)
467 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type (3) 462 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type (3)
468 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4) 463 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4)
469 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5) 464 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5)
470 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 465 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
471 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7) 466 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7)
472 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8) 467 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8)
473 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 468 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
474 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 469 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
475 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11) 470 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11)
476 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12) 471 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12)
477 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13) 472 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13)
478 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) 473 FAIL Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object"
479 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (15) 474 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)
480 PASS Node interface: xmlDoc must inherit property "rootNode" with the proper typ e (16) 475 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16)
481 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (17) 476 PASS Node interface: xmlDoc must inherit property "rootNode" with the proper typ e (17)
482 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (18) 477 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18)
483 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (19) 478 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19)
484 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (20) 479 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20)
485 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (21) 480 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21)
486 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (22) 481 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22)
487 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro per type (23) 482 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23)
488 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper type (24) 483 PASS Node interface: xmlDoc must inherit property "previousSibling" with the pro per type (24)
489 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty pe (25) 484 PASS Node interface: xmlDoc must inherit property "nextSibling" with the proper type (25)
490 PASS Node interface: xmlDoc must inherit property "textContent" with the proper type (26) 485 PASS Node interface: xmlDoc must inherit property "nodeValue" with the proper ty pe (26)
491 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty pe (27) 486 PASS Node interface: xmlDoc must inherit property "textContent" with the proper type (27)
492 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty pe (28) 487 PASS Node interface: xmlDoc must inherit property "normalize" with the proper ty pe (28)
488 PASS Node interface: xmlDoc must inherit property "cloneNode" with the proper ty pe (29)
493 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments must throw TypeError 489 PASS Node interface: calling cloneNode(boolean) on xmlDoc with too few arguments must throw TypeError
494 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper type (29) 490 PASS Node interface: xmlDoc must inherit property "isEqualNode" with the proper type (30)
495 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments must throw TypeError 491 PASS Node interface: calling isEqualNode(Node) on xmlDoc with too few arguments must throw TypeError
496 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE D" with the proper type (30) 492 PASS Node interface: xmlDoc must inherit property "isSameNode" with the proper t ype (31)
497 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (31) 493 PASS Node interface: calling isSameNode(Node) on xmlDoc with too few arguments m ust throw TypeError
498 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (32) 494 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_DISCONNECTE D" with the proper type (32)
499 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w ith the proper type (33) 495 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (33)
500 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B Y" with the proper type (34) 496 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (34)
501 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT ION_SPECIFIC" with the proper type (35) 497 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINS" w ith the proper type (35)
502 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with the proper type (36) 498 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_CONTAINED_B Y" with the proper type (36)
499 PASS Node interface: xmlDoc must inherit property "DOCUMENT_POSITION_IMPLEMENTAT ION_SPECIFIC" with the proper type (37)
500 PASS Node interface: xmlDoc must inherit property "compareDocumentPosition" with the proper type (38)
503 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe w arguments must throw TypeError 501 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc with too fe w arguments must throw TypeError
504 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ e (37) 502 PASS Node interface: xmlDoc must inherit property "contains" with the proper typ e (39)
505 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus t throw TypeError 503 PASS Node interface: calling contains(Node) on xmlDoc with too few arguments mus t throw TypeError
506 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper type (38) 504 PASS Node interface: xmlDoc must inherit property "lookupPrefix" with the proper type (40)
507 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu ments must throw TypeError 505 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc with too few argu ments must throw TypeError
508 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the proper type (39) 506 PASS Node interface: xmlDoc must inherit property "lookupNamespaceURI" with the proper type (41)
509 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe w arguments must throw TypeError 507 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc with too fe w arguments must throw TypeError
510 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the proper type (40) 508 PASS Node interface: xmlDoc must inherit property "isDefaultNamespace" with the proper type (42)
511 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe w arguments must throw TypeError 509 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc with too fe w arguments must throw TypeError
512 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper type (41) 510 PASS Node interface: xmlDoc must inherit property "insertBefore" with the proper type (43)
513 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu ments must throw TypeError 511 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc with too few argu ments must throw TypeError
514 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper type (42) 512 PASS Node interface: xmlDoc must inherit property "appendChild" with the proper type (44)
515 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments must throw TypeError 513 PASS Node interface: calling appendChild(Node) on xmlDoc with too few arguments must throw TypeError
516 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper type (43) 514 PASS Node interface: xmlDoc must inherit property "replaceChild" with the proper type (45)
517 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu ments must throw TypeError 515 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc with too few argu ments must throw TypeError
518 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper type (44) 516 PASS Node interface: xmlDoc must inherit property "removeChild" with the proper type (46)
519 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError 517 PASS Node interface: calling removeChild(Node) on xmlDoc with too few arguments must throw TypeError
520 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with the proper type (0) 518 PASS EventTarget interface: xmlDoc must inherit property "addEventListener" with the proper type (0)
521 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc with too few arguments must throw TypeError 519 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on xmlDoc with too few arguments must throw TypeEr ror
522 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w ith the proper type (1) 520 PASS EventTarget interface: xmlDoc must inherit property "removeEventListener" w ith the proper type (1)
523 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc with too few arguments must throw TypeError 521 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on xmlDoc with too few arguments must throw Typ eError
524 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th e proper type (2) 522 PASS EventTarget interface: xmlDoc must inherit property "dispatchEvent" with th e proper type (2)
525 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError 523 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc with too few arguments must throw TypeError
526 PASS DOMImplementation interface: existence and properties of interface object 524 PASS DOMImplementation interface: existence and properties of interface object
527 PASS DOMImplementation interface object length 525 PASS DOMImplementation interface object length
528 PASS DOMImplementation interface object name 526 PASS DOMImplementation interface object name
529 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 DOMImplementation]" 527 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 DOMImplementation]"
530 PASS DOMImplementation interface: existence and properties of interface prototyp e object's "constructor" property 528 PASS DOMImplementation interface: existence and properties of interface prototyp e object's "constructor" property
531 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri ng,DOMString) 529 PASS DOMImplementation interface: operation createDocumentType(DOMString,DOMStri ng,DOMString)
532 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D ocumentType) 530 PASS DOMImplementation interface: operation createDocument(DOMString,DOMString,D ocumentType)
533 PASS DOMImplementation interface: operation createHTMLDocument(DOMString) 531 PASS DOMImplementation interface: operation createHTMLDocument(DOMString)
534 PASS DOMImplementation interface: operation hasFeature() 532 PASS DOMImplementation interface: operation hasFeature()
535 PASS DOMImplementation must be primary interface of document.implementation 533 PASS DOMImplementation must be primary interface of document.implementation
536 PASS Stringification of document.implementation 534 PASS Stringification of document.implementation
537 PASS DOMImplementation interface: document.implementation must inherit property "createDocumentType" with the proper type (0) 535 PASS DOMImplementation interface: document.implementation must inherit property "createDocumentType" with the proper type (0)
538 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString ,DOMString) on document.implementation with too few arguments must throw TypeErr or 536 PASS DOMImplementation interface: calling createDocumentType(DOMString,DOMString ,DOMString) on document.implementation with too few arguments must throw TypeErr or
539 PASS DOMImplementation interface: document.implementation must inherit property "createDocument" with the proper type (1) 537 PASS DOMImplementation interface: document.implementation must inherit property "createDocument" with the proper type (1)
540 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc umentType) on document.implementation with too few arguments must throw TypeErro r 538 PASS DOMImplementation interface: calling createDocument(DOMString,DOMString,Doc umentType) on document.implementation with too few arguments must throw TypeErro r
541 PASS DOMImplementation interface: document.implementation must inherit property "createHTMLDocument" with the proper type (2) 539 PASS DOMImplementation interface: document.implementation must inherit property "createHTMLDocument" with the proper type (2)
542 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum ent.implementation with too few arguments must throw TypeError 540 PASS DOMImplementation interface: calling createHTMLDocument(DOMString) on docum ent.implementation with too few arguments must throw TypeError
543 PASS DOMImplementation interface: document.implementation must inherit property "hasFeature" with the proper type (3) 541 PASS DOMImplementation interface: document.implementation must inherit property "hasFeature" with the proper type (3)
542 PASS DocumentType interface: existence and properties of interface object
543 PASS DocumentType interface object length
544 PASS DocumentType interface object name
545 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 DocumentType]"
546 PASS DocumentType interface: existence and properties of interface prototype obj ect's "constructor" property
547 PASS DocumentType interface: attribute name
548 PASS DocumentType interface: attribute publicId
549 PASS DocumentType interface: attribute systemId
550 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
551 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
552 FAIL DocumentType interface: operation replaceWith([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "replaceWith" missing
553 PASS DocumentType interface: operation remove()
554 PASS DocumentType must be primary interface of document.doctype
555 PASS Stringification of document.doctype
556 PASS DocumentType interface: document.doctype must inherit property "name" with the proper type (0)
557 PASS DocumentType interface: document.doctype must inherit property "publicId" w ith the proper type (1)
558 PASS DocumentType interface: document.doctype must inherit property "systemId" w ith the proper type (2)
559 FAIL DocumentType interface: document.doctype must inherit property "before" wit h the proper type (3) assert_inherits: property "before" not found in prototype chain
560 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
561 FAIL DocumentType interface: document.doctype must inherit property "after" with the proper type (4) assert_inherits: property "after" not found in prototype ch ain
562 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
563 FAIL DocumentType interface: document.doctype must inherit property "replaceWith " with the proper type (5) assert_inherits: property "replaceWith" not found in prototype chain
564 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
565 PASS DocumentType interface: document.doctype must inherit property "remove" wit h the proper type (6)
566 PASS Node interface: document.doctype must inherit property "ELEMENT_NODE" with the proper type (0)
567 PASS Node interface: document.doctype must inherit property "ATTRIBUTE_NODE" wit h the proper type (1)
568 PASS Node interface: document.doctype must inherit property "TEXT_NODE" with the proper type (2)
569 PASS Node interface: document.doctype must inherit property "CDATA_SECTION_NODE" with the proper type (3)
570 PASS Node interface: document.doctype must inherit property "ENTITY_REFERENCE_NO DE" with the proper type (4)
571 PASS Node interface: document.doctype must inherit property "ENTITY_NODE" with t he proper type (5)
572 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT ION_NODE" with the proper type (6)
573 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with the proper type (7)
574 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with the proper type (8)
575 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
576 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N ODE" with the proper type (10)
577 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with the proper type (11)
578 PASS Node interface: document.doctype must inherit property "nodeType" with the proper type (12)
579 PASS Node interface: document.doctype must inherit property "nodeName" with the proper type (13)
580 PASS Node interface: document.doctype must inherit property "baseURI" with the p roper type (14)
581 PASS Node interface: document.doctype must inherit property "isConnected" with t he proper type (15)
582 PASS Node interface: document.doctype must inherit property "ownerDocument" with the proper type (16)
583 PASS Node interface: document.doctype must inherit property "rootNode" with the proper type (17)
584 PASS Node interface: document.doctype must inherit property "parentNode" with th e proper type (18)
585 PASS Node interface: document.doctype must inherit property "parentElement" with the proper type (19)
586 PASS Node interface: document.doctype must inherit property "hasChildNodes" with the proper type (20)
587 PASS Node interface: document.doctype must inherit property "childNodes" with th e proper type (21)
588 PASS Node interface: document.doctype must inherit property "firstChild" with th e proper type (22)
589 PASS Node interface: document.doctype must inherit property "lastChild" with the proper type (23)
590 PASS Node interface: document.doctype must inherit property "previousSibling" wi th the proper type (24)
591 PASS Node interface: document.doctype must inherit property "nextSibling" with t he proper type (25)
592 PASS Node interface: document.doctype must inherit property "nodeValue" with the proper type (26)
593 PASS Node interface: document.doctype must inherit property "textContent" with t he proper type (27)
594 PASS Node interface: document.doctype must inherit property "normalize" with the proper type (28)
595 PASS Node interface: document.doctype must inherit property "cloneNode" with the proper type (29)
596 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few arguments must throw TypeError
597 PASS Node interface: document.doctype must inherit property "isEqualNode" with t he proper type (30)
598 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few arguments must throw TypeError
599 PASS Node interface: document.doctype must inherit property "isSameNode" with th e proper type (31)
600 PASS Node interface: calling isSameNode(Node) on document.doctype with too few a rguments must throw TypeError
601 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D ISCONNECTED" with the proper type (32)
602 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P RECEDING" with the proper type (33)
603 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F OLLOWING" with the proper type (34)
604 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINS" with the proper type (35)
605 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINED_BY" with the proper type (36)
606 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I MPLEMENTATION_SPECIFIC" with the proper type (37)
607 PASS Node interface: document.doctype must inherit property "compareDocumentPosi tion" with the proper type (38)
608 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w ith too few arguments must throw TypeError
609 PASS Node interface: document.doctype must inherit property "contains" with the proper type (39)
610 PASS Node interface: calling contains(Node) on document.doctype with too few arg uments must throw TypeError
611 PASS Node interface: document.doctype must inherit property "lookupPrefix" with the proper type (40)
612 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to o few arguments must throw TypeError
613 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI" with the proper type (41)
614 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w ith too few arguments must throw TypeError
615 PASS Node interface: document.doctype must inherit property "isDefaultNamespace" with the proper type (42)
616 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w ith too few arguments must throw TypeError
617 PASS Node interface: document.doctype must inherit property "insertBefore" with the proper type (43)
618 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to o few arguments must throw TypeError
619 PASS Node interface: document.doctype must inherit property "appendChild" with t he proper type (44)
620 PASS Node interface: calling appendChild(Node) on document.doctype with too few arguments must throw TypeError
621 PASS Node interface: document.doctype must inherit property "replaceChild" with the proper type (45)
622 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to o few arguments must throw TypeError
623 PASS Node interface: document.doctype must inherit property "removeChild" with t he proper type (46)
624 PASS Node interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError
625 PASS EventTarget interface: document.doctype must inherit property "addEventList ener" with the proper type (0)
626 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.doctype with too few arguments must th row TypeError
627 PASS EventTarget interface: document.doctype must inherit property "removeEventL istener" with the proper type (1)
628 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.doctype with too few arguments must throw TypeError
629 PASS EventTarget interface: document.doctype must inherit property "dispatchEven t" with the proper type (2)
630 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit h too few arguments must throw TypeError
544 PASS DocumentFragment interface: existence and properties of interface object 631 PASS DocumentFragment interface: existence and properties of interface object
545 PASS DocumentFragment interface object length 632 PASS DocumentFragment interface object length
546 PASS DocumentFragment interface object name 633 PASS DocumentFragment interface object name
547 FAIL DocumentFragment interface: existence and properties of interface prototype object assert_equals: class string of DocumentFragment.prototype expected "[obj ect DocumentFragmentPrototype]" but got "[object DocumentFragment]" 634 FAIL DocumentFragment interface: existence and properties of interface prototype object assert_equals: class string of DocumentFragment.prototype expected "[obj ect DocumentFragmentPrototype]" but got "[object DocumentFragment]"
548 PASS DocumentFragment interface: existence and properties of interface prototype object's "constructor" property 635 PASS DocumentFragment interface: existence and properties of interface prototype object's "constructor" property
549 PASS DocumentFragment interface: operation getElementById(DOMString) 636 PASS DocumentFragment interface: operation getElementById(DOMString)
550 PASS DocumentFragment interface: attribute children 637 PASS DocumentFragment interface: attribute children
551 PASS DocumentFragment interface: attribute firstElementChild 638 PASS DocumentFragment interface: attribute firstElementChild
552 PASS DocumentFragment interface: attribute lastElementChild 639 PASS DocumentFragment interface: attribute lastElementChild
553 PASS DocumentFragment interface: attribute childElementCount 640 PASS DocumentFragment interface: attribute childElementCount
554 FAIL DocumentFragment interface: operation prepend([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "prepend" missing 641 FAIL DocumentFragment interface: operation prepend([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "prepend" missing
555 FAIL DocumentFragment interface: operation append([object Object],[object Object ]) assert_own_property: interface prototype object missing non-static operation expected property "append" missing 642 FAIL DocumentFragment interface: operation append([object Object],[object Object ]) assert_own_property: interface prototype object missing non-static operation expected property "append" missing
556 FAIL DocumentFragment interface: operation query(DOMString) assert_own_property: interface prototype object missing non-static operation expected property "quer y" missing
557 FAIL DocumentFragment interface: operation queryAll(DOMString) assert_own_proper ty: interface prototype object missing non-static operation expected property "q ueryAll" missing
558 PASS DocumentFragment interface: operation querySelector(DOMString) 643 PASS DocumentFragment interface: operation querySelector(DOMString)
559 PASS DocumentFragment interface: operation querySelectorAll(DOMString) 644 PASS DocumentFragment interface: operation querySelectorAll(DOMString)
560 PASS DocumentFragment must be primary interface of document.createDocumentFragme nt() 645 PASS DocumentFragment must be primary interface of document.createDocumentFragme nt()
561 PASS Stringification of document.createDocumentFragment() 646 PASS Stringification of document.createDocumentFragment()
562 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "getElementById" with the proper type (0) 647 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "getElementById" with the proper type (0)
563 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c reateDocumentFragment() with too few arguments must throw TypeError 648 PASS DocumentFragment interface: calling getElementById(DOMString) on document.c reateDocumentFragment() with too few arguments must throw TypeError
564 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "children" with the proper type (1) 649 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "children" with the proper type (1)
565 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "firstElementChild" with the proper type (2) 650 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "firstElementChild" with the proper type (2)
566 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "lastElementChild" with the proper type (3) 651 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "lastElementChild" with the proper type (3)
567 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "childElementCount" with the proper type (4) 652 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "childElementCount" with the proper type (4)
568 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "prepend" with the proper type (5) assert_inherits: property "prepend" not found in prototype chain 653 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "prepend" with the proper type (5) assert_inherits: property "prepend" not found in prototype chain
569 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 654 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
570 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "append" with the proper type (6) assert_inherits: property "append" no t found in prototype chain 655 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "append" with the proper type (6) assert_inherits: property "append" no t found in prototype chain
571 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 656 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
572 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "query" with the proper type (7) assert_inherits: property "query" not found in prototype chain 657 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelector" with the proper type (7)
573 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
574 FAIL DocumentFragment interface: document.createDocumentFragment() must inherit property "queryAll" with the proper type (8) assert_inherits: property "queryAll " not found in prototype chain
575 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
576 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelector" with the proper type (9)
577 PASS DocumentFragment interface: calling querySelector(DOMString) on document.cr eateDocumentFragment() with too few arguments must throw TypeError 658 PASS DocumentFragment interface: calling querySelector(DOMString) on document.cr eateDocumentFragment() with too few arguments must throw TypeError
578 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelectorAll" with the proper type (10) 659 PASS DocumentFragment interface: document.createDocumentFragment() must inherit property "querySelectorAll" with the proper type (8)
579 PASS DocumentFragment interface: calling querySelectorAll(DOMString) on document .createDocumentFragment() with too few arguments must throw TypeError 660 PASS DocumentFragment interface: calling querySelectorAll(DOMString) on document .createDocumentFragment() with too few arguments must throw TypeError
580 PASS Node interface: document.createDocumentFragment() must inherit property "EL EMENT_NODE" with the proper type (0) 661 PASS Node interface: document.createDocumentFragment() must inherit property "EL EMENT_NODE" with the proper type (0)
581 PASS Node interface: document.createDocumentFragment() must inherit property "AT TRIBUTE_NODE" with the proper type (1) 662 PASS Node interface: document.createDocumentFragment() must inherit property "AT TRIBUTE_NODE" with the proper type (1)
582 PASS Node interface: document.createDocumentFragment() must inherit property "TE XT_NODE" with the proper type (2) 663 PASS Node interface: document.createDocumentFragment() must inherit property "TE XT_NODE" with the proper type (2)
583 PASS Node interface: document.createDocumentFragment() must inherit property "CD ATA_SECTION_NODE" with the proper type (3) 664 PASS Node interface: document.createDocumentFragment() must inherit property "CD ATA_SECTION_NODE" with the proper type (3)
584 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_REFERENCE_NODE" with the proper type (4) 665 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_REFERENCE_NODE" with the proper type (4)
585 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_NODE" with the proper type (5) 666 PASS Node interface: document.createDocumentFragment() must inherit property "EN TITY_NODE" with the proper type (5)
586 PASS Node interface: document.createDocumentFragment() must inherit property "PR OCESSING_INSTRUCTION_NODE" with the proper type (6) 667 PASS Node interface: document.createDocumentFragment() must inherit property "PR OCESSING_INSTRUCTION_NODE" with the proper type (6)
587 PASS Node interface: document.createDocumentFragment() must inherit property "CO MMENT_NODE" with the proper type (7) 668 PASS Node interface: document.createDocumentFragment() must inherit property "CO MMENT_NODE" with the proper type (7)
588 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_NODE" with the proper type (8) 669 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_NODE" with the proper type (8)
589 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_TYPE_NODE" with the proper type (9) 670 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_TYPE_NODE" with the proper type (9)
590 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_FRAGMENT_NODE" with the proper type (10) 671 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_FRAGMENT_NODE" with the proper type (10)
591 PASS Node interface: document.createDocumentFragment() must inherit property "NO TATION_NODE" with the proper type (11) 672 PASS Node interface: document.createDocumentFragment() must inherit property "NO TATION_NODE" with the proper type (11)
592 PASS Node interface: document.createDocumentFragment() must inherit property "no deType" with the proper type (12) 673 PASS Node interface: document.createDocumentFragment() must inherit property "no deType" with the proper type (12)
593 PASS Node interface: document.createDocumentFragment() must inherit property "no deName" with the proper type (13) 674 PASS Node interface: document.createDocumentFragment() must inherit property "no deName" with the proper type (13)
594 PASS Node interface: document.createDocumentFragment() must inherit property "ba seURI" with the proper type (14) 675 PASS Node interface: document.createDocumentFragment() must inherit property "ba seURI" with the proper type (14)
595 PASS Node interface: document.createDocumentFragment() must inherit property "ow nerDocument" with the proper type (15) 676 PASS Node interface: document.createDocumentFragment() must inherit property "is Connected" with the proper type (15)
596 PASS Node interface: document.createDocumentFragment() must inherit property "ro otNode" with the proper type (16) 677 PASS Node interface: document.createDocumentFragment() must inherit property "ow nerDocument" with the proper type (16)
597 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentNode" with the proper type (17) 678 PASS Node interface: document.createDocumentFragment() must inherit property "ro otNode" with the proper type (17)
598 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentElement" with the proper type (18) 679 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentNode" with the proper type (18)
599 PASS Node interface: document.createDocumentFragment() must inherit property "ha sChildNodes" with the proper type (19) 680 PASS Node interface: document.createDocumentFragment() must inherit property "pa rentElement" with the proper type (19)
600 PASS Node interface: document.createDocumentFragment() must inherit property "ch ildNodes" with the proper type (20) 681 PASS Node interface: document.createDocumentFragment() must inherit property "ha sChildNodes" with the proper type (20)
601 PASS Node interface: document.createDocumentFragment() must inherit property "fi rstChild" with the proper type (21) 682 PASS Node interface: document.createDocumentFragment() must inherit property "ch ildNodes" with the proper type (21)
602 PASS Node interface: document.createDocumentFragment() must inherit property "la stChild" with the proper type (22) 683 PASS Node interface: document.createDocumentFragment() must inherit property "fi rstChild" with the proper type (22)
603 PASS Node interface: document.createDocumentFragment() must inherit property "pr eviousSibling" with the proper type (23) 684 PASS Node interface: document.createDocumentFragment() must inherit property "la stChild" with the proper type (23)
604 PASS Node interface: document.createDocumentFragment() must inherit property "ne xtSibling" with the proper type (24) 685 PASS Node interface: document.createDocumentFragment() must inherit property "pr eviousSibling" with the proper type (24)
605 PASS Node interface: document.createDocumentFragment() must inherit property "no deValue" with the proper type (25) 686 PASS Node interface: document.createDocumentFragment() must inherit property "ne xtSibling" with the proper type (25)
606 PASS Node interface: document.createDocumentFragment() must inherit property "te xtContent" with the proper type (26) 687 PASS Node interface: document.createDocumentFragment() must inherit property "no deValue" with the proper type (26)
607 PASS Node interface: document.createDocumentFragment() must inherit property "no rmalize" with the proper type (27) 688 PASS Node interface: document.createDocumentFragment() must inherit property "te xtContent" with the proper type (27)
608 PASS Node interface: document.createDocumentFragment() must inherit property "cl oneNode" with the proper type (28) 689 PASS Node interface: document.createDocumentFragment() must inherit property "no rmalize" with the proper type (28)
690 PASS Node interface: document.createDocumentFragment() must inherit property "cl oneNode" with the proper type (29)
609 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme nt() with too few arguments must throw TypeError 691 PASS Node interface: calling cloneNode(boolean) on document.createDocumentFragme nt() with too few arguments must throw TypeError
610 PASS Node interface: document.createDocumentFragment() must inherit property "is EqualNode" with the proper type (29) 692 PASS Node interface: document.createDocumentFragment() must inherit property "is EqualNode" with the proper type (30)
611 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError 693 PASS Node interface: calling isEqualNode(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
612 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_DISCONNECTED" with the proper type (30) 694 PASS Node interface: document.createDocumentFragment() must inherit property "is SameNode" with the proper type (31)
613 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_PRECEDING" with the proper type (31) 695 PASS Node interface: calling isSameNode(Node) on document.createDocumentFragment () with too few arguments must throw TypeError
614 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_FOLLOWING" with the proper type (32) 696 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_DISCONNECTED" with the proper type (32)
615 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINS" with the proper type (33) 697 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_PRECEDING" with the proper type (33)
616 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINED_BY" with the proper type (34) 698 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_FOLLOWING" with the proper type (34)
617 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35) 699 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINS" with the proper type (35)
618 PASS Node interface: document.createDocumentFragment() must inherit property "co mpareDocumentPosition" with the proper type (36) 700 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_CONTAINED_BY" with the proper type (36)
701 PASS Node interface: document.createDocumentFragment() must inherit property "DO CUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37)
702 PASS Node interface: document.createDocumentFragment() must inherit property "co mpareDocumentPosition" with the proper type (38)
619 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc umentFragment() with too few arguments must throw TypeError 703 PASS Node interface: calling compareDocumentPosition(Node) on document.createDoc umentFragment() with too few arguments must throw TypeError
620 PASS Node interface: document.createDocumentFragment() must inherit property "co ntains" with the proper type (37) 704 PASS Node interface: document.createDocumentFragment() must inherit property "co ntains" with the proper type (39)
621 PASS Node interface: calling contains(Node) on document.createDocumentFragment() with too few arguments must throw TypeError 705 PASS Node interface: calling contains(Node) on document.createDocumentFragment() with too few arguments must throw TypeError
622 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupPrefix" with the proper type (38) 706 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupPrefix" with the proper type (40)
623 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF ragment() with too few arguments must throw TypeError 707 PASS Node interface: calling lookupPrefix(DOMString) on document.createDocumentF ragment() with too few arguments must throw TypeError
624 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupNamespaceURI" with the proper type (39) 708 PASS Node interface: document.createDocumentFragment() must inherit property "lo okupNamespaceURI" with the proper type (41)
625 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError 709 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError
626 PASS Node interface: document.createDocumentFragment() must inherit property "is DefaultNamespace" with the proper type (40) 710 PASS Node interface: document.createDocumentFragment() must inherit property "is DefaultNamespace" with the proper type (42)
627 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError 711 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createDoc umentFragment() with too few arguments must throw TypeError
628 PASS Node interface: document.createDocumentFragment() must inherit property "in sertBefore" with the proper type (41) 712 PASS Node interface: document.createDocumentFragment() must inherit property "in sertBefore" with the proper type (43)
629 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError 713 PASS Node interface: calling insertBefore(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError
630 PASS Node interface: document.createDocumentFragment() must inherit property "ap pendChild" with the proper type (42) 714 PASS Node interface: document.createDocumentFragment() must inherit property "ap pendChild" with the proper type (44)
631 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError 715 PASS Node interface: calling appendChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
632 PASS Node interface: document.createDocumentFragment() must inherit property "re placeChild" with the proper type (43) 716 PASS Node interface: document.createDocumentFragment() must inherit property "re placeChild" with the proper type (45)
633 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError 717 PASS Node interface: calling replaceChild(Node,Node) on document.createDocumentF ragment() with too few arguments must throw TypeError
634 PASS Node interface: document.createDocumentFragment() must inherit property "re moveChild" with the proper type (44) 718 PASS Node interface: document.createDocumentFragment() must inherit property "re moveChild" with the proper type (46)
635 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError 719 PASS Node interface: calling removeChild(Node) on document.createDocumentFragmen t() with too few arguments must throw TypeError
636 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "addEventListener" with the proper type (0) 720 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "addEventListener" with the proper type (0)
637 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createDocumentFragment() with too few arguments must throw Typ eError 721 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createDocumentFragment() with too few arguments must throw TypeError
638 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "removeEventListener" with the proper type (1) 722 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "removeEventListener" with the proper type (1)
639 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createDocumentFragment() with too few arguments must throw TypeError 723 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createDocumentFragment() with too f ew arguments must throw TypeError
640 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "dispatchEvent" with the proper type (2) 724 PASS EventTarget interface: document.createDocumentFragment() must inherit prope rty "dispatchEvent" with the proper type (2)
641 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum entFragment() with too few arguments must throw TypeError 725 PASS EventTarget interface: calling dispatchEvent(Event) on document.createDocum entFragment() with too few arguments must throw TypeError
642 PASS DocumentType interface: existence and properties of interface object 726 PASS ShadowRoot interface: existence and properties of interface object
643 PASS DocumentType interface object length 727 PASS ShadowRoot interface object length
644 PASS DocumentType interface object name 728 PASS ShadowRoot interface object name
645 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 DocumentType]" 729 FAIL ShadowRoot interface: existence and properties of interface prototype objec t assert_equals: class string of ShadowRoot.prototype expected "[object ShadowRo otPrototype]" but got "[object ShadowRoot]"
646 PASS DocumentType interface: existence and properties of interface prototype obj ect's "constructor" property 730 PASS ShadowRoot interface: existence and properties of interface prototype objec t's "constructor" property
647 PASS DocumentType interface: attribute name 731 PASS ShadowRoot interface: attribute mode
648 PASS DocumentType interface: attribute publicId 732 PASS ShadowRoot interface: attribute host
649 PASS DocumentType interface: attribute systemId
650 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
651 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
652 FAIL DocumentType interface: operation replaceWith([object Object],[object Objec t]) assert_own_property: interface prototype object missing non-static operation expected property "replaceWith" missing
653 PASS DocumentType interface: operation remove()
654 PASS DocumentType must be primary interface of document.doctype
655 PASS Stringification of document.doctype
656 PASS DocumentType interface: document.doctype must inherit property "name" with the proper type (0)
657 PASS DocumentType interface: document.doctype must inherit property "publicId" w ith the proper type (1)
658 PASS DocumentType interface: document.doctype must inherit property "systemId" w ith the proper type (2)
659 FAIL DocumentType interface: document.doctype must inherit property "before" wit h the proper type (3) assert_inherits: property "before" not found in prototype chain
660 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
661 FAIL DocumentType interface: document.doctype must inherit property "after" with the proper type (4) assert_inherits: property "after" not found in prototype ch ain
662 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
663 FAIL DocumentType interface: document.doctype must inherit property "replaceWith " with the proper type (5) assert_inherits: property "replaceWith" not found in prototype chain
664 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
665 PASS DocumentType interface: document.doctype must inherit property "remove" wit h the proper type (6)
666 PASS Node interface: document.doctype must inherit property "ELEMENT_NODE" with the proper type (0)
667 PASS Node interface: document.doctype must inherit property "ATTRIBUTE_NODE" wit h the proper type (1)
668 PASS Node interface: document.doctype must inherit property "TEXT_NODE" with the proper type (2)
669 PASS Node interface: document.doctype must inherit property "CDATA_SECTION_NODE" with the proper type (3)
670 PASS Node interface: document.doctype must inherit property "ENTITY_REFERENCE_NO DE" with the proper type (4)
671 PASS Node interface: document.doctype must inherit property "ENTITY_NODE" with t he proper type (5)
672 PASS Node interface: document.doctype must inherit property "PROCESSING_INSTRUCT ION_NODE" with the proper type (6)
673 PASS Node interface: document.doctype must inherit property "COMMENT_NODE" with the proper type (7)
674 PASS Node interface: document.doctype must inherit property "DOCUMENT_NODE" with the proper type (8)
675 PASS Node interface: document.doctype must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
676 PASS Node interface: document.doctype must inherit property "DOCUMENT_FRAGMENT_N ODE" with the proper type (10)
677 PASS Node interface: document.doctype must inherit property "NOTATION_NODE" with the proper type (11)
678 PASS Node interface: document.doctype must inherit property "nodeType" with the proper type (12)
679 PASS Node interface: document.doctype must inherit property "nodeName" with the proper type (13)
680 PASS Node interface: document.doctype must inherit property "baseURI" with the p roper type (14)
681 PASS Node interface: document.doctype must inherit property "ownerDocument" with the proper type (15)
682 PASS Node interface: document.doctype must inherit property "rootNode" with the proper type (16)
683 PASS Node interface: document.doctype must inherit property "parentNode" with th e proper type (17)
684 PASS Node interface: document.doctype must inherit property "parentElement" with the proper type (18)
685 PASS Node interface: document.doctype must inherit property "hasChildNodes" with the proper type (19)
686 PASS Node interface: document.doctype must inherit property "childNodes" with th e proper type (20)
687 PASS Node interface: document.doctype must inherit property "firstChild" with th e proper type (21)
688 PASS Node interface: document.doctype must inherit property "lastChild" with the proper type (22)
689 PASS Node interface: document.doctype must inherit property "previousSibling" wi th the proper type (23)
690 PASS Node interface: document.doctype must inherit property "nextSibling" with t he proper type (24)
691 PASS Node interface: document.doctype must inherit property "nodeValue" with the proper type (25)
692 PASS Node interface: document.doctype must inherit property "textContent" with t he proper type (26)
693 PASS Node interface: document.doctype must inherit property "normalize" with the proper type (27)
694 PASS Node interface: document.doctype must inherit property "cloneNode" with the proper type (28)
695 PASS Node interface: calling cloneNode(boolean) on document.doctype with too few arguments must throw TypeError
696 PASS Node interface: document.doctype must inherit property "isEqualNode" with t he proper type (29)
697 PASS Node interface: calling isEqualNode(Node) on document.doctype with too few arguments must throw TypeError
698 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_D ISCONNECTED" with the proper type (30)
699 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_P RECEDING" with the proper type (31)
700 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_F OLLOWING" with the proper type (32)
701 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINS" with the proper type (33)
702 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_C ONTAINED_BY" with the proper type (34)
703 PASS Node interface: document.doctype must inherit property "DOCUMENT_POSITION_I MPLEMENTATION_SPECIFIC" with the proper type (35)
704 PASS Node interface: document.doctype must inherit property "compareDocumentPosi tion" with the proper type (36)
705 PASS Node interface: calling compareDocumentPosition(Node) on document.doctype w ith too few arguments must throw TypeError
706 PASS Node interface: document.doctype must inherit property "contains" with the proper type (37)
707 PASS Node interface: calling contains(Node) on document.doctype with too few arg uments must throw TypeError
708 PASS Node interface: document.doctype must inherit property "lookupPrefix" with the proper type (38)
709 PASS Node interface: calling lookupPrefix(DOMString) on document.doctype with to o few arguments must throw TypeError
710 PASS Node interface: document.doctype must inherit property "lookupNamespaceURI" with the proper type (39)
711 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.doctype w ith too few arguments must throw TypeError
712 PASS Node interface: document.doctype must inherit property "isDefaultNamespace" with the proper type (40)
713 PASS Node interface: calling isDefaultNamespace(DOMString) on document.doctype w ith too few arguments must throw TypeError
714 PASS Node interface: document.doctype must inherit property "insertBefore" with the proper type (41)
715 PASS Node interface: calling insertBefore(Node,Node) on document.doctype with to o few arguments must throw TypeError
716 PASS Node interface: document.doctype must inherit property "appendChild" with t he proper type (42)
717 PASS Node interface: calling appendChild(Node) on document.doctype with too few arguments must throw TypeError
718 PASS Node interface: document.doctype must inherit property "replaceChild" with the proper type (43)
719 PASS Node interface: calling replaceChild(Node,Node) on document.doctype with to o few arguments must throw TypeError
720 PASS Node interface: document.doctype must inherit property "removeChild" with t he proper type (44)
721 PASS Node interface: calling removeChild(Node) on document.doctype with too few arguments must throw TypeError
722 PASS EventTarget interface: document.doctype must inherit property "addEventList ener" with the proper type (0)
723 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.doctype with too few arguments must throw TypeError
724 PASS EventTarget interface: document.doctype must inherit property "removeEventL istener" with the proper type (1)
725 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.doctype with too few arguments must throw TypeError
726 PASS EventTarget interface: document.doctype must inherit property "dispatchEven t" with the proper type (2)
727 PASS EventTarget interface: calling dispatchEvent(Event) on document.doctype wit h too few arguments must throw TypeError
728 PASS Element interface: existence and properties of interface object 733 PASS Element interface: existence and properties of interface object
729 PASS Element interface object length 734 PASS Element interface object length
730 PASS Element interface object name 735 PASS Element interface object name
731 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 Element]" 736 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 Element]"
732 PASS Element interface: existence and properties of interface prototype object's "constructor" property 737 PASS Element interface: existence and properties of interface prototype object's "constructor" property
733 PASS Element interface: attribute namespaceURI 738 PASS Element interface: attribute namespaceURI
734 PASS Element interface: attribute prefix 739 PASS Element interface: attribute prefix
735 PASS Element interface: attribute localName 740 PASS Element interface: attribute localName
736 PASS Element interface: attribute tagName 741 PASS Element interface: attribute tagName
737 PASS Element interface: attribute id 742 PASS Element interface: attribute id
738 PASS Element interface: attribute className 743 PASS Element interface: attribute className
739 PASS Element interface: attribute classList 744 PASS Element interface: attribute classList
745 PASS Element interface: attribute slot
740 PASS Element interface: operation hasAttributes() 746 PASS Element interface: operation hasAttributes()
741 PASS Element interface: attribute attributes 747 PASS Element interface: attribute attributes
742 FAIL Element interface: operation getAttributeNames() assert_own_property: inter face prototype object missing non-static operation expected property "getAttribu teNames" missing 748 FAIL Element interface: operation getAttributeNames() assert_own_property: inter face prototype object missing non-static operation expected property "getAttribu teNames" missing
743 PASS Element interface: operation getAttribute(DOMString) 749 PASS Element interface: operation getAttribute(DOMString)
744 PASS Element interface: operation getAttributeNS(DOMString,DOMString) 750 PASS Element interface: operation getAttributeNS(DOMString,DOMString)
745 PASS Element interface: operation setAttribute(DOMString,DOMString) 751 PASS Element interface: operation setAttribute(DOMString,DOMString)
746 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString) 752 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString)
747 PASS Element interface: operation removeAttribute(DOMString) 753 PASS Element interface: operation removeAttribute(DOMString)
748 PASS Element interface: operation removeAttributeNS(DOMString,DOMString) 754 PASS Element interface: operation removeAttributeNS(DOMString,DOMString)
749 PASS Element interface: operation hasAttribute(DOMString) 755 PASS Element interface: operation hasAttribute(DOMString)
750 PASS Element interface: operation hasAttributeNS(DOMString,DOMString) 756 PASS Element interface: operation hasAttributeNS(DOMString,DOMString)
751 PASS Element interface: operation getAttributeNode(DOMString) 757 PASS Element interface: operation getAttributeNode(DOMString)
752 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString) 758 PASS Element interface: operation getAttributeNodeNS(DOMString,DOMString)
753 PASS Element interface: operation setAttributeNode(Attr) 759 PASS Element interface: operation setAttributeNode(Attr)
754 PASS Element interface: operation setAttributeNodeNS(Attr) 760 PASS Element interface: operation setAttributeNodeNS(Attr)
755 PASS Element interface: operation removeAttributeNode(Attr) 761 PASS Element interface: operation removeAttributeNode(Attr)
762 PASS Element interface: operation attachShadow(ShadowRootInit)
763 PASS Element interface: attribute shadowRoot
756 PASS Element interface: operation closest(DOMString) 764 PASS Element interface: operation closest(DOMString)
757 PASS Element interface: operation matches(DOMString) 765 PASS Element interface: operation matches(DOMString)
766 PASS Element interface: operation webkitMatchesSelector(DOMString)
758 PASS Element interface: operation getElementsByTagName(DOMString) 767 PASS Element interface: operation getElementsByTagName(DOMString)
759 PASS Element interface: operation getElementsByTagNameNS(DOMString,DOMString) 768 PASS Element interface: operation getElementsByTagNameNS(DOMString,DOMString)
760 PASS Element interface: operation getElementsByClassName(DOMString) 769 PASS Element interface: operation getElementsByClassName(DOMString)
770 PASS Element interface: operation insertAdjacentElement(DOMString,Element)
771 PASS Element interface: operation insertAdjacentText(DOMString,DOMString)
761 PASS Element interface: attribute children 772 PASS Element interface: attribute children
762 PASS Element interface: attribute firstElementChild 773 PASS Element interface: attribute firstElementChild
763 PASS Element interface: attribute lastElementChild 774 PASS Element interface: attribute lastElementChild
764 PASS Element interface: attribute childElementCount 775 PASS Element interface: attribute childElementCount
765 FAIL Element interface: operation prepend([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "prepend" missing 776 FAIL Element interface: operation prepend([object Object],[object Object]) asser t_own_property: interface prototype object missing non-static operation expected property "prepend" missing
766 FAIL Element interface: operation append([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "append" missing 777 FAIL Element interface: operation append([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "append" missing
767 FAIL Element interface: operation query(DOMString) assert_own_property: interfac e prototype object missing non-static operation expected property "query" missin g
768 FAIL Element interface: operation queryAll(DOMString) assert_own_property: inter face prototype object missing non-static operation expected property "queryAll" missing
769 PASS Element interface: operation querySelector(DOMString) 778 PASS Element interface: operation querySelector(DOMString)
770 PASS Element interface: operation querySelectorAll(DOMString) 779 PASS Element interface: operation querySelectorAll(DOMString)
771 PASS Element interface: attribute previousElementSibling 780 PASS Element interface: attribute previousElementSibling
772 PASS Element interface: attribute nextElementSibling 781 PASS Element interface: attribute nextElementSibling
773 FAIL Element interface: operation before([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "before" missing 782 FAIL Element interface: operation before([object Object],[object Object]) assert _own_property: interface prototype object missing non-static operation expected property "before" missing
774 FAIL Element interface: operation after([object Object],[object Object]) assert_ own_property: interface prototype object missing non-static operation expected p roperty "after" missing 783 FAIL Element interface: operation after([object Object],[object Object]) assert_ own_property: interface prototype object missing non-static operation expected p roperty "after" missing
775 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 784 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
776 PASS Element interface: operation remove() 785 PASS Element interface: operation remove()
786 PASS Element interface: attribute assignedSlot
777 PASS Element must be primary interface of element 787 PASS Element must be primary interface of element
778 PASS Stringification of element 788 PASS Stringification of element
779 PASS Element interface: element must inherit property "namespaceURI" with the pr oper type (0) 789 PASS Element interface: element must inherit property "namespaceURI" with the pr oper type (0)
780 PASS Element interface: element must inherit property "prefix" with the proper t ype (1) 790 PASS Element interface: element must inherit property "prefix" with the proper t ype (1)
781 PASS Element interface: element must inherit property "localName" with the prope r type (2) 791 PASS Element interface: element must inherit property "localName" with the prope r type (2)
782 PASS Element interface: element must inherit property "tagName" with the proper type (3) 792 PASS Element interface: element must inherit property "tagName" with the proper type (3)
783 PASS Element interface: element must inherit property "id" with the proper type (4) 793 PASS Element interface: element must inherit property "id" with the proper type (4)
784 PASS Element interface: element must inherit property "className" with the prope r type (5) 794 PASS Element interface: element must inherit property "className" with the prope r type (5)
785 PASS Element interface: element must inherit property "classList" with the prope r type (6) 795 PASS Element interface: element must inherit property "classList" with the prope r type (6)
786 PASS Element interface: element must inherit property "hasAttributes" with the p roper type (7) 796 PASS Element interface: element must inherit property "slot" with the proper typ e (7)
787 PASS Element interface: element must inherit property "attributes" with the prop er type (8) 797 PASS Element interface: element must inherit property "hasAttributes" with the p roper type (8)
788 FAIL Element interface: element must inherit property "getAttributeNames" with t he proper type (9) assert_inherits: property "getAttributeNames" not found in pr ototype chain 798 PASS Element interface: element must inherit property "attributes" with the prop er type (9)
789 PASS Element interface: element must inherit property "getAttribute" with the pr oper type (10) 799 FAIL Element interface: element must inherit property "getAttributeNames" with t he proper type (10) assert_inherits: property "getAttributeNames" not found in p rototype chain
800 PASS Element interface: element must inherit property "getAttribute" with the pr oper type (11)
790 PASS Element interface: calling getAttribute(DOMString) on element with too few arguments must throw TypeError 801 PASS Element interface: calling getAttribute(DOMString) on element with too few arguments must throw TypeError
791 PASS Element interface: element must inherit property "getAttributeNS" with the proper type (11) 802 PASS Element interface: element must inherit property "getAttributeNS" with the proper type (12)
792 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError 803 PASS Element interface: calling getAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError
793 PASS Element interface: element must inherit property "setAttribute" with the pr oper type (12) 804 PASS Element interface: element must inherit property "setAttribute" with the pr oper type (13)
794 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit h too few arguments must throw TypeError 805 PASS Element interface: calling setAttribute(DOMString,DOMString) on element wit h too few arguments must throw TypeError
795 PASS Element interface: element must inherit property "setAttributeNS" with the proper type (13) 806 PASS Element interface: element must inherit property "setAttributeNS" with the proper type (14)
796 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on element with too few arguments must throw TypeError 807 PASS Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on element with too few arguments must throw TypeError
797 PASS Element interface: element must inherit property "removeAttribute" with the proper type (14) 808 PASS Element interface: element must inherit property "removeAttribute" with the proper type (15)
798 PASS Element interface: calling removeAttribute(DOMString) on element with too f ew arguments must throw TypeError 809 PASS Element interface: calling removeAttribute(DOMString) on element with too f ew arguments must throw TypeError
799 PASS Element interface: element must inherit property "removeAttributeNS" with t he proper type (15) 810 PASS Element interface: element must inherit property "removeAttributeNS" with t he proper type (16)
800 PASS Element interface: calling removeAttributeNS(DOMString,DOMString) on elemen t with too few arguments must throw TypeError 811 PASS Element interface: calling removeAttributeNS(DOMString,DOMString) on elemen t with too few arguments must throw TypeError
801 PASS Element interface: element must inherit property "hasAttribute" with the pr oper type (16) 812 PASS Element interface: element must inherit property "hasAttribute" with the pr oper type (17)
802 PASS Element interface: calling hasAttribute(DOMString) on element with too few arguments must throw TypeError 813 PASS Element interface: calling hasAttribute(DOMString) on element with too few arguments must throw TypeError
803 PASS Element interface: element must inherit property "hasAttributeNS" with the proper type (17) 814 PASS Element interface: element must inherit property "hasAttributeNS" with the proper type (18)
804 PASS Element interface: calling hasAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError 815 PASS Element interface: calling hasAttributeNS(DOMString,DOMString) on element w ith too few arguments must throw TypeError
805 PASS Element interface: element must inherit property "getAttributeNode" with th e proper type (18) 816 PASS Element interface: element must inherit property "getAttributeNode" with th e proper type (19)
806 PASS Element interface: calling getAttributeNode(DOMString) on element with too few arguments must throw TypeError 817 PASS Element interface: calling getAttributeNode(DOMString) on element with too few arguments must throw TypeError
807 PASS Element interface: element must inherit property "getAttributeNodeNS" with the proper type (19) 818 PASS Element interface: element must inherit property "getAttributeNodeNS" with the proper type (20)
808 PASS Element interface: calling getAttributeNodeNS(DOMString,DOMString) on eleme nt with too few arguments must throw TypeError 819 PASS Element interface: calling getAttributeNodeNS(DOMString,DOMString) on eleme nt with too few arguments must throw TypeError
809 PASS Element interface: element must inherit property "setAttributeNode" with th e proper type (20) 820 PASS Element interface: element must inherit property "setAttributeNode" with th e proper type (21)
810 PASS Element interface: calling setAttributeNode(Attr) on element with too few a rguments must throw TypeError 821 PASS Element interface: calling setAttributeNode(Attr) on element with too few a rguments must throw TypeError
811 PASS Element interface: element must inherit property "setAttributeNodeNS" with the proper type (21) 822 PASS Element interface: element must inherit property "setAttributeNodeNS" with the proper type (22)
812 PASS Element interface: calling setAttributeNodeNS(Attr) on element with too few arguments must throw TypeError 823 PASS Element interface: calling setAttributeNodeNS(Attr) on element with too few arguments must throw TypeError
813 PASS Element interface: element must inherit property "removeAttributeNode" with the proper type (22) 824 PASS Element interface: element must inherit property "removeAttributeNode" with the proper type (23)
814 PASS Element interface: calling removeAttributeNode(Attr) on element with too fe w arguments must throw TypeError 825 PASS Element interface: calling removeAttributeNode(Attr) on element with too fe w arguments must throw TypeError
815 PASS Element interface: element must inherit property "closest" with the proper type (23) 826 PASS Element interface: element must inherit property "attachShadow" with the pr oper type (24)
827 PASS Element interface: calling attachShadow(ShadowRootInit) on element with too few arguments must throw TypeError
828 PASS Element interface: element must inherit property "shadowRoot" with the prop er type (25)
829 PASS Element interface: element must inherit property "closest" with the proper type (26)
816 PASS Element interface: calling closest(DOMString) on element with too few argum ents must throw TypeError 830 PASS Element interface: calling closest(DOMString) on element with too few argum ents must throw TypeError
817 PASS Element interface: element must inherit property "matches" with the proper type (24) 831 PASS Element interface: element must inherit property "matches" with the proper type (27)
818 PASS Element interface: calling matches(DOMString) on element with too few argum ents must throw TypeError 832 PASS Element interface: calling matches(DOMString) on element with too few argum ents must throw TypeError
819 PASS Element interface: element must inherit property "getElementsByTagName" wit h the proper type (25) 833 PASS Element interface: element must inherit property "webkitMatchesSelector" wi th the proper type (28)
834 PASS Element interface: calling webkitMatchesSelector(DOMString) on element with too few arguments must throw TypeError
835 PASS Element interface: element must inherit property "getElementsByTagName" wit h the proper type (29)
820 PASS Element interface: calling getElementsByTagName(DOMString) on element with too few arguments must throw TypeError 836 PASS Element interface: calling getElementsByTagName(DOMString) on element with too few arguments must throw TypeError
821 PASS Element interface: element must inherit property "getElementsByTagNameNS" w ith the proper type (26) 837 PASS Element interface: element must inherit property "getElementsByTagNameNS" w ith the proper type (30)
822 PASS Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on e lement with too few arguments must throw TypeError 838 PASS Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on e lement with too few arguments must throw TypeError
823 PASS Element interface: element must inherit property "getElementsByClassName" w ith the proper type (27) 839 PASS Element interface: element must inherit property "getElementsByClassName" w ith the proper type (31)
824 PASS Element interface: calling getElementsByClassName(DOMString) on element wit h too few arguments must throw TypeError 840 PASS Element interface: calling getElementsByClassName(DOMString) on element wit h too few arguments must throw TypeError
825 PASS Element interface: element must inherit property "children" with the proper type (28) 841 PASS Element interface: element must inherit property "insertAdjacentElement" wi th the proper type (32)
826 PASS Element interface: element must inherit property "firstElementChild" with t he proper type (29) 842 PASS Element interface: calling insertAdjacentElement(DOMString,Element) on elem ent with too few arguments must throw TypeError
827 PASS Element interface: element must inherit property "lastElementChild" with th e proper type (30) 843 PASS Element interface: element must inherit property "insertAdjacentText" with the proper type (33)
828 PASS Element interface: element must inherit property "childElementCount" with t he proper type (31) 844 PASS Element interface: calling insertAdjacentText(DOMString,DOMString) on eleme nt with too few arguments must throw TypeError
829 FAIL Element interface: element must inherit property "prepend" with the proper type (32) assert_inherits: property "prepend" not found in prototype chain 845 PASS Element interface: element must inherit property "children" with the proper type (34)
846 PASS Element interface: element must inherit property "firstElementChild" with t he proper type (35)
847 PASS Element interface: element must inherit property "lastElementChild" with th e proper type (36)
848 PASS Element interface: element must inherit property "childElementCount" with t he proper type (37)
849 FAIL Element interface: element must inherit property "prepend" with the proper type (38) assert_inherits: property "prepend" not found in prototype chain
830 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 850 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
831 FAIL Element interface: element must inherit property "append" with the proper t ype (33) assert_inherits: property "append" not found in prototype chain 851 FAIL Element interface: element must inherit property "append" with the proper t ype (39) assert_inherits: property "append" not found in prototype chain
832 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 852 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
833 FAIL Element interface: element must inherit property "query" with the proper ty pe (34) assert_inherits: property "query" not found in prototype chain 853 PASS Element interface: element must inherit property "querySelector" with the p roper type (40)
834 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
835 FAIL Element interface: element must inherit property "queryAll" with the proper type (35) assert_inherits: property "queryAll" not found in prototype chain
836 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
837 PASS Element interface: element must inherit property "querySelector" with the p roper type (36)
838 PASS Element interface: calling querySelector(DOMString) on element with too few arguments must throw TypeError 854 PASS Element interface: calling querySelector(DOMString) on element with too few arguments must throw TypeError
839 PASS Element interface: element must inherit property "querySelectorAll" with th e proper type (37) 855 PASS Element interface: element must inherit property "querySelectorAll" with th e proper type (41)
840 PASS Element interface: calling querySelectorAll(DOMString) on element with too few arguments must throw TypeError 856 PASS Element interface: calling querySelectorAll(DOMString) on element with too few arguments must throw TypeError
841 PASS Element interface: element must inherit property "previousElementSibling" w ith the proper type (38) 857 PASS Element interface: element must inherit property "previousElementSibling" w ith the proper type (42)
842 PASS Element interface: element must inherit property "nextElementSibling" with the proper type (39) 858 PASS Element interface: element must inherit property "nextElementSibling" with the proper type (43)
843 FAIL Element interface: element must inherit property "before" with the proper t ype (40) assert_inherits: property "before" not found in prototype chain 859 FAIL Element interface: element must inherit property "before" with the proper t ype (44) assert_inherits: property "before" not found in prototype chain
844 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 860 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
845 FAIL Element interface: element must inherit property "after" with the proper ty pe (41) assert_inherits: property "after" not found in prototype chain 861 FAIL Element interface: element must inherit property "after" with the proper ty pe (45) assert_inherits: property "after" not found in prototype chain
846 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 862 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
847 FAIL Element interface: element must inherit property "replaceWith" with the pro per type (42) assert_inherits: property "replaceWith" not found in prototype cha in 863 FAIL Element interface: element must inherit property "replaceWith" with the pro per type (46) assert_inherits: property "replaceWith" not found in prototype cha in
848 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 864 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
849 PASS Element interface: element must inherit property "remove" with the proper t ype (43) 865 PASS Element interface: element must inherit property "remove" with the proper t ype (47)
866 PASS Element interface: element must inherit property "assignedSlot" with the pr oper type (48)
850 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope r type (0) 867 PASS Node interface: element must inherit property "ELEMENT_NODE" with the prope r type (0)
851 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro per type (1) 868 PASS Node interface: element must inherit property "ATTRIBUTE_NODE" with the pro per type (1)
852 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t ype (2) 869 PASS Node interface: element must inherit property "TEXT_NODE" with the proper t ype (2)
853 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the proper type (3) 870 PASS Node interface: element must inherit property "CDATA_SECTION_NODE" with the proper type (3)
854 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) 871 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)
855 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5) 872 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5)
856 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 873 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
857 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7) 874 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7)
858 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8) 875 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8)
859 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 876 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
860 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 877 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
861 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11) 878 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11)
862 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12) 879 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12)
863 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13) 880 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13)
864 PASS Node interface: element must inherit property "baseURI" with the proper typ e (14) 881 FAIL Node interface: element must inherit property "baseURI" with the proper typ e (14) assert_equals: expected "string" but got "object"
865 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (15) 882 PASS Node interface: element must inherit property "isConnected" with the proper type (15)
866 PASS Node interface: element must inherit property "rootNode" with the proper ty pe (16) 883 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16)
867 PASS Node interface: element must inherit property "parentNode" with the proper type (17) 884 PASS Node interface: element must inherit property "rootNode" with the proper ty pe (17)
868 PASS Node interface: element must inherit property "parentElement" with the prop er type (18) 885 PASS Node interface: element must inherit property "parentNode" with the proper type (18)
869 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (19) 886 PASS Node interface: element must inherit property "parentElement" with the prop er type (19)
870 PASS Node interface: element must inherit property "childNodes" with the proper type (20) 887 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20)
871 PASS Node interface: element must inherit property "firstChild" with the proper type (21) 888 PASS Node interface: element must inherit property "childNodes" with the proper type (21)
872 PASS Node interface: element must inherit property "lastChild" with the proper t ype (22) 889 PASS Node interface: element must inherit property "firstChild" with the proper type (22)
873 PASS Node interface: element must inherit property "previousSibling" with the pr oper type (23) 890 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23)
874 PASS Node interface: element must inherit property "nextSibling" with the proper type (24) 891 PASS Node interface: element must inherit property "previousSibling" with the pr oper type (24)
875 PASS Node interface: element must inherit property "nodeValue" with the proper t ype (25) 892 PASS Node interface: element must inherit property "nextSibling" with the proper type (25)
876 PASS Node interface: element must inherit property "textContent" with the proper type (26) 893 PASS Node interface: element must inherit property "nodeValue" with the proper t ype (26)
877 PASS Node interface: element must inherit property "normalize" with the proper t ype (27) 894 PASS Node interface: element must inherit property "textContent" with the proper type (27)
878 PASS Node interface: element must inherit property "cloneNode" with the proper t ype (28) 895 PASS Node interface: element must inherit property "normalize" with the proper t ype (28)
896 PASS Node interface: element must inherit property "cloneNode" with the proper t ype (29)
879 PASS Node interface: calling cloneNode(boolean) on element with too few argument s must throw TypeError 897 PASS Node interface: calling cloneNode(boolean) on element with too few argument s must throw TypeError
880 PASS Node interface: element must inherit property "isEqualNode" with the proper type (29) 898 PASS Node interface: element must inherit property "isEqualNode" with the proper type (30)
881 PASS Node interface: calling isEqualNode(Node) on element with too few arguments must throw TypeError 899 PASS Node interface: calling isEqualNode(Node) on element with too few arguments must throw TypeError
882 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT ED" with the proper type (30) 900 PASS Node interface: element must inherit property "isSameNode" with the proper type (31)
883 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (31) 901 PASS Node interface: calling isSameNode(Node) on element with too few arguments must throw TypeError
884 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (32) 902 PASS Node interface: element must inherit property "DOCUMENT_POSITION_DISCONNECT ED" with the proper type (32)
885 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (33) 903 PASS Node interface: element must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (33)
886 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_ BY" with the proper type (34) 904 PASS Node interface: element must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (34)
887 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA TION_SPECIFIC" with the proper type (35) 905 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (35)
888 PASS Node interface: element must inherit property "compareDocumentPosition" wit h the proper type (36) 906 PASS Node interface: element must inherit property "DOCUMENT_POSITION_CONTAINED_ BY" with the proper type (36)
907 PASS Node interface: element must inherit property "DOCUMENT_POSITION_IMPLEMENTA TION_SPECIFIC" with the proper type (37)
908 PASS Node interface: element must inherit property "compareDocumentPosition" wit h the proper type (38)
889 PASS Node interface: calling compareDocumentPosition(Node) on element with too f ew arguments must throw TypeError 909 PASS Node interface: calling compareDocumentPosition(Node) on element with too f ew arguments must throw TypeError
890 PASS Node interface: element must inherit property "contains" with the proper ty pe (37) 910 PASS Node interface: element must inherit property "contains" with the proper ty pe (39)
891 PASS Node interface: calling contains(Node) on element with too few arguments mu st throw TypeError 911 PASS Node interface: calling contains(Node) on element with too few arguments mu st throw TypeError
892 PASS Node interface: element must inherit property "lookupPrefix" with the prope r type (38) 912 PASS Node interface: element must inherit property "lookupPrefix" with the prope r type (40)
893 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg uments must throw TypeError 913 PASS Node interface: calling lookupPrefix(DOMString) on element with too few arg uments must throw TypeError
894 PASS Node interface: element must inherit property "lookupNamespaceURI" with the proper type (39) 914 PASS Node interface: element must inherit property "lookupNamespaceURI" with the proper type (41)
895 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f ew arguments must throw TypeError 915 PASS Node interface: calling lookupNamespaceURI(DOMString) on element with too f ew arguments must throw TypeError
896 PASS Node interface: element must inherit property "isDefaultNamespace" with the proper type (40) 916 PASS Node interface: element must inherit property "isDefaultNamespace" with the proper type (42)
897 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f ew arguments must throw TypeError 917 PASS Node interface: calling isDefaultNamespace(DOMString) on element with too f ew arguments must throw TypeError
898 PASS Node interface: element must inherit property "insertBefore" with the prope r type (41) 918 PASS Node interface: element must inherit property "insertBefore" with the prope r type (43)
899 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg uments must throw TypeError 919 PASS Node interface: calling insertBefore(Node,Node) on element with too few arg uments must throw TypeError
900 PASS Node interface: element must inherit property "appendChild" with the proper type (42) 920 PASS Node interface: element must inherit property "appendChild" with the proper type (44)
901 PASS Node interface: calling appendChild(Node) on element with too few arguments must throw TypeError 921 PASS Node interface: calling appendChild(Node) on element with too few arguments must throw TypeError
902 PASS Node interface: element must inherit property "replaceChild" with the prope r type (43) 922 PASS Node interface: element must inherit property "replaceChild" with the prope r type (45)
903 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg uments must throw TypeError 923 PASS Node interface: calling replaceChild(Node,Node) on element with too few arg uments must throw TypeError
904 PASS Node interface: element must inherit property "removeChild" with the proper type (44) 924 PASS Node interface: element must inherit property "removeChild" with the proper type (46)
905 PASS Node interface: calling removeChild(Node) on element with too few arguments must throw TypeError 925 PASS Node interface: calling removeChild(Node) on element with too few arguments must throw TypeError
906 PASS EventTarget interface: element must inherit property "addEventListener" wit h the proper type (0) 926 PASS EventTarget interface: element must inherit property "addEventListener" wit h the proper type (0)
907 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on element with too few arguments must throw TypeError 927 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on element with too few arguments must throw TypeE rror
908 PASS EventTarget interface: element must inherit property "removeEventListener" with the proper type (1) 928 PASS EventTarget interface: element must inherit property "removeEventListener" with the proper type (1)
909 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on element with too few arguments must throw TypeError 929 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on element with too few arguments must throw Ty peError
910 PASS EventTarget interface: element must inherit property "dispatchEvent" with t he proper type (2) 930 PASS EventTarget interface: element must inherit property "dispatchEvent" with t he proper type (2)
911 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError 931 PASS EventTarget interface: calling dispatchEvent(Event) on element with too few arguments must throw TypeError
912 PASS NamedNodeMap interface: existence and properties of interface object 932 PASS NamedNodeMap interface: existence and properties of interface object
913 PASS NamedNodeMap interface object length 933 PASS NamedNodeMap interface object length
914 PASS NamedNodeMap interface object name 934 PASS NamedNodeMap interface object name
915 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 NamedNodeMap]" 935 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 NamedNodeMap]"
916 PASS NamedNodeMap interface: existence and properties of interface prototype obj ect's "constructor" property 936 PASS NamedNodeMap interface: existence and properties of interface prototype obj ect's "constructor" property
917 PASS NamedNodeMap interface: attribute length 937 PASS NamedNodeMap interface: attribute length
918 PASS NamedNodeMap interface: operation item(unsigned long) 938 PASS NamedNodeMap interface: operation item(unsigned long)
919 PASS NamedNodeMap interface: operation getNamedItem(DOMString) 939 PASS NamedNodeMap interface: operation getNamedItem(DOMString)
920 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString) 940 PASS NamedNodeMap interface: operation getNamedItemNS(DOMString,DOMString)
921 PASS NamedNodeMap interface: operation setNamedItem(Attr) 941 PASS NamedNodeMap interface: operation setNamedItem(Attr)
922 PASS NamedNodeMap interface: operation setNamedItemNS(Attr) 942 PASS NamedNodeMap interface: operation setNamedItemNS(Attr)
923 PASS NamedNodeMap interface: operation removeNamedItem(DOMString) 943 PASS NamedNodeMap interface: operation removeNamedItem(DOMString)
924 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString) 944 PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString)
925 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] }" 945 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] }"
926 PASS Attr interface object length 946 PASS Attr interface object length
927 PASS Attr interface object name 947 PASS Attr interface object name
928 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 Node]" 948 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 Node]"
929 PASS Attr interface: existence and properties of interface prototype object's "c onstructor" property 949 PASS Attr interface: existence and properties of interface prototype object's "c onstructor" property
930 PASS Attr interface: attribute namespaceURI 950 PASS Attr interface: attribute namespaceURI
931 PASS Attr interface: attribute prefix 951 PASS Attr interface: attribute prefix
932 PASS Attr interface: attribute localName 952 PASS Attr interface: attribute localName
933 PASS Attr interface: attribute name 953 PASS Attr interface: attribute name
954 FAIL Attr interface: attribute nodeName assert_own_property: expected property " nodeName" missing
934 PASS Attr interface: attribute value 955 PASS Attr interface: attribute value
935 PASS Attr interface: attribute nodeValue 956 PASS Attr interface: attribute nodeValue
936 PASS Attr interface: attribute textContent 957 PASS Attr interface: attribute textContent
937 PASS Attr interface: attribute ownerElement 958 PASS Attr interface: attribute ownerElement
938 PASS Attr interface: attribute specified 959 PASS Attr interface: attribute specified
939 PASS Attr must be primary interface of document.querySelector("[id]").attributes [0] 960 PASS Attr must be primary interface of document.querySelector("[id]").attributes [0]
940 PASS Stringification of document.querySelector("[id]").attributes[0] 961 PASS Stringification of document.querySelector("[id]").attributes[0]
941 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "namespaceURI" with the proper type (0) 962 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "namespaceURI" with the proper type (0)
942 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "prefix" with the proper type (1) 963 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "prefix" with the proper type (1)
943 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "localName" with the proper type (2) 964 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "localName" with the proper type (2)
944 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "name" with the proper type (3) 965 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "name" with the proper type (3)
945 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "value" with the proper type (4) 966 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "nodeName" with the proper type (4)
946 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "nodeValue" with the proper type (5) 967 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "value" with the proper type (5)
947 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "textContent" with the proper type (6) 968 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "nodeValue" with the proper type (6)
948 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "ownerElement" with the proper type (7) 969 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "textContent" with the proper type (7)
949 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "specified" with the proper type (8) 970 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "ownerElement" with the proper type (8)
971 PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p roperty "specified" with the proper type (9)
950 PASS CharacterData interface: existence and properties of interface object 972 PASS CharacterData interface: existence and properties of interface object
951 PASS CharacterData interface object length 973 PASS CharacterData interface object length
952 PASS CharacterData interface object name 974 PASS CharacterData interface object name
953 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 CharacterData]" 975 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 CharacterData]"
954 PASS CharacterData interface: existence and properties of interface prototype ob ject's "constructor" property 976 PASS CharacterData interface: existence and properties of interface prototype ob ject's "constructor" property
955 PASS CharacterData interface: attribute data 977 PASS CharacterData interface: attribute data
956 PASS CharacterData interface: attribute length 978 PASS CharacterData interface: attribute length
957 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon g) 979 PASS CharacterData interface: operation substringData(unsigned long,unsigned lon g)
958 PASS CharacterData interface: operation appendData(DOMString) 980 PASS CharacterData interface: operation appendData(DOMString)
959 PASS CharacterData interface: operation insertData(unsigned long,DOMString) 981 PASS CharacterData interface: operation insertData(unsigned long,DOMString)
960 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long) 982 PASS CharacterData interface: operation deleteData(unsigned long,unsigned long)
961 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long, DOMString) 983 PASS CharacterData interface: operation replaceData(unsigned long,unsigned long, DOMString)
962 PASS CharacterData interface: attribute previousElementSibling 984 PASS CharacterData interface: attribute previousElementSibling
963 PASS CharacterData interface: attribute nextElementSibling 985 PASS CharacterData interface: attribute nextElementSibling
964 FAIL CharacterData interface: operation before([object Object],[object Object]) assert_own_property: interface prototype object missing non-static operation exp ected property "before" missing 986 FAIL CharacterData interface: operation before([object Object],[object Object]) assert_own_property: interface prototype object missing non-static operation exp ected property "before" missing
965 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 987 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
966 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 988 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
967 PASS CharacterData interface: operation remove() 989 PASS CharacterData interface: operation remove()
968 PASS Text interface: existence and properties of interface object 990 PASS Text interface: existence and properties of interface object
969 PASS Text interface object length 991 PASS Text interface object length
970 PASS Text interface object name 992 PASS Text interface object name
971 FAIL Text interface: existence and properties of interface prototype object asse rt_equals: class string of Text.prototype expected "[object TextPrototype]" but got "[object Text]" 993 FAIL Text interface: existence and properties of interface prototype object asse rt_equals: class string of Text.prototype expected "[object TextPrototype]" but got "[object Text]"
972 PASS Text interface: existence and properties of interface prototype object's "c onstructor" property 994 PASS Text interface: existence and properties of interface prototype object's "c onstructor" property
973 PASS Text interface: operation splitText(unsigned long) 995 PASS Text interface: operation splitText(unsigned long)
974 PASS Text interface: attribute wholeText 996 PASS Text interface: attribute wholeText
997 PASS Text interface: attribute assignedSlot
975 PASS Text must be primary interface of document.createTextNode("abc") 998 PASS Text must be primary interface of document.createTextNode("abc")
976 PASS Stringification of document.createTextNode("abc") 999 PASS Stringification of document.createTextNode("abc")
977 PASS Text interface: document.createTextNode("abc") must inherit property "split Text" with the proper type (0) 1000 PASS Text interface: document.createTextNode("abc") must inherit property "split Text" with the proper type (0)
978 PASS Text interface: calling splitText(unsigned long) on document.createTextNode ("abc") with too few arguments must throw TypeError 1001 PASS Text interface: calling splitText(unsigned long) on document.createTextNode ("abc") with too few arguments must throw TypeError
979 PASS Text interface: document.createTextNode("abc") must inherit property "whole Text" with the proper type (1) 1002 PASS Text interface: document.createTextNode("abc") must inherit property "whole Text" with the proper type (1)
1003 PASS Text interface: document.createTextNode("abc") must inherit property "assig nedSlot" with the proper type (2)
980 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "data" with the proper type (0) 1004 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "data" with the proper type (0)
981 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "length" with the proper type (1) 1005 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "length" with the proper type (1)
982 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "substringData" with the proper type (2) 1006 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "substringData" with the proper type (2)
983 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError 1007 PASS CharacterData interface: calling substringData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
984 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "appendData" with the proper type (3) 1008 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "appendData" with the proper type (3)
985 PASS CharacterData interface: calling appendData(DOMString) on document.createTe xtNode("abc") with too few arguments must throw TypeError 1009 PASS CharacterData interface: calling appendData(DOMString) on document.createTe xtNode("abc") with too few arguments must throw TypeError
986 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "insertData" with the proper type (4) 1010 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "insertData" with the proper type (4)
987 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createTextNode("abc") with too few arguments must throw TypeError 1011 PASS CharacterData interface: calling insertData(unsigned long,DOMString) on doc ument.createTextNode("abc") with too few arguments must throw TypeError
988 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "deleteData" with the proper type (5) 1012 PASS CharacterData interface: document.createTextNode("abc") must inherit proper ty "deleteData" with the proper type (5)
989 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError 1013 PASS CharacterData interface: calling deleteData(unsigned long,unsigned long) on document.createTextNode("abc") with too few arguments must throw TypeError
(...skipping 16 matching lines...) Expand all
1006 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_NODE" with the proper type (5) 1030 PASS Node interface: document.createTextNode("abc") must inherit property "ENTIT Y_NODE" with the proper type (5)
1007 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE SSING_INSTRUCTION_NODE" with the proper type (6) 1031 PASS Node interface: document.createTextNode("abc") must inherit property "PROCE SSING_INSTRUCTION_NODE" with the proper type (6)
1008 PASS Node interface: document.createTextNode("abc") must inherit property "COMME NT_NODE" with the proper type (7) 1032 PASS Node interface: document.createTextNode("abc") must inherit property "COMME NT_NODE" with the proper type (7)
1009 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_NODE" with the proper type (8) 1033 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_NODE" with the proper type (8)
1010 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_TYPE_NODE" with the proper type (9) 1034 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_TYPE_NODE" with the proper type (9)
1011 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_FRAGMENT_NODE" with the proper type (10) 1035 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_FRAGMENT_NODE" with the proper type (10)
1012 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT ION_NODE" with the proper type (11) 1036 PASS Node interface: document.createTextNode("abc") must inherit property "NOTAT ION_NODE" with the proper type (11)
1013 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT ype" with the proper type (12) 1037 PASS Node interface: document.createTextNode("abc") must inherit property "nodeT ype" with the proper type (12)
1014 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN ame" with the proper type (13) 1038 PASS Node interface: document.createTextNode("abc") must inherit property "nodeN ame" with the proper type (13)
1015 PASS Node interface: document.createTextNode("abc") must inherit property "baseU RI" with the proper type (14) 1039 PASS Node interface: document.createTextNode("abc") must inherit property "baseU RI" with the proper type (14)
1016 PASS Node interface: document.createTextNode("abc") must inherit property "owner Document" with the proper type (15) 1040 PASS Node interface: document.createTextNode("abc") must inherit property "isCon nected" with the proper type (15)
1017 PASS Node interface: document.createTextNode("abc") must inherit property "rootN ode" with the proper type (16) 1041 PASS Node interface: document.createTextNode("abc") must inherit property "owner Document" with the proper type (16)
1018 PASS Node interface: document.createTextNode("abc") must inherit property "paren tNode" with the proper type (17) 1042 PASS Node interface: document.createTextNode("abc") must inherit property "rootN ode" with the proper type (17)
1019 PASS Node interface: document.createTextNode("abc") must inherit property "paren tElement" with the proper type (18) 1043 PASS Node interface: document.createTextNode("abc") must inherit property "paren tNode" with the proper type (18)
1020 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh ildNodes" with the proper type (19) 1044 PASS Node interface: document.createTextNode("abc") must inherit property "paren tElement" with the proper type (19)
1021 PASS Node interface: document.createTextNode("abc") must inherit property "child Nodes" with the proper type (20) 1045 PASS Node interface: document.createTextNode("abc") must inherit property "hasCh ildNodes" with the proper type (20)
1022 PASS Node interface: document.createTextNode("abc") must inherit property "first Child" with the proper type (21) 1046 PASS Node interface: document.createTextNode("abc") must inherit property "child Nodes" with the proper type (21)
1023 PASS Node interface: document.createTextNode("abc") must inherit property "lastC hild" with the proper type (22) 1047 PASS Node interface: document.createTextNode("abc") must inherit property "first Child" with the proper type (22)
1024 PASS Node interface: document.createTextNode("abc") must inherit property "previ ousSibling" with the proper type (23) 1048 PASS Node interface: document.createTextNode("abc") must inherit property "lastC hild" with the proper type (23)
1025 PASS Node interface: document.createTextNode("abc") must inherit property "nextS ibling" with the proper type (24) 1049 PASS Node interface: document.createTextNode("abc") must inherit property "previ ousSibling" with the proper type (24)
1026 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV alue" with the proper type (25) 1050 PASS Node interface: document.createTextNode("abc") must inherit property "nextS ibling" with the proper type (25)
1027 PASS Node interface: document.createTextNode("abc") must inherit property "textC ontent" with the proper type (26) 1051 PASS Node interface: document.createTextNode("abc") must inherit property "nodeV alue" with the proper type (26)
1028 PASS Node interface: document.createTextNode("abc") must inherit property "norma lize" with the proper type (27) 1052 PASS Node interface: document.createTextNode("abc") must inherit property "textC ontent" with the proper type (27)
1029 PASS Node interface: document.createTextNode("abc") must inherit property "clone Node" with the proper type (28) 1053 PASS Node interface: document.createTextNode("abc") must inherit property "norma lize" with the proper type (28)
1054 PASS Node interface: document.createTextNode("abc") must inherit property "clone Node" with the proper type (29)
1030 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc" ) with too few arguments must throw TypeError 1055 PASS Node interface: calling cloneNode(boolean) on document.createTextNode("abc" ) with too few arguments must throw TypeError
1031 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu alNode" with the proper type (29) 1056 PASS Node interface: document.createTextNode("abc") must inherit property "isEqu alNode" with the proper type (30)
1032 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1057 PASS Node interface: calling isEqualNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1033 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_DISCONNECTED" with the proper type (30) 1058 PASS Node interface: document.createTextNode("abc") must inherit property "isSam eNode" with the proper type (31)
1034 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_PRECEDING" with the proper type (31) 1059 PASS Node interface: calling isSameNode(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1035 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_FOLLOWING" with the proper type (32) 1060 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_DISCONNECTED" with the proper type (32)
1036 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINS" with the proper type (33) 1061 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_PRECEDING" with the proper type (33)
1037 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINED_BY" with the proper type (34) 1062 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_FOLLOWING" with the proper type (34)
1038 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35) 1063 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINS" with the proper type (35)
1039 PASS Node interface: document.createTextNode("abc") must inherit property "compa reDocumentPosition" with the proper type (36) 1064 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_CONTAINED_BY" with the proper type (36)
1065 PASS Node interface: document.createTextNode("abc") must inherit property "DOCUM ENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37)
1066 PASS Node interface: document.createTextNode("abc") must inherit property "compa reDocumentPosition" with the proper type (38)
1040 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex tNode("abc") with too few arguments must throw TypeError 1067 PASS Node interface: calling compareDocumentPosition(Node) on document.createTex tNode("abc") with too few arguments must throw TypeError
1041 PASS Node interface: document.createTextNode("abc") must inherit property "conta ins" with the proper type (37) 1068 PASS Node interface: document.createTextNode("abc") must inherit property "conta ins" with the proper type (39)
1042 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi th too few arguments must throw TypeError 1069 PASS Node interface: calling contains(Node) on document.createTextNode("abc") wi th too few arguments must throw TypeError
1043 PASS Node interface: document.createTextNode("abc") must inherit property "looku pPrefix" with the proper type (38) 1070 PASS Node interface: document.createTextNode("abc") must inherit property "looku pPrefix" with the proper type (40)
1044 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode( "abc") with too few arguments must throw TypeError 1071 PASS Node interface: calling lookupPrefix(DOMString) on document.createTextNode( "abc") with too few arguments must throw TypeError
1045 PASS Node interface: document.createTextNode("abc") must inherit property "looku pNamespaceURI" with the proper type (39) 1072 PASS Node interface: document.createTextNode("abc") must inherit property "looku pNamespaceURI" with the proper type (41)
1046 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError 1073 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError
1047 PASS Node interface: document.createTextNode("abc") must inherit property "isDef aultNamespace" with the proper type (40) 1074 PASS Node interface: document.createTextNode("abc") must inherit property "isDef aultNamespace" with the proper type (42)
1048 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError 1075 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createTex tNode("abc") with too few arguments must throw TypeError
1049 PASS Node interface: document.createTextNode("abc") must inherit property "inser tBefore" with the proper type (41) 1076 PASS Node interface: document.createTextNode("abc") must inherit property "inser tBefore" with the proper type (43)
1050 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError 1077 PASS Node interface: calling insertBefore(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError
1051 PASS Node interface: document.createTextNode("abc") must inherit property "appen dChild" with the proper type (42) 1078 PASS Node interface: document.createTextNode("abc") must inherit property "appen dChild" with the proper type (44)
1052 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1079 PASS Node interface: calling appendChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1053 PASS Node interface: document.createTextNode("abc") must inherit property "repla ceChild" with the proper type (43) 1080 PASS Node interface: document.createTextNode("abc") must inherit property "repla ceChild" with the proper type (45)
1054 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError 1081 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError
1055 PASS Node interface: document.createTextNode("abc") must inherit property "remov eChild" with the proper type (44) 1082 PASS Node interface: document.createTextNode("abc") must inherit property "remov eChild" with the proper type (46)
1056 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1083 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1057 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0) 1084 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0)
1058 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createTextNode("abc") with too few arguments must throw TypeEr ror 1085 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createTextNode("abc") with too few arg uments must throw TypeError
1059 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1) 1086 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1)
1060 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createTextNode("abc") with too few arguments must throw Typ eError 1087 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError
1061 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2) 1088 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2)
1062 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError 1089 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError
1063 PASS ProcessingInstruction interface: existence and properties of interface obje ct 1090 PASS ProcessingInstruction interface: existence and properties of interface obje ct
1064 PASS ProcessingInstruction interface object length 1091 PASS ProcessingInstruction interface object length
1065 PASS ProcessingInstruction interface object name 1092 PASS ProcessingInstruction interface object name
1066 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 ProcessingInstru ction]" 1093 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 ProcessingInstru ction]"
1067 PASS ProcessingInstruction interface: existence and properties of interface prot otype object's "constructor" property 1094 PASS ProcessingInstruction interface: existence and properties of interface prot otype object's "constructor" property
1068 PASS ProcessingInstruction interface: attribute target 1095 PASS ProcessingInstruction interface: attribute target
1069 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI nstruction("abc", "def") 1096 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI nstruction("abc", "def")
1070 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def") 1097 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def")
(...skipping 26 matching lines...) Expand all
1097 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4) 1124 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4)
1098 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5) 1125 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5)
1099 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 1126 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
1100 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7) 1127 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7)
1101 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8) 1128 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8)
1102 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9) 1129 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9)
1103 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 1130 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
1104 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11) 1131 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11)
1105 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12) 1132 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12)
1106 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13) 1133 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13)
1107 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14) 1134 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object"
1108 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (15) 1135 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15)
1109 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "rootNode" with the proper type (16) 1136 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16)
1110 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (17) 1137 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "rootNode" with the proper type (17)
1111 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (18) 1138 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18)
1112 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (19) 1139 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19)
1113 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (20) 1140 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20)
1114 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (21) 1141 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21)
1115 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (22) 1142 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22)
1116 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "previousSibling" with the proper type (23) 1143 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23)
1117 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nextSibling" with the proper type (24) 1144 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "previousSibling" with the proper type (24)
1118 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeValue" with the proper type (25) 1145 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nextSibling" with the proper type (25)
1119 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "textContent" with the proper type (26) 1146 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeValue" with the proper type (26)
1120 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "normalize" with the proper type (27) 1147 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "textContent" with the proper type (27)
1121 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "cloneNode" with the proper type (28) 1148 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "normalize" with the proper type (28)
1149 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "cloneNode" with the proper type (29)
1122 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru ction("abc", "def") with too few arguments must throw TypeError 1150 PASS Node interface: calling cloneNode(boolean) on xmlDoc.createProcessingInstru ction("abc", "def") with too few arguments must throw TypeError
1123 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isEqualNode" with the proper type (29) 1151 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isEqualNode" with the proper type (30)
1124 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError 1152 PASS Node interface: calling isEqualNode(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1125 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (30) 1153 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isSameNode" with the proper type (31)
1126 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_PRECEDING" with the proper type (31) 1154 PASS Node interface: calling isSameNode(Node) on xmlDoc.createProcessingInstruct ion("abc", "def") with too few arguments must throw TypeError
1127 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (32) 1155 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (32)
1128 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINS" with the proper type (33) 1156 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_PRECEDING" with the proper type (33)
1129 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (34) 1157 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_FOLLOWING" with the proper type (34)
1130 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35 ) 1158 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINS" with the proper type (35)
1131 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "compareDocumentPosition" with the proper type (36) 1159 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (36)
1160 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37 )
1161 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "compareDocumentPosition" with the proper type (38)
1132 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError 1162 PASS Node interface: calling compareDocumentPosition(Node) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1133 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "contains" with the proper type (37) 1163 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "contains" with the proper type (39)
1134 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio n("abc", "def") with too few arguments must throw TypeError 1164 PASS Node interface: calling contains(Node) on xmlDoc.createProcessingInstructio n("abc", "def") with too few arguments must throw TypeError
1135 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupPrefix" with the proper type (38) 1165 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupPrefix" with the proper type (40)
1136 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError 1166 PASS Node interface: calling lookupPrefix(DOMString) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1137 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupNamespaceURI" with the proper type (39) 1167 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lookupNamespaceURI" with the proper type (41)
1138 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError 1168 PASS Node interface: calling lookupNamespaceURI(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1139 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isDefaultNamespace" with the proper type (40) 1169 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isDefaultNamespace" with the proper type (42)
1140 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError 1170 PASS Node interface: calling isDefaultNamespace(DOMString) on xmlDoc.createProce ssingInstruction("abc", "def") with too few arguments must throw TypeError
1141 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "insertBefore" with the proper type (41) 1171 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "insertBefore" with the proper type (43)
1142 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError 1172 PASS Node interface: calling insertBefore(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1143 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "appendChild" with the proper type (42) 1173 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "appendChild" with the proper type (44)
1144 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError 1174 PASS Node interface: calling appendChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1145 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "replaceChild" with the proper type (43) 1175 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "replaceChild" with the proper type (45)
1146 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError 1176 PASS Node interface: calling replaceChild(Node,Node) on xmlDoc.createProcessingI nstruction("abc", "def") with too few arguments must throw TypeError
1147 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "removeChild" with the proper type (44) 1177 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "removeChild" with the proper type (46)
1148 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError 1178 PASS Node interface: calling removeChild(Node) on xmlDoc.createProcessingInstruc tion("abc", "def") with too few arguments must throw TypeError
1149 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "addEventListener" with the proper type (0) 1179 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "addEventListener" with the proper type (0)
1150 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError 1180 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "def" ) with too few arguments must throw TypeError
1151 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "removeEventListener" with the proper type (1) 1181 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "removeEventListener" with the proper type (1)
1152 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on xmlDoc.createProcessingInstruction("abc", "def") with too few argume nts must throw TypeError 1182 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on xmlDoc.createProcessingInstruction("abc", "d ef") with too few arguments must throw TypeError
1153 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "dispatchEvent" with the proper type (2) 1183 PASS EventTarget interface: xmlDoc.createProcessingInstruction("abc", "def") mus t inherit property "dispatchEvent" with the proper type (2)
1154 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess ingInstruction("abc", "def") with too few arguments must throw TypeError 1184 PASS EventTarget interface: calling dispatchEvent(Event) on xmlDoc.createProcess ingInstruction("abc", "def") with too few arguments must throw TypeError
1155 PASS Comment interface: existence and properties of interface object 1185 PASS Comment interface: existence and properties of interface object
1156 PASS Comment interface object length 1186 PASS Comment interface object length
1157 PASS Comment interface object name 1187 PASS Comment interface object name
1158 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 Comment]" 1188 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 Comment]"
1159 PASS Comment interface: existence and properties of interface prototype object's "constructor" property 1189 PASS Comment interface: existence and properties of interface prototype object's "constructor" property
1160 PASS Comment must be primary interface of document.createComment("abc") 1190 PASS Comment must be primary interface of document.createComment("abc")
1161 PASS Stringification of document.createComment("abc") 1191 PASS Stringification of document.createComment("abc")
1162 PASS CharacterData interface: document.createComment("abc") must inherit propert y "data" with the proper type (0) 1192 PASS CharacterData interface: document.createComment("abc") must inherit propert y "data" with the proper type (0)
(...skipping 25 matching lines...) Expand all
1188 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _NODE" with the proper type (5) 1218 PASS Node interface: document.createComment("abc") must inherit property "ENTITY _NODE" with the proper type (5)
1189 PASS Node interface: document.createComment("abc") must inherit property "PROCES SING_INSTRUCTION_NODE" with the proper type (6) 1219 PASS Node interface: document.createComment("abc") must inherit property "PROCES SING_INSTRUCTION_NODE" with the proper type (6)
1190 PASS Node interface: document.createComment("abc") must inherit property "COMMEN T_NODE" with the proper type (7) 1220 PASS Node interface: document.createComment("abc") must inherit property "COMMEN T_NODE" with the proper type (7)
1191 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_NODE" with the proper type (8) 1221 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_NODE" with the proper type (8)
1192 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_TYPE_NODE" with the proper type (9) 1222 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_TYPE_NODE" with the proper type (9)
1193 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_FRAGMENT_NODE" with the proper type (10) 1223 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_FRAGMENT_NODE" with the proper type (10)
1194 PASS Node interface: document.createComment("abc") must inherit property "NOTATI ON_NODE" with the proper type (11) 1224 PASS Node interface: document.createComment("abc") must inherit property "NOTATI ON_NODE" with the proper type (11)
1195 PASS Node interface: document.createComment("abc") must inherit property "nodeTy pe" with the proper type (12) 1225 PASS Node interface: document.createComment("abc") must inherit property "nodeTy pe" with the proper type (12)
1196 PASS Node interface: document.createComment("abc") must inherit property "nodeNa me" with the proper type (13) 1226 PASS Node interface: document.createComment("abc") must inherit property "nodeNa me" with the proper type (13)
1197 PASS Node interface: document.createComment("abc") must inherit property "baseUR I" with the proper type (14) 1227 PASS Node interface: document.createComment("abc") must inherit property "baseUR I" with the proper type (14)
1198 PASS Node interface: document.createComment("abc") must inherit property "ownerD ocument" with the proper type (15) 1228 PASS Node interface: document.createComment("abc") must inherit property "isConn ected" with the proper type (15)
1199 PASS Node interface: document.createComment("abc") must inherit property "rootNo de" with the proper type (16) 1229 PASS Node interface: document.createComment("abc") must inherit property "ownerD ocument" with the proper type (16)
1200 PASS Node interface: document.createComment("abc") must inherit property "parent Node" with the proper type (17) 1230 PASS Node interface: document.createComment("abc") must inherit property "rootNo de" with the proper type (17)
1201 PASS Node interface: document.createComment("abc") must inherit property "parent Element" with the proper type (18) 1231 PASS Node interface: document.createComment("abc") must inherit property "parent Node" with the proper type (18)
1202 PASS Node interface: document.createComment("abc") must inherit property "hasChi ldNodes" with the proper type (19) 1232 PASS Node interface: document.createComment("abc") must inherit property "parent Element" with the proper type (19)
1203 PASS Node interface: document.createComment("abc") must inherit property "childN odes" with the proper type (20) 1233 PASS Node interface: document.createComment("abc") must inherit property "hasChi ldNodes" with the proper type (20)
1204 PASS Node interface: document.createComment("abc") must inherit property "firstC hild" with the proper type (21) 1234 PASS Node interface: document.createComment("abc") must inherit property "childN odes" with the proper type (21)
1205 PASS Node interface: document.createComment("abc") must inherit property "lastCh ild" with the proper type (22) 1235 PASS Node interface: document.createComment("abc") must inherit property "firstC hild" with the proper type (22)
1206 PASS Node interface: document.createComment("abc") must inherit property "previo usSibling" with the proper type (23) 1236 PASS Node interface: document.createComment("abc") must inherit property "lastCh ild" with the proper type (23)
1207 PASS Node interface: document.createComment("abc") must inherit property "nextSi bling" with the proper type (24) 1237 PASS Node interface: document.createComment("abc") must inherit property "previo usSibling" with the proper type (24)
1208 PASS Node interface: document.createComment("abc") must inherit property "nodeVa lue" with the proper type (25) 1238 PASS Node interface: document.createComment("abc") must inherit property "nextSi bling" with the proper type (25)
1209 PASS Node interface: document.createComment("abc") must inherit property "textCo ntent" with the proper type (26) 1239 PASS Node interface: document.createComment("abc") must inherit property "nodeVa lue" with the proper type (26)
1210 PASS Node interface: document.createComment("abc") must inherit property "normal ize" with the proper type (27) 1240 PASS Node interface: document.createComment("abc") must inherit property "textCo ntent" with the proper type (27)
1211 PASS Node interface: document.createComment("abc") must inherit property "cloneN ode" with the proper type (28) 1241 PASS Node interface: document.createComment("abc") must inherit property "normal ize" with the proper type (28)
1242 PASS Node interface: document.createComment("abc") must inherit property "cloneN ode" with the proper type (29)
1212 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc") with too few arguments must throw TypeError 1243 PASS Node interface: calling cloneNode(boolean) on document.createComment("abc") with too few arguments must throw TypeError
1213 PASS Node interface: document.createComment("abc") must inherit property "isEqua lNode" with the proper type (29) 1244 PASS Node interface: document.createComment("abc") must inherit property "isEqua lNode" with the proper type (30)
1214 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc") with too few arguments must throw TypeError 1245 PASS Node interface: calling isEqualNode(Node) on document.createComment("abc") with too few arguments must throw TypeError
1215 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_DISCONNECTED" with the proper type (30) 1246 PASS Node interface: document.createComment("abc") must inherit property "isSame Node" with the proper type (31)
1216 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_PRECEDING" with the proper type (31) 1247 PASS Node interface: calling isSameNode(Node) on document.createComment("abc") w ith too few arguments must throw TypeError
1217 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_FOLLOWING" with the proper type (32) 1248 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_DISCONNECTED" with the proper type (32)
1218 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINS" with the proper type (33) 1249 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_PRECEDING" with the proper type (33)
1219 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINED_BY" with the proper type (34) 1250 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_FOLLOWING" with the proper type (34)
1220 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (35) 1251 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINS" with the proper type (35)
1221 PASS Node interface: document.createComment("abc") must inherit property "compar eDocumentPosition" with the proper type (36) 1252 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_CONTAINED_BY" with the proper type (36)
1253 PASS Node interface: document.createComment("abc") must inherit property "DOCUME NT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (37)
1254 PASS Node interface: document.createComment("abc") must inherit property "compar eDocumentPosition" with the proper type (38)
1222 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom ment("abc") with too few arguments must throw TypeError 1255 PASS Node interface: calling compareDocumentPosition(Node) on document.createCom ment("abc") with too few arguments must throw TypeError
1223 PASS Node interface: document.createComment("abc") must inherit property "contai ns" with the proper type (37) 1256 PASS Node interface: document.createComment("abc") must inherit property "contai ns" with the proper type (39)
1224 PASS Node interface: calling contains(Node) on document.createComment("abc") wit h too few arguments must throw TypeError 1257 PASS Node interface: calling contains(Node) on document.createComment("abc") wit h too few arguments must throw TypeError
1225 PASS Node interface: document.createComment("abc") must inherit property "lookup Prefix" with the proper type (38) 1258 PASS Node interface: document.createComment("abc") must inherit property "lookup Prefix" with the proper type (40)
1226 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment(" abc") with too few arguments must throw TypeError 1259 PASS Node interface: calling lookupPrefix(DOMString) on document.createComment(" abc") with too few arguments must throw TypeError
1227 PASS Node interface: document.createComment("abc") must inherit property "lookup NamespaceURI" with the proper type (39) 1260 PASS Node interface: document.createComment("abc") must inherit property "lookup NamespaceURI" with the proper type (41)
1228 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError 1261 PASS Node interface: calling lookupNamespaceURI(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError
1229 PASS Node interface: document.createComment("abc") must inherit property "isDefa ultNamespace" with the proper type (40) 1262 PASS Node interface: document.createComment("abc") must inherit property "isDefa ultNamespace" with the proper type (42)
1230 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError 1263 PASS Node interface: calling isDefaultNamespace(DOMString) on document.createCom ment("abc") with too few arguments must throw TypeError
1231 PASS Node interface: document.createComment("abc") must inherit property "insert Before" with the proper type (41) 1264 PASS Node interface: document.createComment("abc") must inherit property "insert Before" with the proper type (43)
1232 PASS Node interface: calling insertBefore(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError 1265 PASS Node interface: calling insertBefore(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError
1233 PASS Node interface: document.createComment("abc") must inherit property "append Child" with the proper type (42) 1266 PASS Node interface: document.createComment("abc") must inherit property "append Child" with the proper type (44)
1234 PASS Node interface: calling appendChild(Node) on document.createComment("abc") with too few arguments must throw TypeError 1267 PASS Node interface: calling appendChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
1235 PASS Node interface: document.createComment("abc") must inherit property "replac eChild" with the proper type (43) 1268 PASS Node interface: document.createComment("abc") must inherit property "replac eChild" with the proper type (45)
1236 PASS Node interface: calling replaceChild(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError 1269 PASS Node interface: calling replaceChild(Node,Node) on document.createComment(" abc") with too few arguments must throw TypeError
1237 PASS Node interface: document.createComment("abc") must inherit property "remove Child" with the proper type (44) 1270 PASS Node interface: document.createComment("abc") must inherit property "remove Child" with the proper type (46)
1238 PASS Node interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError 1271 PASS Node interface: calling removeChild(Node) on document.createComment("abc") with too few arguments must throw TypeError
1239 PASS EventTarget interface: document.createComment("abc") must inherit property "addEventListener" with the proper type (0) 1272 PASS EventTarget interface: document.createComment("abc") must inherit property "addEventListener" with the proper type (0)
1240 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boo lean) on document.createComment("abc") with too few arguments must throw TypeErr or 1273 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createComment("abc") with too few argu ments must throw TypeError
1241 PASS EventTarget interface: document.createComment("abc") must inherit property "removeEventListener" with the proper type (1) 1274 PASS EventTarget interface: document.createComment("abc") must inherit property "removeEventListener" with the proper type (1)
1242 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, boolean) on document.createComment("abc") with too few arguments must throw Type Error 1275 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createComment("abc") with too few a rguments must throw TypeError
1243 PASS EventTarget interface: document.createComment("abc") must inherit property "dispatchEvent" with the proper type (2) 1276 PASS EventTarget interface: document.createComment("abc") must inherit property "dispatchEvent" with the proper type (2)
1244 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme nt("abc") with too few arguments must throw TypeError 1277 PASS EventTarget interface: calling dispatchEvent(Event) on document.createComme nt("abc") with too few arguments must throw TypeError
1245 PASS Range interface: existence and properties of interface object 1278 PASS Range interface: existence and properties of interface object
1246 PASS Range interface object length 1279 PASS Range interface object length
1247 PASS Range interface object name 1280 PASS Range interface object name
1248 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 Range]" 1281 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 Range]"
1249 PASS Range interface: existence and properties of interface prototype object's " constructor" property 1282 PASS Range interface: existence and properties of interface prototype object's " constructor" property
1250 PASS Range interface: attribute startContainer 1283 PASS Range interface: attribute startContainer
1251 PASS Range interface: attribute startOffset 1284 PASS Range interface: attribute startOffset
1252 PASS Range interface: attribute endContainer 1285 PASS Range interface: attribute endContainer
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1526 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1494 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1527 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1495 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1528 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1496 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain 1529 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1497 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain 1530 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain
1498 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1531 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1499 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1532 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1500 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1533 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1501 Harness: the test ran to completion. 1534 Harness: the test ran to completion.
1502 1535
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698