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

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

Issue 2648173006: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Rebased Created 3 years, 10 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 236: 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 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
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "whatToShow" with the proper type (1 ) 1538 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "whatToShow" with the proper type (1 )
1539 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "filter" with the proper type (2) 1539 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "filter" with the proper type (2)
1540 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "currentNode" with the proper type ( 3) 1540 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "currentNode" with the proper type ( 3)
1541 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4 ) 1541 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4 )
1542 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5 ) 1542 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5 )
1543 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6) 1543 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6)
1544 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty pe (7) 1544 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty pe (7)
1545 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextSibling" with the proper type ( 8) 1545 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextSibling" with the proper type ( 8)
1546 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousNode" with the proper type (9) 1546 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousNode" with the proper type (9)
1547 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextNode" with the proper type (10) 1547 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextNode" with the proper type (10)
1548 FAIL NodeFilter interface: existence and properties of interface object assert_e quals: prototype of self's property "NodeFilter" is not Object.prototype expecte d (object) object "[object Object]" but got (function) function "function () { [ native code] }" 1548 PASS NodeFilter interface: existence and properties of interface object
1549 PASS NodeFilter interface object name 1549 PASS NodeFilter interface object name
1550 FAIL NodeFilter interface: existence and properties of interface prototype objec t assert_false: NodeFilter should not have a "prototype" property expected false got true 1550 FAIL NodeFilter interface: existence and properties of interface prototype objec t assert_false: NodeFilter should not have a "prototype" property expected false got true
1551 FAIL NodeFilter interface: existence and properties of interface prototype objec t's "constructor" property assert_false: NodeFilter should not have a "prototype " property expected false got true 1551 FAIL NodeFilter interface: existence and properties of interface prototype objec t's "constructor" property assert_false: NodeFilter should not have a "prototype " property expected false got true
1552 PASS NodeFilter interface: constant FILTER_ACCEPT on interface object 1552 PASS NodeFilter interface: constant FILTER_ACCEPT on interface object
1553 FAIL NodeFilter interface: constant FILTER_ACCEPT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true 1553 FAIL NodeFilter interface: constant FILTER_ACCEPT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true
1554 PASS NodeFilter interface: constant FILTER_REJECT on interface object 1554 PASS NodeFilter interface: constant FILTER_REJECT on interface object
1555 FAIL NodeFilter interface: constant FILTER_REJECT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true 1555 FAIL NodeFilter interface: constant FILTER_REJECT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true
1556 PASS NodeFilter interface: constant FILTER_SKIP on interface object 1556 PASS NodeFilter interface: constant FILTER_SKIP on interface object
1557 FAIL NodeFilter interface: constant FILTER_SKIP on interface prototype object as sert_false: NodeFilter should not have a "prototype" property expected false got true 1557 FAIL NodeFilter interface: constant FILTER_SKIP on interface prototype object as sert_false: NodeFilter should not have a "prototype" property expected false got true
1558 PASS NodeFilter interface: constant SHOW_ALL on interface object 1558 PASS NodeFilter interface: constant SHOW_ALL on interface object
(...skipping 51 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