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

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

Issue 2749803003: Initialize document m_URL, m_baseURL to blankURL. (Closed)
Patch Set: Rebased. Created 3 years, 9 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 1609 tests; 1424 PASS, 185 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1609 tests; 1427 PASS, 182 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Event interface: existence and properties of interface object 3 PASS Event interface: existence and properties of interface object
4 PASS Event interface object length 4 PASS Event interface object length
5 PASS Event interface object name 5 PASS Event interface object name
6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]" 6 FAIL Event interface: existence and properties of interface prototype object ass ert_equals: class string of Event.prototype expected "[object EventPrototype]" b ut got "[object Event]"
7 PASS Event interface: existence and properties of interface prototype object's " constructor" property 7 PASS Event interface: existence and properties of interface prototype object's " constructor" property
8 PASS Event interface: attribute type 8 PASS Event interface: attribute type
9 PASS Event interface: attribute target 9 PASS Event interface: attribute target
10 PASS Event interface: attribute currentTarget 10 PASS Event interface: attribute currentTarget
11 PASS Event interface: constant NONE on interface object 11 PASS Event interface: constant NONE on interface object
12 PASS Event interface: constant NONE on interface prototype object 12 PASS Event interface: constant NONE on interface prototype object
13 PASS Event interface: constant CAPTURING_PHASE on interface object 13 PASS Event interface: constant CAPTURING_PHASE on interface object
14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object 14 PASS Event interface: constant CAPTURING_PHASE on interface prototype object
15 PASS Event interface: constant AT_TARGET on interface object 15 PASS Event interface: constant AT_TARGET on interface object
16 PASS Event interface: constant AT_TARGET on interface prototype object 16 PASS Event interface: constant AT_TARGET on interface prototype object
17 PASS Event interface: constant BUBBLING_PHASE on interface object 17 PASS Event interface: constant BUBBLING_PHASE on interface object
18 PASS Event interface: constant BUBBLING_PHASE on interface prototype object 18 PASS Event interface: constant BUBBLING_PHASE on interface prototype object
19 PASS Event interface: attribute eventPhase 19 PASS Event interface: attribute eventPhase
20 PASS Event interface: operation stopPropagation() 20 PASS Event interface: operation stopPropagation()
21 PASS Event interface: operation stopImmediatePropagation() 21 PASS Event interface: operation stopImmediatePropagation()
22 PASS Event interface: attribute bubbles 22 PASS Event interface: attribute bubbles
23 PASS Event interface: attribute cancelable 23 PASS Event interface: attribute cancelable
24 PASS Event interface: operation preventDefault() 24 PASS Event interface: operation preventDefault()
25 PASS Event interface: attribute defaultPrevented 25 PASS Event interface: attribute defaultPrevented
26 PASS Event interface: attribute timeStamp 26 PASS Event interface: attribute timeStamp
27 FAIL Event interface: operation initEvent(DOMString,boolean,boolean) assert_equa ls: property has wrong .length expected 3 but got 0 27 FAIL Event interface: operation initEvent(DOMString,boolean,boolean) assert_equa ls: property has wrong .length expected 1 but got 0
28 PASS Event must be primary interface of document.createEvent("Event") 28 PASS Event must be primary interface of document.createEvent("Event")
29 PASS Stringification of document.createEvent("Event") 29 PASS Stringification of document.createEvent("Event")
30 PASS Event interface: document.createEvent("Event") must inherit property "type" with the proper type (0) 30 PASS Event interface: document.createEvent("Event") must inherit property "type" with the proper type (0)
31 PASS Event interface: document.createEvent("Event") must inherit property "targe t" with the proper type (1) 31 PASS Event interface: document.createEvent("Event") must inherit property "targe t" with the proper type (1)
32 PASS Event interface: document.createEvent("Event") must inherit property "curre ntTarget" with the proper type (2) 32 PASS Event interface: document.createEvent("Event") must inherit property "curre ntTarget" with the proper type (2)
33 PASS Event interface: document.createEvent("Event") must inherit property "NONE" with the proper type (3) 33 PASS Event interface: document.createEvent("Event") must inherit property "NONE" with the proper type (3)
34 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU RING_PHASE" with the proper type (4) 34 PASS Event interface: document.createEvent("Event") must inherit property "CAPTU RING_PHASE" with the proper type (4)
35 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA RGET" with the proper type (5) 35 PASS Event interface: document.createEvent("Event") must inherit property "AT_TA RGET" with the proper type (5)
36 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL ING_PHASE" with the proper type (6) 36 PASS Event interface: document.createEvent("Event") must inherit property "BUBBL ING_PHASE" with the proper type (6)
37 PASS Event interface: document.createEvent("Event") must inherit property "event Phase" with the proper type (7) 37 PASS Event interface: document.createEvent("Event") must inherit property "event Phase" with the proper type (7)
(...skipping 30 matching lines...) Expand all
68 PASS Event interface: new Event("foo") must inherit property "initEvent" with th e proper type (16) 68 PASS Event interface: new Event("foo") must inherit property "initEvent" with th e proper type (16)
69 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event( "foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () { 69 FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new Event( "foo") with too few arguments must throw TypeError assert_throws: Called with 0 arguments function "function () {
70 fn.apply(obj, args); 70 fn.apply(obj, args);
71 }" did not throw 71 }" did not throw
72 PASS CustomEvent interface: existence and properties of interface object 72 PASS CustomEvent interface: existence and properties of interface object
73 PASS CustomEvent interface object length 73 PASS CustomEvent interface object length
74 PASS CustomEvent interface object name 74 PASS CustomEvent interface object name
75 FAIL CustomEvent interface: existence and properties of interface prototype obje ct assert_equals: class string of CustomEvent.prototype expected "[object Custom EventPrototype]" but got "[object CustomEvent]" 75 FAIL CustomEvent interface: existence and properties of interface prototype obje ct assert_equals: class string of CustomEvent.prototype expected "[object Custom EventPrototype]" but got "[object CustomEvent]"
76 PASS CustomEvent interface: existence and properties of interface prototype obje ct's "constructor" property 76 PASS CustomEvent interface: existence and properties of interface prototype obje ct's "constructor" property
77 PASS CustomEvent interface: attribute detail 77 PASS CustomEvent interface: attribute detail
78 PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any) 78 FAIL CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean, any) assert_equals: property has wrong .length expected 1 but got 4
79 PASS CustomEvent must be primary interface of new CustomEvent("foo") 79 PASS CustomEvent must be primary interface of new CustomEvent("foo")
80 PASS Stringification of new CustomEvent("foo") 80 PASS Stringification of new CustomEvent("foo")
81 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail " with the proper type (0) 81 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail " with the proper type (0)
82 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu stomEvent" with the proper type (1) 82 PASS CustomEvent interface: new CustomEvent("foo") must inherit property "initCu stomEvent" with the proper type (1)
83 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an y) on new CustomEvent("foo") with too few arguments must throw TypeError 83 PASS CustomEvent interface: calling initCustomEvent(DOMString,boolean,boolean,an y) on new CustomEvent("foo") with too few arguments must throw TypeError
84 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t he proper type (0) 84 PASS Event interface: new CustomEvent("foo") must inherit property "type" with t he proper type (0)
85 PASS Event interface: new CustomEvent("foo") must inherit property "target" with the proper type (1) 85 PASS Event interface: new CustomEvent("foo") must inherit property "target" with the proper type (1)
86 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge t" with the proper type (2) 86 PASS Event interface: new CustomEvent("foo") must inherit property "currentTarge t" with the proper type (2)
87 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t he proper type (3) 87 PASS Event interface: new CustomEvent("foo") must inherit property "NONE" with t he proper type (3)
88 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH ASE" with the proper type (4) 88 PASS Event interface: new CustomEvent("foo") must inherit property "CAPTURING_PH ASE" with the proper type (4)
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 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" 404 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"
405 PASS XMLDocument interface: existence and properties of interface object 405 PASS XMLDocument interface: existence and properties of interface object
406 PASS XMLDocument interface object length 406 PASS XMLDocument interface object length
407 PASS XMLDocument interface object name 407 PASS XMLDocument interface object name
408 FAIL XMLDocument interface: existence and properties of interface prototype obje ct assert_equals: class string of XMLDocument.prototype expected "[object XMLDoc umentPrototype]" but got "[object XMLDocument]" 408 FAIL XMLDocument interface: existence and properties of interface prototype obje ct assert_equals: class string of XMLDocument.prototype expected "[object XMLDoc umentPrototype]" but got "[object XMLDocument]"
409 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property 409 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property
410 PASS XMLDocument must be primary interface of xmlDoc 410 PASS XMLDocument must be primary interface of xmlDoc
411 PASS Stringification of xmlDoc 411 PASS Stringification of xmlDoc
412 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0) 412 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
413 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1) 413 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
414 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object" 414 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2)
415 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3) 415 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3)
416 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4) 416 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4)
417 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5) 417 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5)
418 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6) 418 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6)
419 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7) 419 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7)
420 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8) 420 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8)
421 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9) 421 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9)
422 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10) 422 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10)
423 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11) 423 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11)
424 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError 424 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4) 475 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4)
476 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5) 476 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5)
477 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 477 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
478 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7) 478 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7)
479 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8) 479 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8)
480 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 480 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
481 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 481 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
482 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11) 482 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11)
483 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12) 483 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12)
484 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13) 484 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13)
485 FAIL Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 485 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type (14)
486 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15) 486 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)
487 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16) 487 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16)
488 PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17) 488 PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17)
489 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError 489 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError
490 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18) 490 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18)
491 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19) 491 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19)
492 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20) 492 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20)
493 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21) 493 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21)
494 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22) 494 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22)
495 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23) 495 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23)
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) 886 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)
887 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5) 887 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5)
888 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 888 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
889 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7) 889 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7)
890 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8) 890 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8)
891 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 891 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
892 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 892 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
893 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11) 893 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11)
894 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12) 894 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12)
895 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13) 895 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13)
896 FAIL Node interface: element must inherit property "baseURI" with the proper typ e (14) assert_equals: expected "string" but got "object" 896 PASS Node interface: element must inherit property "baseURI" with the proper typ e (14)
897 PASS Node interface: element must inherit property "isConnected" with the proper type (15) 897 PASS Node interface: element must inherit property "isConnected" with the proper type (15)
898 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16) 898 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16)
899 PASS Node interface: element must inherit property "getRootNode" with the proper type (17) 899 PASS Node interface: element must inherit property "getRootNode" with the proper type (17)
900 PASS Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError 900 PASS Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError
901 PASS Node interface: element must inherit property "parentNode" with the proper type (18) 901 PASS Node interface: element must inherit property "parentNode" with the proper type (18)
902 PASS Node interface: element must inherit property "parentElement" with the prop er type (19) 902 PASS Node interface: element must inherit property "parentElement" with the prop er type (19)
903 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20) 903 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20)
904 PASS Node interface: element must inherit property "childNodes" with the proper type (21) 904 PASS Node interface: element must inherit property "childNodes" with the proper type (21)
905 PASS Node interface: element must inherit property "firstChild" with the proper type (22) 905 PASS Node interface: element must inherit property "firstChild" with the proper type (22)
906 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23) 906 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23)
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4) 1206 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4)
1207 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5) 1207 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5)
1208 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 1208 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
1209 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7) 1209 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7)
1210 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8) 1210 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8)
1211 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9) 1211 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9)
1212 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 1212 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
1213 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11) 1213 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11)
1214 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12) 1214 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12)
1215 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13) 1215 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13)
1216 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 1216 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14)
1217 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15) 1217 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15)
1218 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16) 1218 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16)
1219 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "getRootNode" with the proper type (17) 1219 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "getRootNode" with the proper type (17)
1220 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createPro cessingInstruction("abc", "def") with too few arguments must throw TypeError 1220 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createPro cessingInstruction("abc", "def") with too few arguments must throw TypeError
1221 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18) 1221 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18)
1222 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19) 1222 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19)
1223 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20) 1223 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20)
1224 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21) 1224 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21)
1225 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22) 1225 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22)
1226 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23) 1226 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23)
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1610 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1611 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1611 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1612 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1612 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1613 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 1613 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
1614 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 1614 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
1615 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1615 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1616 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1616 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1617 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1617 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1618 Harness: the test ran to completion. 1618 Harness: the test ran to completion.
1619 1619
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698