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

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

Issue 2768373005: Set default document urls to 'about:blank'. (Closed)
Patch Set: Created 3 years, 8 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; 1429 PASS, 180 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 1185 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