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

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

Issue 2754933004: Set default document urls to 'about:blank'. (Closed)
Patch Set: Added comments, put impl in .cpp. 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; 1428 PASS, 181 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 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" 398 FAIL EventTarget interface: calling dispatchEvent(Event) on new Document() with too few arguments must throw TypeError assert_equals: Unexpected exception when evaluating object expected null but got object "TypeError: Illegal constructor"
399 PASS XMLDocument interface: existence and properties of interface object 399 PASS XMLDocument interface: existence and properties of interface object
400 PASS XMLDocument interface object length 400 PASS XMLDocument interface object length
401 PASS XMLDocument interface object name 401 PASS XMLDocument interface object name
402 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]" 402 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]"
403 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property 403 PASS XMLDocument interface: existence and properties of interface prototype obje ct's "constructor" property
404 PASS XMLDocument must be primary interface of xmlDoc 404 PASS XMLDocument must be primary interface of xmlDoc
405 PASS Stringification of xmlDoc 405 PASS Stringification of xmlDoc
406 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0) 406 PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
407 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1) 407 PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
408 FAIL Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2) assert_equals: expected "string" but got "object" 408 PASS Document interface: xmlDoc must inherit property "documentURI" with the pro per type (2)
409 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3) 409 PASS Document interface: xmlDoc must inherit property "origin" with the proper t ype (3)
410 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4) 410 PASS Document interface: xmlDoc must inherit property "compatMode" with the prop er type (4)
411 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5) 411 PASS Document interface: xmlDoc must inherit property "characterSet" with the pr oper type (5)
412 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6) 412 PASS Document interface: xmlDoc must inherit property "charset" with the proper type (6)
413 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7) 413 PASS Document interface: xmlDoc must inherit property "inputEncoding" with the p roper type (7)
414 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8) 414 PASS Document interface: xmlDoc must inherit property "contentType" with the pro per type (8)
415 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9) 415 PASS Document interface: xmlDoc must inherit property "doctype" with the proper type (9)
416 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10) 416 PASS Document interface: xmlDoc must inherit property "documentElement" with the proper type (10)
417 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11) 417 PASS Document interface: xmlDoc must inherit property "getElementsByTagName" wit h the proper type (11)
418 PASS Document interface: calling getElementsByTagName(DOMString) on xmlDoc with too few arguments must throw TypeError 418 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
469 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4) 469 PASS Node interface: xmlDoc must inherit property "ENTITY_REFERENCE_NODE" with t he proper type (4)
470 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5) 470 PASS Node interface: xmlDoc must inherit property "ENTITY_NODE" with the proper type (5)
471 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 471 PASS Node interface: xmlDoc must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
472 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7) 472 PASS Node interface: xmlDoc must inherit property "COMMENT_NODE" with the proper type (7)
473 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8) 473 PASS Node interface: xmlDoc must inherit property "DOCUMENT_NODE" with the prope r type (8)
474 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 474 PASS Node interface: xmlDoc must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
475 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 475 PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
476 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11) 476 PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the prope r type (11)
477 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12) 477 PASS Node interface: xmlDoc must inherit property "nodeType" with the proper typ e (12)
478 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13) 478 PASS Node interface: xmlDoc must inherit property "nodeName" with the proper typ e (13)
479 FAIL Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 479 PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type (14)
480 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15) 480 PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)
481 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16) 481 PASS Node interface: xmlDoc must inherit property "ownerDocument" with the prope r type (16)
482 PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17) 482 PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17)
483 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError 483 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc with too few arguments must throw TypeError
484 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18) 484 PASS Node interface: xmlDoc must inherit property "parentNode" with the proper t ype (18)
485 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19) 485 PASS Node interface: xmlDoc must inherit property "parentElement" with the prope r type (19)
486 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20) 486 PASS Node interface: xmlDoc must inherit property "hasChildNodes" with the prope r type (20)
487 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21) 487 PASS Node interface: xmlDoc must inherit property "childNodes" with the proper t ype (21)
488 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22) 488 PASS Node interface: xmlDoc must inherit property "firstChild" with the proper t ype (22)
489 PASS Node interface: xmlDoc must inherit property "lastChild" with the proper ty pe (23) 489 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
880 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) 880 PASS Node interface: element must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)
881 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5) 881 PASS Node interface: element must inherit property "ENTITY_NODE" with the proper type (5)
882 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 882 PASS Node interface: element must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
883 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7) 883 PASS Node interface: element must inherit property "COMMENT_NODE" with the prope r type (7)
884 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8) 884 PASS Node interface: element must inherit property "DOCUMENT_NODE" with the prop er type (8)
885 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) 885 PASS Node interface: element must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
886 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 886 PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
887 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11) 887 PASS Node interface: element must inherit property "NOTATION_NODE" with the prop er type (11)
888 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12) 888 PASS Node interface: element must inherit property "nodeType" with the proper ty pe (12)
889 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13) 889 PASS Node interface: element must inherit property "nodeName" with the proper ty pe (13)
890 FAIL Node interface: element must inherit property "baseURI" with the proper typ e (14) assert_equals: expected "string" but got "object" 890 PASS Node interface: element must inherit property "baseURI" with the proper typ e (14)
891 PASS Node interface: element must inherit property "isConnected" with the proper type (15) 891 PASS Node interface: element must inherit property "isConnected" with the proper type (15)
892 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16) 892 PASS Node interface: element must inherit property "ownerDocument" with the prop er type (16)
893 PASS Node interface: element must inherit property "getRootNode" with the proper type (17) 893 PASS Node interface: element must inherit property "getRootNode" with the proper type (17)
894 PASS Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError 894 PASS Node interface: calling getRootNode(GetRootNodeOptions) on element with too few arguments must throw TypeError
895 PASS Node interface: element must inherit property "parentNode" with the proper type (18) 895 PASS Node interface: element must inherit property "parentNode" with the proper type (18)
896 PASS Node interface: element must inherit property "parentElement" with the prop er type (19) 896 PASS Node interface: element must inherit property "parentElement" with the prop er type (19)
897 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20) 897 PASS Node interface: element must inherit property "hasChildNodes" with the prop er type (20)
898 PASS Node interface: element must inherit property "childNodes" with the proper type (21) 898 PASS Node interface: element must inherit property "childNodes" with the proper type (21)
899 PASS Node interface: element must inherit property "firstChild" with the proper type (22) 899 PASS Node interface: element must inherit property "firstChild" with the proper type (22)
900 PASS Node interface: element must inherit property "lastChild" with the proper t ype (23) 900 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
1200 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4) 1200 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_REFERENCE_NODE" with the proper type (4)
1201 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5) 1201 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ENTITY_NODE" with the proper type (5)
1202 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) 1202 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
1203 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7) 1203 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "COMMENT_NODE" with the proper type (7)
1204 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8) 1204 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_NODE" with the proper type (8)
1205 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9) 1205 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_TYPE_NODE" with the proper type (9)
1206 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) 1206 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
1207 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11) 1207 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "NOTATION_NODE" with the proper type (11)
1208 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12) 1208 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeType" with the proper type (12)
1209 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13) 1209 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "nodeName" with the proper type (13)
1210 FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object" 1210 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "baseURI" with the proper type (14)
1211 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15) 1211 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "isConnected" with the proper type (15)
1212 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16) 1212 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "ownerDocument" with the proper type (16)
1213 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "getRootNode" with the proper type (17) 1213 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "getRootNode" with the proper type (17)
1214 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createPro cessingInstruction("abc", "def") with too few arguments must throw TypeError 1214 PASS Node interface: calling getRootNode(GetRootNodeOptions) on xmlDoc.createPro cessingInstruction("abc", "def") with too few arguments must throw TypeError
1215 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18) 1215 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentNode" with the proper type (18)
1216 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19) 1216 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "parentElement" with the proper type (19)
1217 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20) 1217 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "hasChildNodes" with the proper type (20)
1218 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21) 1218 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "childNodes" with the proper type (21)
1219 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22) 1219 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "firstChild" with the proper type (22)
1220 PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher it property "lastChild" with the proper type (23) 1220 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
1604 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1604 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1605 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1605 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1606 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1606 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1607 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 1607 FAIL DOMTokenList interface: document.body.classList must inherit property "repl ace" with the proper type (6) assert_inherits: property "replace" not found in p rototype chain
1608 FAIL DOMTokenList interface: 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 1608 FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.bo dy.classList with too few arguments must throw TypeError assert_inherits: proper ty "replace" not found in prototype chain
1609 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1609 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1610 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1610 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1611 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) 1611 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1612 Harness: the test ran to completion. 1612 Harness: the test ran to completion.
1613 1613
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698