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

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: Removed deprecated tests, changed expectations. 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 CONSOLE MESSAGE: line 251: callback not yet supported 1 CONSOLE MESSAGE: line 251: callback not yet supported
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 Found 1609 tests; 1423 PASS, 186 FAIL, 0 TIMEOUT, 0 NOTRUN. 3 Found 1609 tests; 1427 PASS, 182 FAIL, 0 TIMEOUT, 0 NOTRUN.
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 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 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]"
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
13 PASS Event interface: constant NONE on interface prototype object 13 PASS Event interface: constant NONE on interface prototype object
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 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 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"
406 PASS XMLDocument interface: existence and properties of interface object 406 PASS XMLDocument interface: existence and properties of interface object
407 PASS XMLDocument interface object length 407 PASS XMLDocument interface object length
408 PASS XMLDocument interface object name 408 PASS XMLDocument interface object name
409 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 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]"
410 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property 410 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property
411 PASS XMLDocument must be primary interface of xmlDoc 411 PASS XMLDocument must be primary interface of xmlDoc
412 PASS Stringification of xmlDoc 412 PASS Stringification of xmlDoc
413 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0) 413 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
414 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1) 414 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
415 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object" 415 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2)
416 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3) 416 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3)
417 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4) 417 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4)
418 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5) 418 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5)
419 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6) 419 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6)
420 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7) 420 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7)
421 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8) 421 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8)
422 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9) 422 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9)
423 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10) 423 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10)
424 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11) 424 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11)
425 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError 425 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
476 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_REFERENCE_NODE" with t he proper type (4)
477 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5) 477 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5)
478 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 478 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
479 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7) 479 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7)
480 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8) 480 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8)
481 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 481 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
482 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 482 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
483 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11) 483 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11)
484 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12) 484 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12)
485 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13) 485 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13)
486 FAIL Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 486 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type (14)
487 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15) 487 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)
488 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16) 488 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16)
489 PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17) 489 PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17)
490 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError 490 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError
491 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18) 491 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18)
492 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19) 492 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19)
493 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20) 493 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20)
494 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21) 494 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21)
495 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22) 495 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22)
496 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23) 496 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
887 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) 887 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)
888 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5) 888 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5)
889 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 889 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
890 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7) 890 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7)
891 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8) 891 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8)
892 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 892 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
893 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 893 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
894 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11) 894 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11)
895 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12) 895 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12)
896 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13) 896 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13)
897 FAIL Node interface: element must inherit property "baseURI" with the proper typ e (14) assert_equals: expected "string" but got "object" 897 PASS Node interface: element must inherit property "baseURI" with the proper typ e (14)
898 PASS Node interface: element must inherit property "isConnected" with the proper type (15) 898 PASS Node interface: element must inherit property "isConnected" with the proper type (15)
899 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16) 899 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16)
900 PASS Node interface: element must inherit property "getRootNode" with the proper type (17) 900 PASS Node interface: element must inherit property "getRootNode" with the proper type (17)
901 PASS Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError 901 PASS Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError
902 PASS Node interface: element must inherit property "parentNode" with the proper type (18) 902 PASS Node interface: element must inherit property "parentNode" with the proper type (18)
903 PASS Node interface: element must inherit property "parentElement" with the prop er type (19) 903 PASS Node interface: element must inherit property "parentElement" with the prop er type (19)
904 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20) 904 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20)
905 PASS Node interface: element must inherit property "childNodes" with the proper type (21) 905 PASS Node interface: element must inherit property "childNodes" with the proper type (21)
906 PASS Node interface: element must inherit property "firstChild" with the proper type (22) 906 PASS Node interface: element must inherit property "firstChild" with the proper type (22)
907 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23) 907 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
1207 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_REFERENCE_NODE" with the proper type (4)
1208 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 "ENTITY_NODE" with the proper type (5)
1209 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 "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
1210 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 "COMMENT_NODE" with the proper type (7)
1211 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_NODE" with the proper type (8)
1212 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_TYPE_NODE" with the proper type (9)
1213 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 "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
1214 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 "NOTATION_NODE" with the proper type (11)
1215 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 "nodeType" with the proper type (12)
1216 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13) 1216 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13)
1217 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 1217 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14)
1218 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 "isConnected" with the proper type (15)
1219 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 "ownerDocument" with the proper type (16)
1220 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "getRootNode" with the proper type (17) 1220 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "getRootNode" with the proper type (17)
1221 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createPro cessingInstruction("abc", "def") with too few arguments must throw TypeError 1221 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createPro cessingInstruction("abc", "def") with too few arguments must throw TypeError
1222 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 "parentNode" with the proper type (18)
1223 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 "parentElement" with the proper type (19)
1224 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 "hasChildNodes" with the proper type (20)
1225 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 "childNodes" with the proper type (21)
1226 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 "firstChild" with the proper type (22)
1227 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23) 1227 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
1611 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1611 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1612 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1612 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1613 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1613 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1614 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: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1615 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 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
1616 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1616 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1617 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1617 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1618 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1618 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1619 Harness: the test ran to completion. 1619 Harness: the test ran to completion.
1620 1620
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698