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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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; 1423 PASS, 186 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
(...skipping 391 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