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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt

Issue 2318053005: W3C auto test import CL. (Closed)
Patch Set: 'Modifies TestExpectations and/or downloads new baselines for tests' Created 4 years, 3 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 236: callback not yet supported 1 CONSOLE MESSAGE: line 236: 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 PASS HTMLCollection interface: document.body.children must inherit property "len gth" with the proper type (0) 138 PASS HTMLCollection interface: document.body.children must inherit property "len gth" with the proper type (0)
139 PASS HTMLCollection interface: document.body.children must inherit property "ite m" with the proper type (1) 139 PASS HTMLCollection interface: document.body.children must inherit property "ite m" with the proper type (1)
140 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil dren with too few arguments must throw TypeError 140 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil dren with too few arguments must throw TypeError
141 PASS HTMLCollection interface: document.body.children must inherit property "nam edItem" with the proper type (2) 141 PASS HTMLCollection interface: document.body.children must inherit property "nam edItem" with the proper type (2)
142 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi ldren with too few arguments must throw TypeError 142 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi ldren with too few arguments must throw TypeError
143 PASS MutationObserver interface: existence and properties of interface object 143 PASS MutationObserver interface: existence and properties of interface object
144 PASS MutationObserver interface object length 144 PASS MutationObserver interface object length
145 PASS MutationObserver interface object name 145 PASS MutationObserver interface object name
146 FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[obj ect MutationObserverPrototype]" but got "[object MutationObserver]" 146 FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[obj ect MutationObserverPrototype]" but got "[object MutationObserver]"
147 PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property 147 PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property
148 PASS MutationObserver interface: operation observe(Node,MutationObserverInit) 148 FAIL MutationObserver interface: operation observe(Node,MutationObserverInit) as sert_equals: property has wrong .length expected 1 but got 2
149 PASS MutationObserver interface: operation disconnect() 149 PASS MutationObserver interface: operation disconnect()
150 PASS MutationObserver interface: operation takeRecords() 150 PASS MutationObserver interface: operation takeRecords()
151 PASS MutationRecord interface: existence and properties of interface object 151 PASS MutationRecord interface: existence and properties of interface object
152 PASS MutationRecord interface object length 152 PASS MutationRecord interface object length
153 PASS MutationRecord interface object name 153 PASS MutationRecord interface object name
154 FAIL MutationRecord interface: existence and properties of interface prototype o bject assert_equals: class string of MutationRecord.prototype expected "[object MutationRecordPrototype]" but got "[object MutationRecord]" 154 FAIL MutationRecord interface: existence and properties of interface prototype o bject assert_equals: class string of MutationRecord.prototype expected "[object MutationRecordPrototype]" but got "[object MutationRecord]"
155 PASS MutationRecord interface: existence and properties of interface prototype o bject's "constructor" property 155 PASS MutationRecord interface: existence and properties of interface prototype o bject's "constructor" property
156 PASS MutationRecord interface: attribute type 156 PASS MutationRecord interface: attribute type
157 PASS MutationRecord interface: attribute target 157 PASS MutationRecord interface: attribute target
158 PASS MutationRecord interface: attribute addedNodes 158 PASS MutationRecord interface: attribute addedNodes
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 PASS Document interface: attribute contentType 247 PASS Document interface: attribute contentType
248 PASS Document interface: attribute doctype 248 PASS Document interface: attribute doctype
249 PASS Document interface: attribute documentElement 249 PASS Document interface: attribute documentElement
250 PASS Document interface: operation getElementsByTagName(DOMString) 250 PASS Document interface: operation getElementsByTagName(DOMString)
251 PASS Document interface: operation getElementsByTagNameNS(DOMString,DOMString) 251 PASS Document interface: operation getElementsByTagNameNS(DOMString,DOMString)
252 PASS Document interface: operation getElementsByClassName(DOMString) 252 PASS Document interface: operation getElementsByClassName(DOMString)
253 PASS Document interface: operation createElement(DOMString,ElementCreationOption s) 253 PASS Document interface: operation createElement(DOMString,ElementCreationOption s)
254 PASS Document interface: operation createElementNS(DOMString,DOMString,ElementCr eationOptions) 254 PASS Document interface: operation createElementNS(DOMString,DOMString,ElementCr eationOptions)
255 PASS Document interface: operation createDocumentFragment() 255 PASS Document interface: operation createDocumentFragment()
256 PASS Document interface: operation createTextNode(DOMString) 256 PASS Document interface: operation createTextNode(DOMString)
257 PASS Document interface: operation createCDATASection(DOMString)
257 PASS Document interface: operation createComment(DOMString) 258 PASS Document interface: operation createComment(DOMString)
258 PASS Document interface: operation createProcessingInstruction(DOMString,DOMStri ng) 259 PASS Document interface: operation createProcessingInstruction(DOMString,DOMStri ng)
259 PASS Document interface: operation importNode(Node,boolean) 260 PASS Document interface: operation importNode(Node,boolean)
260 PASS Document interface: operation adoptNode(Node) 261 PASS Document interface: operation adoptNode(Node)
261 PASS Document interface: operation createAttribute(DOMString) 262 PASS Document interface: operation createAttribute(DOMString)
262 PASS Document interface: operation createAttributeNS(DOMString,DOMString) 263 PASS Document interface: operation createAttributeNS(DOMString,DOMString)
263 PASS Document interface: operation createEvent(DOMString) 264 PASS Document interface: operation createEvent(DOMString)
264 PASS Document interface: operation createRange() 265 PASS Document interface: operation createRange()
265 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil ter) 266 PASS Document interface: operation createNodeIterator(Node,unsigned long,NodeFil ter)
266 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r) 267 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r)
(...skipping 25 matching lines...) Expand all
292 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" 293 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"
293 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" 294 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"
294 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" 295 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"
295 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" 296 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"
296 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" 297 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"
297 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" 298 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"
298 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" 299 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"
299 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" 300 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"
300 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" 301 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"
301 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 " 302 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 "
302 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" 303 FAIL Document interface: new Document() must inherit property "createCDATASectio n" with the proper type (18) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
304 FAIL Document interface: calling createCDATASection(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 constru ctor"
305 FAIL Document interface: new Document() must inherit property "createComment" wi th the proper type (19) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
303 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" 306 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"
304 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" 307 FAIL Document interface: new Document() must inherit property "createProcessingI nstruction" with the proper type (20) assert_equals: Unexpected exception when e valuating object expected null but got object "TypeError: Illegal constructor"
305 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" 308 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"
306 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" 309 FAIL Document interface: new Document() must inherit property "importNode" with the proper type (21) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
307 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" 310 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"
308 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" 311 FAIL Document interface: new Document() must inherit property "adoptNode" with t he proper type (22) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor"
309 FAIL Document interface: calling adoptNode(Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluati ng object expected null but got object "TypeError: Illegal constructor" 312 FAIL Document interface: calling adoptNode(Node) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluati ng object expected null but got object "TypeError: Illegal constructor"
310 FAIL Document interface: new Document() must inherit property "createAttribute" with the proper type (22) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 313 FAIL Document interface: new Document() must inherit property "createAttribute" with the proper type (23) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor"
311 FAIL Document interface: calling createAttribute(DOMString) on new Document() wi th too few arguments must throw TypeError assert_equals: Unexpected exception wh en evaluating object expected null but got object "TypeError: Illegal constructo r" 314 FAIL Document interface: calling createAttribute(DOMString) on new Document() wi th too few arguments must throw TypeError assert_equals: Unexpected exception wh en evaluating object expected null but got object "TypeError: Illegal constructo r"
312 FAIL Document interface: new Document() must inherit property "createAttributeNS " with the proper type (23) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 315 FAIL Document interface: new Document() must inherit property "createAttributeNS " with the proper type (24) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
313 FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on new D ocument() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illega l constructor" 316 FAIL Document interface: calling createAttributeNS(DOMString,DOMString) on new D ocument() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illega l constructor"
314 FAIL Document interface: new Document() must inherit property "createEvent" with the proper type (24) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 317 FAIL Document interface: new Document() must inherit property "createEvent" with the proper type (25) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
315 FAIL Document interface: calling createEvent(DOMString) on new Document() with t oo few arguments must throw TypeError assert_equals: Unexpected exception when e valuating object expected null but got object "TypeError: Illegal constructor" 318 FAIL Document interface: calling createEvent(DOMString) on new Document() with t oo few arguments must throw TypeError assert_equals: Unexpected exception when e valuating object expected null but got object "TypeError: Illegal constructor"
316 FAIL Document interface: new Document() must inherit property "createRange" with the proper type (25) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 319 FAIL Document interface: new Document() must inherit property "createRange" with the proper type (26) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
317 FAIL Document interface: new Document() must inherit property "createNodeIterato r" with the proper type (26) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 320 FAIL Document interface: new Document() must inherit property "createNodeIterato r" with the proper type (27) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
318 FAIL Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeEr ror: Illegal constructor" 321 FAIL Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeEr ror: Illegal constructor"
319 FAIL Document interface: new Document() must inherit property "createTreeWalker" with the proper type (27) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor" 322 FAIL Document interface: new Document() must inherit property "createTreeWalker" with the proper type (28) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor"
320 FAIL Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) 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" 323 FAIL Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) 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"
321 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" 324 FAIL Document interface: new Document() must inherit property "getElementById" w ith the proper type (29) assert_equals: Unexpected exception when evaluating obj ect expected null but got object "TypeError: Illegal constructor"
322 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 " 325 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 "
323 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" 326 FAIL Document interface: new Document() must inherit property "children" with th e proper type (30) assert_equals: Unexpected exception when evaluating object ex pected null but got object "TypeError: Illegal constructor"
324 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" 327 FAIL Document interface: new Document() must inherit property "firstElementChild " with the proper type (31) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
325 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" 328 FAIL Document interface: new Document() must inherit property "lastElementChild" with the proper type (32) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor"
326 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" 329 FAIL Document interface: new Document() must inherit property "childElementCount " with the proper type (33) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
327 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" 330 FAIL Document interface: new Document() must inherit property "prepend" with the proper type (34) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor"
328 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" 331 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"
329 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" 332 FAIL Document interface: new Document() must inherit property "append" with the proper type (35) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor"
330 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" 333 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"
331 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" 334 FAIL Document interface: new Document() must inherit property "querySelector" wi th the proper type (36) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor"
332 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" 335 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"
333 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" 336 FAIL Document interface: new Document() must inherit property "querySelectorAll" with the proper type (37) assert_equals: Unexpected exception when evaluating o bject expected null but got object "TypeError: Illegal constructor"
334 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" 337 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"
335 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" 338 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"
336 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" 339 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"
337 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" 340 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"
338 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" 341 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"
339 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" 342 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"
340 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" 343 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"
341 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" 344 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"
342 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" 345 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"
343 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" 346 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"
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError 423 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on xmlDoc with too few arguments must throw TypeError
421 PASS Document interface: xmlDoc must inherit property "getElementsByClassName" w ith the proper type (13) 424 PASS Document interface: xmlDoc must inherit property "getElementsByClassName" w ith the proper type (13)
422 PASS Document interface: calling getElementsByClassName(DOMString) on xmlDoc wit h too few arguments must throw TypeError 425 PASS Document interface: calling getElementsByClassName(DOMString) on xmlDoc wit h too few arguments must throw TypeError
423 PASS Document interface: xmlDoc must inherit property "createElement" with the p roper type (14) 426 PASS Document interface: xmlDoc must inherit property "createElement" with the p roper type (14)
424 PASS Document interface: calling createElement(DOMString,ElementCreationOptions) on xmlDoc with too few arguments must throw TypeError 427 PASS Document interface: calling createElement(DOMString,ElementCreationOptions) on xmlDoc with too few arguments must throw TypeError
425 PASS Document interface: xmlDoc must inherit property "createElementNS" with the proper type (15) 428 PASS Document interface: xmlDoc must inherit property "createElementNS" with the proper type (15)
426 PASS Document interface: calling createElementNS(DOMString,DOMString,ElementCrea tionOptions) on xmlDoc with too few arguments must throw TypeError 429 PASS Document interface: calling createElementNS(DOMString,DOMString,ElementCrea tionOptions) on xmlDoc with too few arguments must throw TypeError
427 PASS Document interface: xmlDoc must inherit property "createDocumentFragment" w ith the proper type (16) 430 PASS Document interface: xmlDoc must inherit property "createDocumentFragment" w ith the proper type (16)
428 PASS Document interface: xmlDoc must inherit property "createTextNode" with the proper type (17) 431 PASS Document interface: xmlDoc must inherit property "createTextNode" with the proper type (17)
429 PASS Document interface: calling createTextNode(DOMString) on xmlDoc with too fe w arguments must throw TypeError 432 PASS Document interface: calling createTextNode(DOMString) on xmlDoc with too fe w arguments must throw TypeError
430 PASS Document interface: xmlDoc must inherit property "createComment" with the p roper type (18) 433 PASS Document interface: xmlDoc must inherit property "createCDATASection" with the proper type (18)
434 PASS Document interface: calling createCDATASection(DOMString) on xmlDoc with to o few arguments must throw TypeError
435 PASS Document interface: xmlDoc must inherit property "createComment" with the p roper type (19)
431 PASS Document interface: calling createComment(DOMString) on xmlDoc with too few arguments must throw TypeError 436 PASS Document interface: calling createComment(DOMString) on xmlDoc with too few arguments must throw TypeError
432 PASS Document interface: xmlDoc must inherit property "createProcessingInstructi on" with the proper type (19) 437 PASS Document interface: xmlDoc must inherit property "createProcessingInstructi on" with the proper type (20)
433 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString ) on xmlDoc with too few arguments must throw TypeError 438 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString ) on xmlDoc with too few arguments must throw TypeError
434 PASS Document interface: xmlDoc must inherit property "importNode" with the prop er type (20) 439 PASS Document interface: xmlDoc must inherit property "importNode" with the prop er type (21)
435 PASS Document interface: calling importNode(Node,boolean) on xmlDoc with too few arguments must throw TypeError 440 PASS Document interface: calling importNode(Node,boolean) on xmlDoc with too few arguments must throw TypeError
436 PASS Document interface: xmlDoc must inherit property "adoptNode" with the prope r type (21) 441 PASS Document interface: xmlDoc must inherit property "adoptNode" with the prope r type (22)
437 PASS Document interface: calling adoptNode(Node) on xmlDoc with too few argument s must throw TypeError 442 PASS Document interface: calling adoptNode(Node) on xmlDoc with too few argument s must throw TypeError
438 PASS Document interface: xmlDoc must inherit property "createAttribute" with the proper type (22) 443 PASS Document interface: xmlDoc must inherit property "createAttribute" with the proper type (23)
439 PASS Document interface: calling createAttribute(DOMString) on xmlDoc with too f ew arguments must throw TypeError 444 PASS Document interface: calling createAttribute(DOMString) on xmlDoc with too f ew arguments must throw TypeError
440 PASS Document interface: xmlDoc must inherit property "createAttributeNS" with t he proper type (23) 445 PASS Document interface: xmlDoc must inherit property "createAttributeNS" with t he proper type (24)
441 PASS Document interface: calling createAttributeNS(DOMString,DOMString) on xmlDo c with too few arguments must throw TypeError 446 PASS Document interface: calling createAttributeNS(DOMString,DOMString) on xmlDo c with too few arguments must throw TypeError
442 PASS Document interface: xmlDoc must inherit property "createEvent" with the pro per type (24) 447 PASS Document interface: xmlDoc must inherit property "createEvent" with the pro per type (25)
443 PASS Document interface: calling createEvent(DOMString) on xmlDoc with too few a rguments must throw TypeError 448 PASS Document interface: calling createEvent(DOMString) on xmlDoc with too few a rguments must throw TypeError
444 PASS Document interface: xmlDoc must inherit property "createRange" with the pro per type (25) 449 PASS Document interface: xmlDoc must inherit property "createRange" with the pro per type (26)
445 PASS Document interface: xmlDoc must inherit property "createNodeIterator" with the proper type (26) 450 PASS Document interface: xmlDoc must inherit property "createNodeIterator" with the proper type (27)
446 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on xmlDoc with too few arguments must throw TypeError 451 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on xmlDoc with too few arguments must throw TypeError
447 PASS Document interface: xmlDoc must inherit property "createTreeWalker" with th e proper type (27) 452 PASS Document interface: xmlDoc must inherit property "createTreeWalker" with th e proper type (28)
448 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError 453 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on xmlDoc with too few arguments must throw TypeError
449 PASS Document interface: xmlDoc must inherit property "getElementById" with the proper type (28) 454 PASS Document interface: xmlDoc must inherit property "getElementById" with the proper type (29)
450 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe w arguments must throw TypeError 455 PASS Document interface: calling getElementById(DOMString) on xmlDoc with too fe w arguments must throw TypeError
451 PASS Document interface: xmlDoc must inherit property "children" with the proper type (29) 456 PASS Document interface: xmlDoc must inherit property "children" with the proper type (30)
452 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t he proper type (30) 457 PASS Document interface: xmlDoc must inherit property "firstElementChild" with t he proper type (31)
453 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th e proper type (31) 458 PASS Document interface: xmlDoc must inherit property "lastElementChild" with th e proper type (32)
454 PASS Document interface: xmlDoc must inherit property "childElementCount" with t he proper type (32) 459 PASS Document interface: xmlDoc must inherit property "childElementCount" with t he proper type (33)
455 PASS Document interface: xmlDoc must inherit property "prepend" with the proper type (33) 460 PASS Document interface: xmlDoc must inherit property "prepend" with the proper type (34)
456 PASS Document interface: calling prepend([object Object],[object Object]) on xml Doc with too few arguments must throw TypeError 461 PASS Document interface: calling prepend([object Object],[object Object]) on xml Doc with too few arguments must throw TypeError
457 PASS Document interface: xmlDoc must inherit property "append" with the proper t ype (34) 462 PASS Document interface: xmlDoc must inherit property "append" with the proper t ype (35)
458 PASS Document interface: calling append([object Object],[object Object]) on xmlD oc with too few arguments must throw TypeError 463 PASS Document interface: calling append([object Object],[object Object]) on xmlD oc with too few arguments must throw TypeError
459 PASS Document interface: xmlDoc must inherit property "querySelector" with the p roper type (35) 464 PASS Document interface: xmlDoc must inherit property "querySelector" with the p roper type (36)
460 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError 465 PASS Document interface: calling querySelector(DOMString) on xmlDoc with too few arguments must throw TypeError
461 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th e proper type (36) 466 PASS Document interface: xmlDoc must inherit property "querySelectorAll" with th e proper type (37)
462 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError 467 PASS Document interface: calling querySelectorAll(DOMString) on xmlDoc with too few arguments must throw TypeError
463 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type (0) 468 PASS Node interface: xmlDoc must inherit property "ELEMENT_NODE" with the proper type (0)
464 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop er type (1) 469 PASS Node interface: xmlDoc must inherit property "ATTRIBUTE_NODE" with the prop er type (1)
465 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty pe (2) 470 PASS Node interface: xmlDoc must inherit property "TEXT_NODE" with the proper ty pe (2)
466 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type (3) 471 PASS Node interface: xmlDoc must inherit property "CDATA_SECTION_NODE" with the proper type (3)
467 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4) 472 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4)
468 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5) 473 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5)
469 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 474 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
470 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7) 475 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7)
471 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8) 476 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8)
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 PASS Node interface: document.createTextNode("abc") must inherit property "repla ceChild" with the proper type (44) 1142 PASS Node interface: document.createTextNode("abc") must inherit property "repla ceChild" with the proper type (44)
1138 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError 1143 PASS Node interface: calling replaceChild(Node,Node) on document.createTextNode( "abc") with too few arguments must throw TypeError
1139 PASS Node interface: document.createTextNode("abc") must inherit property "remov eChild" with the proper type (45) 1144 PASS Node interface: document.createTextNode("abc") must inherit property "remov eChild" with the proper type (45)
1140 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError 1145 PASS Node interface: calling removeChild(Node) on document.createTextNode("abc") with too few arguments must throw TypeError
1141 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0) 1146 PASS EventTarget interface: document.createTextNode("abc") must inherit property "addEventListener" with the proper type (0)
1142 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createTextNode("abc") with too few arg uments must throw TypeError 1147 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on document.createTextNode("abc") with too few arg uments must throw TypeError
1143 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1) 1148 PASS EventTarget interface: document.createTextNode("abc") must inherit property "removeEventListener" with the proper type (1)
1144 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError 1149 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on document.createTextNode("abc") with too few arguments must throw TypeError
1145 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2) 1150 PASS EventTarget interface: document.createTextNode("abc") must inherit property "dispatchEvent" with the proper type (2)
1146 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError 1151 PASS EventTarget interface: calling dispatchEvent(Event) on document.createTextN ode("abc") with too few arguments must throw TypeError
1152 PASS CDATASection interface: existence and properties of interface object
1153 PASS CDATASection interface object length
1154 PASS CDATASection interface object name
1155 FAIL CDATASection interface: existence and properties of interface prototype obj ect assert_equals: class string of CDATASection.prototype expected "[object CDAT ASectionPrototype]" but got "[object CDATASection]"
1156 PASS CDATASection interface: existence and properties of interface prototype obj ect's "constructor" property
1147 PASS ProcessingInstruction interface: existence and properties of interface obje ct 1157 PASS ProcessingInstruction interface: existence and properties of interface obje ct
1148 PASS ProcessingInstruction interface object length 1158 PASS ProcessingInstruction interface object length
1149 PASS ProcessingInstruction interface object name 1159 PASS ProcessingInstruction interface object name
1150 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]" 1160 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]"
1151 PASS ProcessingInstruction interface: existence and properties of interface prot otype object's "constructor" property 1161 PASS ProcessingInstruction interface: existence and properties of interface prot otype object's "constructor" property
1152 PASS ProcessingInstruction interface: attribute target 1162 PASS ProcessingInstruction interface: attribute target
1153 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI nstruction("abc", "def") 1163 PASS ProcessingInstruction must be primary interface of xmlDoc.createProcessingI nstruction("abc", "def")
1154 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def") 1164 PASS Stringification of xmlDoc.createProcessingInstruction("abc", "def")
1155 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "target" with the proper type (0) 1165 PASS ProcessingInstruction interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "target" with the proper type (0)
1156 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "data" with the proper type (0) 1166 PASS CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") m ust inherit property "data" with the proper type (0)
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1591 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1582 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1592 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1583 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1593 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1584 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 1594 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
1585 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 1595 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
1586 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1596 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1587 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1597 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1588 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1598 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1589 Harness: the test ran to completion. 1599 Harness: the test ran to completion.
1590 1600
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698