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

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

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

Powered by Google App Engine
This is Rietveld 408576698