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

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

Issue 2678583002: Make MutationObserver observe parameter optional as per spec (Closed)
Patch Set: Fix failing wpt 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/MutationObserver/observe-exceptions-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 PASS HTMLCollection interface: document.body.children must inherit property "len gth" with the proper type (0) 138 PASS HTMLCollection interface: document.body.children must inherit property "len gth" with the proper type (0)
139 PASS HTMLCollection interface: document.body.children must inherit property "ite m" with the proper type (1) 139 PASS HTMLCollection interface: document.body.children must inherit property "ite m" with the proper type (1)
140 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil dren with too few arguments must throw TypeError 140 PASS HTMLCollection interface: calling item(unsigned long) on document.body.chil dren with too few arguments must throw TypeError
141 PASS HTMLCollection interface: document.body.children must inherit property "nam edItem" with the proper type (2) 141 PASS HTMLCollection interface: document.body.children must inherit property "nam edItem" with the proper type (2)
142 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi ldren with too few arguments must throw TypeError 142 PASS HTMLCollection interface: calling namedItem(DOMString) on document.body.chi ldren with too few arguments must throw TypeError
143 PASS MutationObserver interface: existence and properties of interface object 143 PASS MutationObserver interface: existence and properties of interface object
144 PASS MutationObserver interface object length 144 PASS MutationObserver interface object length
145 PASS MutationObserver interface object name 145 PASS MutationObserver interface object name
146 FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[obj ect MutationObserverPrototype]" but got "[object MutationObserver]" 146 FAIL MutationObserver interface: existence and properties of interface prototype object assert_equals: class string of MutationObserver.prototype expected "[obj ect MutationObserverPrototype]" but got "[object MutationObserver]"
147 PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property 147 PASS MutationObserver interface: existence and properties of interface prototype object's "constructor" property
148 FAIL MutationObserver interface: operation observe(Node,MutationObserverInit) as sert_equals: property has wrong .length expected 1 but got 2 148 PASS MutationObserver interface: operation observe(Node,MutationObserverInit)
foolip 2017/02/07 15:49:36 Ah, right, the change is also visible in the funct
149 PASS MutationObserver interface: operation disconnect() 149 PASS MutationObserver interface: operation disconnect()
150 PASS MutationObserver interface: operation takeRecords() 150 PASS MutationObserver interface: operation takeRecords()
151 PASS MutationRecord interface: existence and properties of interface object 151 PASS MutationRecord interface: existence and properties of interface object
152 PASS MutationRecord interface object length 152 PASS MutationRecord interface object length
153 PASS MutationRecord interface object name 153 PASS MutationRecord interface object name
154 FAIL MutationRecord interface: existence and properties of interface prototype o bject assert_equals: class string of MutationRecord.prototype expected "[object MutationRecordPrototype]" but got "[object MutationRecord]" 154 FAIL MutationRecord interface: existence and properties of interface prototype o bject assert_equals: class string of MutationRecord.prototype expected "[object MutationRecordPrototype]" but got "[object MutationRecord]"
155 PASS MutationRecord interface: existence and properties of interface prototype o bject's "constructor" property 155 PASS MutationRecord interface: existence and properties of interface prototype o bject's "constructor" property
156 PASS MutationRecord interface: attribute type 156 PASS MutationRecord interface: attribute type
157 PASS MutationRecord interface: attribute target 157 PASS MutationRecord interface: attribute target
158 PASS MutationRecord interface: attribute addedNodes 158 PASS MutationRecord interface: attribute addedNodes
(...skipping 1451 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/MutationObserver/observe-exceptions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698