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

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

Issue 2881323002: Support Document constructor. (Closed)
Patch Set: . Created 3 years, 7 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 1610 tests; 1478 PASS, 132 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1610 tests; 1605 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Test driver 3 PASS Test driver
4 PASS Event interface: existence and properties of interface object 4 PASS Event interface: existence and properties of interface object
5 PASS Event interface object length 5 PASS Event interface object length
6 PASS Event interface object name 6 PASS Event interface object name
7 PASS Event interface: existence and properties of interface prototype object 7 PASS Event interface: existence and properties of interface prototype object
8 PASS Event interface: existence and properties of interface prototype object's " constructor" property 8 PASS Event interface: existence and properties of interface prototype object's " constructor" property
9 PASS Event interface: attribute type 9 PASS Event interface: attribute type
10 PASS Event interface: attribute target 10 PASS Event interface: attribute target
11 PASS Event interface: attribute currentTarget 11 PASS Event interface: attribute currentTarget
12 PASS Event interface: constant NONE on interface object 12 PASS Event interface: constant NONE on interface object
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r) 263 PASS Document interface: operation createTreeWalker(Node,unsigned long,NodeFilte r)
264 PASS Document interface: operation getElementById(DOMString) 264 PASS Document interface: operation getElementById(DOMString)
265 PASS Document interface: attribute children 265 PASS Document interface: attribute children
266 PASS Document interface: attribute firstElementChild 266 PASS Document interface: attribute firstElementChild
267 PASS Document interface: attribute lastElementChild 267 PASS Document interface: attribute lastElementChild
268 PASS Document interface: attribute childElementCount 268 PASS Document interface: attribute childElementCount
269 PASS Document interface: operation prepend([object Object],[object Object]) 269 PASS Document interface: operation prepend([object Object],[object Object])
270 PASS Document interface: operation append([object Object],[object Object]) 270 PASS Document interface: operation append([object Object],[object Object])
271 PASS Document interface: operation querySelector(DOMString) 271 PASS Document interface: operation querySelector(DOMString)
272 PASS Document interface: operation querySelectorAll(DOMString) 272 PASS Document interface: operation querySelectorAll(DOMString)
273 FAIL Document must be primary interface of new Document() assert_equals: Unexpec ted exception when evaluating object expected null but got object "TypeError: Il legal constructor" 273 PASS Document must be primary interface of new Document()
274 FAIL Stringification of new Document() assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 274 PASS Stringification of new Document()
275 FAIL Document interface: new Document() must inherit property "implementation" w ith the proper type (0) assert_equals: Unexpected exception when evaluating obje ct expected null but got object "TypeError: Illegal constructor" 275 PASS Document interface: new Document() must inherit property "implementation" w ith the proper type (0)
276 FAIL Document interface: new Document() must inherit property "URL" with the pro per type (1) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 276 PASS Document interface: new Document() must inherit property "URL" with the pro per type (1)
277 FAIL Document interface: new Document() must inherit property "documentURI" with the proper type (2) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 277 PASS Document interface: new Document() must inherit property "documentURI" with the proper type (2)
278 FAIL Document interface: new Document() must inherit property "origin" with the proper type (3) assert_equals: Unexpected exception when evaluating object expec ted null but got object "TypeError: Illegal constructor" 278 PASS Document interface: new Document() must inherit property "origin" with the proper type (3)
279 FAIL Document interface: new Document() must inherit property "compatMode" with the proper type (4) assert_equals: Unexpected exception when evaluating object e xpected null but got object "TypeError: Illegal constructor" 279 PASS Document interface: new Document() must inherit property "compatMode" with the proper type (4)
280 FAIL Document interface: new Document() must inherit property "characterSet" wit h the proper type (5) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 280 PASS Document interface: new Document() must inherit property "characterSet" wit h the proper type (5)
281 FAIL Document interface: new Document() must inherit property "charset" with the proper type (6) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 281 PASS Document interface: new Document() must inherit property "charset" with the proper type (6)
282 FAIL Document interface: new Document() must inherit property "inputEncoding" wi th the proper type (7) assert_equals: Unexpected exception when evaluating objec t expected null but got object "TypeError: Illegal constructor" 282 PASS Document interface: new Document() must inherit property "inputEncoding" wi th the proper type (7)
283 FAIL Document interface: new Document() must inherit property "contentType" with the proper type (8) assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 283 PASS Document interface: new Document() must inherit property "contentType" with the proper type (8)
284 FAIL Document interface: new Document() must inherit property "doctype" with the proper type (9) assert_equals: Unexpected exception when evaluating object expe cted null but got object "TypeError: Illegal constructor" 284 PASS Document interface: new Document() must inherit property "doctype" with the proper type (9)
285 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" 285 PASS Document interface: new Document() must inherit property "documentElement" with the proper type (10)
286 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" 286 PASS Document interface: new Document() must inherit property "getElementsByTagN ame" with the proper type (11)
287 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" 287 PASS Document interface: calling getElementsByTagName(DOMString) on new Document () with too few arguments must throw TypeError
288 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" 288 PASS Document interface: new Document() must inherit property "getElementsByTagN ameNS" with the proper type (12)
289 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" 289 PASS Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on new Document() with too few arguments must throw TypeError
290 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" 290 PASS Document interface: new Document() must inherit property "getElementsByClas sName" with the proper type (13)
291 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" 291 PASS Document interface: calling getElementsByClassName(DOMString) on new Docume nt() with too few arguments must throw TypeError
292 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" 292 PASS Document interface: new Document() must inherit property "createElement" wi th the proper type (14)
293 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" 293 PASS Document interface: calling createElement(DOMString,ElementCreationOptions) on new Document() with too few arguments must throw TypeError
294 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" 294 PASS Document interface: new Document() must inherit property "createElementNS" with the proper type (15)
295 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" 295 PASS Document interface: calling createElementNS(DOMString,DOMString,ElementCrea tionOptions) on new Document() with too few arguments must throw TypeError
296 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" 296 PASS Document interface: new Document() must inherit property "createDocumentFra gment" with the proper type (16)
297 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" 297 PASS Document interface: new Document() must inherit property "createTextNode" w ith the proper type (17)
298 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 " 298 PASS Document interface: calling createTextNode(DOMString) on new Document() wit h too few arguments must throw TypeError
299 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" 299 PASS Document interface: new Document() must inherit property "createCDATASectio n" with the proper type (18)
300 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" 300 PASS Document interface: calling createCDATASection(DOMString) on new Document() with too few arguments must throw TypeError
301 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" 301 PASS Document interface: new Document() must inherit property "createComment" wi th the proper type (19)
302 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" 302 PASS Document interface: calling createComment(DOMString) on new Document() with too few arguments must throw TypeError
303 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" 303 PASS Document interface: new Document() must inherit property "createProcessingI nstruction" with the proper type (20)
304 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" 304 PASS Document interface: calling createProcessingInstruction(DOMString,DOMString ) on new Document() with too few arguments must throw TypeError
305 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" 305 PASS Document interface: new Document() must inherit property "importNode" with the proper type (21)
306 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" 306 PASS Document interface: calling importNode(Node,boolean) on new Document() with too few arguments must throw TypeError
307 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" 307 PASS Document interface: new Document() must inherit property "adoptNode" with t he proper type (22)
308 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" 308 PASS Document interface: calling adoptNode(Node) on new Document() with too few arguments must throw TypeError
309 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" 309 PASS Document interface: new Document() must inherit property "createAttribute" with the proper type (23)
310 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" 310 PASS Document interface: calling createAttribute(DOMString) on new Document() wi th too few arguments must throw TypeError
311 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" 311 PASS Document interface: new Document() must inherit property "createAttributeNS " with the proper type (24)
312 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" 312 PASS Document interface: calling createAttributeNS(DOMString,DOMString) on new D ocument() with too few arguments must throw TypeError
313 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" 313 PASS Document interface: new Document() must inherit property "createEvent" with the proper type (25)
314 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" 314 PASS Document interface: calling createEvent(DOMString) on new Document() with t oo few arguments must throw TypeError
315 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" 315 PASS Document interface: new Document() must inherit property "createRange" with the proper type (26)
316 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" 316 PASS Document interface: new Document() must inherit property "createNodeIterato r" with the proper type (27)
317 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" 317 PASS Document interface: calling createNodeIterator(Node,unsigned long,NodeFilte r) on new Document() with too few arguments must throw TypeError
318 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" 318 PASS Document interface: new Document() must inherit property "createTreeWalker" with the proper type (28)
319 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" 319 PASS Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on new Document() with too few arguments must throw TypeError
320 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" 320 PASS Document interface: new Document() must inherit property "getElementById" w ith the proper type (29)
321 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 " 321 PASS Document interface: calling getElementById(DOMString) on new Document() wit h too few arguments must throw TypeError
322 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" 322 PASS Document interface: new Document() must inherit property "children" with th e proper type (30)
323 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" 323 PASS Document interface: new Document() must inherit property "firstElementChild " with the proper type (31)
324 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" 324 PASS Document interface: new Document() must inherit property "lastElementChild" with the proper type (32)
325 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" 325 PASS Document interface: new Document() must inherit property "childElementCount " with the proper type (33)
326 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" 326 PASS Document interface: new Document() must inherit property "prepend" with the proper type (34)
327 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" 327 PASS Document interface: calling prepend([object Object],[object Object]) on new Document() with too few arguments must throw TypeError
328 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" 328 PASS Document interface: new Document() must inherit property "append" with the proper type (35)
329 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" 329 PASS Document interface: calling append([object Object],[object Object]) on new Document() with too few arguments must throw TypeError
330 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" 330 PASS Document interface: new Document() must inherit property "querySelector" wi th the proper type (36)
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" 331 PASS Document interface: calling querySelector(DOMString) on new Document() with too few arguments must throw TypeError
332 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" 332 PASS Document interface: new Document() must inherit property "querySelectorAll" with the proper type (37)
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" 333 PASS Document interface: calling querySelectorAll(DOMString) on new Document() w ith too few arguments must throw TypeError
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" 334 PASS Node interface: new Document() must inherit property "ELEMENT_NODE" with th e proper type (0)
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" 335 PASS Node interface: new Document() must inherit property "ATTRIBUTE_NODE" with the proper type (1)
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" 336 PASS Node interface: new Document() must inherit property "TEXT_NODE" with the p roper type (2)
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" 337 PASS Node interface: new Document() must inherit property "CDATA_SECTION_NODE" w ith the proper type (3)
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" 338 PASS Node interface: new Document() must inherit property "ENTITY_REFERENCE_NODE " with the proper type (4)
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" 339 PASS Node interface: new Document() must inherit property "ENTITY_NODE" with the proper type (5)
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" 340 PASS Node interface: new Document() must inherit property "PROCESSING_INSTRUCTIO N_NODE" with the proper type (6)
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" 341 PASS Node interface: new Document() must inherit property "COMMENT_NODE" with th e proper type (7)
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" 342 PASS Node interface: new Document() must inherit property "DOCUMENT_NODE" with t he proper type (8)
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" 343 PASS Node interface: new Document() must inherit property "DOCUMENT_TYPE_NODE" w ith the proper type (9)
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" 344 PASS Node interface: new Document() must inherit property "DOCUMENT_FRAGMENT_NOD E" with the proper type (10)
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" 345 PASS Node interface: new Document() must inherit property "NOTATION_NODE" with t he proper type (11)
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" 346 PASS Node interface: new Document() must inherit property "nodeType" with the pr oper type (12)
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" 347 PASS Node interface: new Document() must inherit property "nodeName" with the pr oper type (13)
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" 348 PASS Node interface: new Document() must inherit property "baseURI" with the pro per type (14)
349 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" 349 PASS Node interface: new Document() must inherit property "isConnected" with the proper type (15)
350 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" 350 PASS Node interface: new Document() must inherit property "ownerDocument" with t he proper type (16)
351 FAIL Node interface: new Document() must inherit property "getRootNode" with the proper type (17) assert_equals: Unexpected exception when evaluating object exp ected null but got object "TypeError: Illegal constructor" 351 PASS Node interface: new Document() must inherit property "getRootNode" with the proper type (17)
352 FAIL Node interface: calling getRootNode(GetRootNodeOptions) 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" 352 PASS Node interface: calling getRootNode(GetRootNodeOptions) on new Document() w ith too few arguments must throw TypeError
353 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 PASS Node interface: new Document() must inherit property "parentNode" with the proper type (18)
354 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 PASS Node interface: new Document() must inherit property "parentElement" with t he proper type (19)
355 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 PASS Node interface: new Document() must inherit property "hasChildNodes" with t he proper type (20)
356 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 PASS Node interface: new Document() must inherit property "childNodes" with the proper type (21)
357 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 PASS Node interface: new Document() must inherit property "firstChild" with the proper type (22)
358 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 PASS Node interface: new Document() must inherit property "lastChild" with the p roper type (23)
359 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 PASS Node interface: new Document() must inherit property "previousSibling" with the proper type (24)
360 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 PASS Node interface: new Document() must inherit property "nextSibling" with the proper type (25)
361 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 PASS Node interface: new Document() must inherit property "nodeValue" with the p roper type (26)
362 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 PASS Node interface: new Document() must inherit property "textContent" with the proper type (27)
363 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" 363 PASS Node interface: new Document() must inherit property "normalize" with the p roper type (28)
364 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" 364 PASS Node interface: new Document() must inherit property "cloneNode" with the p roper type (29)
365 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" 365 PASS Node interface: calling cloneNode(boolean) on new Document() with too few a rguments must throw TypeError
366 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" 366 PASS Node interface: new Document() must inherit property "isEqualNode" with the proper type (30)
367 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" 367 PASS Node interface: calling isEqualNode(Node) on new Document() with too few ar guments must throw TypeError
368 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" 368 PASS Node interface: new Document() must inherit property "isSameNode" with the proper type (31)
369 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" 369 PASS Node interface: calling isSameNode(Node) on new Document() with too few arg uments must throw TypeError
370 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" 370 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_DIS CONNECTED" with the proper type (32)
371 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" 371 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_PRE CEDING" with the proper type (33)
372 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" 372 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_FOL LOWING" with the proper type (34)
373 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" 373 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINS" with the proper type (35)
374 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" 374 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_CON TAINED_BY" with the proper type (36)
375 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" 375 PASS Node interface: new Document() must inherit property "DOCUMENT_POSITION_IMP LEMENTATION_SPECIFIC" with the proper type (37)
376 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" 376 PASS Node interface: new Document() must inherit property "compareDocumentPositi on" with the proper type (38)
377 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 " 377 PASS Node interface: calling compareDocumentPosition(Node) on new Document() wit h too few arguments must throw TypeError
378 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" 378 PASS Node interface: new Document() must inherit property "contains" with the pr oper type (39)
379 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" 379 PASS Node interface: calling contains(Node) on new Document() with too few argum ents must throw TypeError
380 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" 380 PASS Node interface: new Document() must inherit property "lookupPrefix" with th e proper type (40)
381 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" 381 PASS Node interface: calling lookupPrefix(DOMString) on new Document() with too few arguments must throw TypeError
382 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" 382 PASS Node interface: new Document() must inherit property "lookupNamespaceURI" w ith the proper type (41)
383 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 " 383 PASS Node interface: calling lookupNamespaceURI(DOMString) on new Document() wit h too few arguments must throw TypeError
384 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" 384 PASS Node interface: new Document() must inherit property "isDefaultNamespace" w ith the proper type (42)
385 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 " 385 PASS Node interface: calling isDefaultNamespace(DOMString) on new Document() wit h too few arguments must throw TypeError
386 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" 386 PASS Node interface: new Document() must inherit property "insertBefore" with th e proper type (43)
387 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" 387 PASS Node interface: calling insertBefore(Node,Node) on new Document() with too few arguments must throw TypeError
388 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" 388 PASS Node interface: new Document() must inherit property "appendChild" with the proper type (44)
389 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" 389 PASS Node interface: calling appendChild(Node) on new Document() with too few ar guments must throw TypeError
390 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" 390 PASS Node interface: new Document() must inherit property "replaceChild" with th e proper type (45)
391 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" 391 PASS Node interface: calling replaceChild(Node,Node) on new Document() with too few arguments must throw TypeError
392 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" 392 PASS Node interface: new Document() must inherit property "removeChild" with the proper type (46)
393 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" 393 PASS Node interface: calling removeChild(Node) on new Document() with too few ar guments must throw TypeError
394 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" 394 PASS EventTarget interface: new Document() must inherit property "addEventListen er" with the proper type (0)
395 FAIL EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on new Document() with too few arguments must thro w TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 395 PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[ob ject Object],[object Object]) on new Document() with too few arguments must thro w TypeError
396 FAIL EventTarget interface: new Document() must inherit property "removeEventLis tener" with the proper type (1) assert_equals: Unexpected exception when evaluat ing object expected null but got object "TypeError: Illegal constructor" 396 PASS EventTarget interface: new Document() must inherit property "removeEventLis tener" with the proper type (1)
397 FAIL EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on new Document() with too few arguments must t hrow TypeError assert_equals: Unexpected exception when evaluating object expect ed null but got object "TypeError: Illegal constructor" 397 PASS EventTarget interface: calling removeEventListener(DOMString,EventListener, [object Object],[object Object]) on new Document() with too few arguments must t hrow TypeError
398 FAIL EventTarget interface: new Document() must inherit property "dispatchEvent" with the proper type (2) assert_equals: Unexpected exception when evaluating ob ject expected null but got object "TypeError: Illegal constructor" 398 PASS EventTarget interface: new Document() must inherit property "dispatchEvent" with the proper type (2)
399 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor" 399 PASS EventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError
400 PASS XMLDocument interface: existence and properties of interface object 400 PASS XMLDocument interface: existence and properties of interface object
401 PASS XMLDocument interface object length 401 PASS XMLDocument interface object length
402 PASS XMLDocument interface object name 402 PASS XMLDocument interface object name
403 PASS XMLDocument interface: existence and properties of interface prototype obje ct 403 PASS XMLDocument interface: existence and properties of interface prototype obje ct
404 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property 404 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property
405 PASS XMLDocument must be primary interface of xmlDoc 405 PASS XMLDocument must be primary interface of xmlDoc
406 PASS Stringification of xmlDoc 406 PASS Stringification of xmlDoc
407 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0) 407 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
408 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1) 408 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
409 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) 409 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2)
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1605 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1605 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1606 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1606 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1607 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1607 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1608 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain 1608 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1609 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain 1609 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain
1610 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1610 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1611 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1611 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1612 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1612 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1613 Harness: the test ran to completion. 1613 Harness: the test ran to completion.
1614 1614
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698