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

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

Issue 2837923003: Make NodeFilter a legacy callback interface. (Closed)
Patch Set: legacy_callback_interface.*.tmpl, etc. Created 3 years, 7 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; 1432 PASS, 177 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 1609 tests; 1451 PASS, 158 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 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1534 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "currentNode" with the proper type ( 3) 1534 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "currentNode" with the proper type ( 3)
1535 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4 ) 1535 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "parentNode" with the proper type (4 )
1536 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5 ) 1536 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "firstChild" with the proper type (5 )
1537 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6) 1537 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "lastChild" with the proper type (6)
1538 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty pe (7) 1538 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousSibling" with the proper ty pe (7)
1539 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextSibling" with the proper type ( 8) 1539 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextSibling" with the proper type ( 8)
1540 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousNode" with the proper type (9) 1540 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "previousNode" with the proper type (9)
1541 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextNode" with the proper type (10) 1541 PASS TreeWalker interface: document.createTreeWalker(document.body, NodeFilter.S HOW_ALL, null, false) must inherit property "nextNode" with the proper type (10)
1542 PASS NodeFilter interface: existence and properties of interface object 1542 PASS NodeFilter interface: existence and properties of interface object
1543 PASS NodeFilter interface object name 1543 PASS NodeFilter interface object name
1544 FAIL NodeFilter interface: existence and properties of interface prototype objec t assert_false: NodeFilter should not have a "prototype" property expected false got true 1544 PASS NodeFilter interface: existence and properties of interface prototype objec t
1545 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 1545 PASS NodeFilter interface: existence and properties of interface prototype objec t's "constructor" property
1546 PASS NodeFilter interface: constant FILTER_ACCEPT on interface object 1546 PASS NodeFilter interface: constant FILTER_ACCEPT on interface object
1547 FAIL NodeFilter interface: constant FILTER_ACCEPT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true 1547 PASS NodeFilter interface: constant FILTER_ACCEPT on interface prototype object
1548 PASS NodeFilter interface: constant FILTER_REJECT on interface object 1548 PASS NodeFilter interface: constant FILTER_REJECT on interface object
1549 FAIL NodeFilter interface: constant FILTER_REJECT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true 1549 PASS NodeFilter interface: constant FILTER_REJECT on interface prototype object
1550 PASS NodeFilter interface: constant FILTER_SKIP on interface object 1550 PASS NodeFilter interface: constant FILTER_SKIP on interface object
1551 FAIL NodeFilter interface: constant FILTER_SKIP on interface prototype object as sert_false: NodeFilter should not have a "prototype" property expected false got true 1551 PASS NodeFilter interface: constant FILTER_SKIP on interface prototype object
1552 PASS NodeFilter interface: constant SHOW_ALL on interface object 1552 PASS NodeFilter interface: constant SHOW_ALL on interface object
1553 FAIL NodeFilter interface: constant SHOW_ALL on interface prototype object asser t_false: NodeFilter should not have a "prototype" property expected false got tr ue 1553 PASS NodeFilter interface: constant SHOW_ALL on interface prototype object
1554 PASS NodeFilter interface: constant SHOW_ELEMENT on interface object 1554 PASS NodeFilter interface: constant SHOW_ELEMENT on interface object
1555 FAIL NodeFilter interface: constant SHOW_ELEMENT on interface prototype object a ssert_false: NodeFilter should not have a "prototype" property expected false go t true 1555 PASS NodeFilter interface: constant SHOW_ELEMENT on interface prototype object
1556 PASS NodeFilter interface: constant SHOW_ATTRIBUTE on interface object 1556 PASS NodeFilter interface: constant SHOW_ATTRIBUTE on interface object
1557 FAIL NodeFilter interface: constant SHOW_ATTRIBUTE on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false got true 1557 PASS NodeFilter interface: constant SHOW_ATTRIBUTE on interface prototype object
1558 PASS NodeFilter interface: constant SHOW_TEXT on interface object 1558 PASS NodeFilter interface: constant SHOW_TEXT on interface object
1559 FAIL NodeFilter interface: constant SHOW_TEXT on interface prototype object asse rt_false: NodeFilter should not have a "prototype" property expected false got t rue 1559 PASS NodeFilter interface: constant SHOW_TEXT on interface prototype object
1560 PASS NodeFilter interface: constant SHOW_CDATA_SECTION on interface object 1560 PASS NodeFilter interface: constant SHOW_CDATA_SECTION on interface object
1561 FAIL NodeFilter interface: constant SHOW_CDATA_SECTION on interface prototype ob ject assert_false: NodeFilter should not have a "prototype" property expected fa lse got true 1561 PASS NodeFilter interface: constant SHOW_CDATA_SECTION on interface prototype ob ject
1562 PASS NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface object 1562 PASS NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface object
1563 FAIL NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false got true 1563 PASS NodeFilter interface: constant SHOW_ENTITY_REFERENCE on interface prototype object
1564 PASS NodeFilter interface: constant SHOW_ENTITY on interface object 1564 PASS NodeFilter interface: constant SHOW_ENTITY on interface object
1565 FAIL NodeFilter interface: constant SHOW_ENTITY on interface prototype object as sert_false: NodeFilter should not have a "prototype" property expected false got true 1565 PASS NodeFilter interface: constant SHOW_ENTITY on interface prototype object
1566 PASS NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface obj ect 1566 PASS NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface obj ect
1567 FAIL NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface pro totype object assert_false: NodeFilter should not have a "prototype" property ex pected false got true 1567 PASS NodeFilter interface: constant SHOW_PROCESSING_INSTRUCTION on interface pro totype object
1568 PASS NodeFilter interface: constant SHOW_COMMENT on interface object 1568 PASS NodeFilter interface: constant SHOW_COMMENT on interface object
1569 FAIL NodeFilter interface: constant SHOW_COMMENT on interface prototype object a ssert_false: NodeFilter should not have a "prototype" property expected false go t true 1569 PASS NodeFilter interface: constant SHOW_COMMENT on interface prototype object
1570 PASS NodeFilter interface: constant SHOW_DOCUMENT on interface object 1570 PASS NodeFilter interface: constant SHOW_DOCUMENT on interface object
1571 FAIL NodeFilter interface: constant SHOW_DOCUMENT on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true 1571 PASS NodeFilter interface: constant SHOW_DOCUMENT on interface prototype object
1572 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object 1572 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface object
1573 FAIL NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype ob ject assert_false: NodeFilter should not have a "prototype" property expected fa lse got true 1573 PASS NodeFilter interface: constant SHOW_DOCUMENT_TYPE on interface prototype ob ject
1574 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object 1574 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface object
1575 FAIL NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototyp e object assert_false: NodeFilter should not have a "prototype" property expecte d false got true 1575 PASS NodeFilter interface: constant SHOW_DOCUMENT_FRAGMENT on interface prototyp e object
1576 PASS NodeFilter interface: constant SHOW_NOTATION on interface object 1576 PASS NodeFilter interface: constant SHOW_NOTATION on interface object
1577 FAIL NodeFilter interface: constant SHOW_NOTATION on interface prototype object assert_false: NodeFilter should not have a "prototype" property expected false g ot true 1577 PASS NodeFilter interface: constant SHOW_NOTATION on interface prototype object
1578 FAIL NodeFilter interface: operation acceptNode(Node) assert_false: NodeFilter s hould not have a "prototype" property expected false got true 1578 PASS NodeFilter interface: operation acceptNode(Node)
1579 PASS DOMTokenList interface: existence and properties of interface object 1579 PASS DOMTokenList interface: existence and properties of interface object
1580 PASS DOMTokenList interface object length 1580 PASS DOMTokenList interface object length
1581 PASS DOMTokenList interface object name 1581 PASS DOMTokenList interface object name
1582 FAIL DOMTokenList interface: existence and properties of interface prototype obj ect assert_equals: class string of DOMTokenList.prototype expected "[object DOMT okenListPrototype]" but got "[object DOMTokenList]" 1582 FAIL DOMTokenList interface: existence and properties of interface prototype obj ect assert_equals: class string of DOMTokenList.prototype expected "[object DOMT okenListPrototype]" but got "[object DOMTokenList]"
1583 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property 1583 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property
1584 PASS DOMTokenList interface: attribute length 1584 PASS DOMTokenList interface: attribute length
1585 PASS DOMTokenList interface: operation item(unsigned long) 1585 PASS DOMTokenList interface: operation item(unsigned long)
1586 PASS DOMTokenList interface: operation contains(DOMString) 1586 PASS DOMTokenList interface: operation contains(DOMString)
1587 PASS DOMTokenList interface: operation add(DOMString) 1587 PASS DOMTokenList interface: operation add(DOMString)
1588 PASS DOMTokenList interface: operation remove(DOMString) 1588 PASS DOMTokenList interface: operation remove(DOMString)
(...skipping 15 matching lines...) Expand all
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