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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt

Issue 1629403003: Merge DOMSettableTokensList into DOMTokensList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed non-oilpan inheritance Created 4 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 198: callback not yet supported 1 CONSOLE MESSAGE: line 198: 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 Object]" 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 Object]"
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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 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 Object]" 1336 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 Object]"
1337 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property 1337 PASS DOMTokenList interface: existence and properties of interface prototype obj ect's "constructor" property
1338 PASS DOMTokenList interface: attribute length 1338 PASS DOMTokenList interface: attribute length
1339 PASS DOMTokenList interface: operation item(unsigned long) 1339 PASS DOMTokenList interface: operation item(unsigned long)
1340 PASS DOMTokenList interface: operation contains(DOMString) 1340 PASS DOMTokenList interface: operation contains(DOMString)
1341 PASS DOMTokenList interface: operation add(DOMString) 1341 PASS DOMTokenList interface: operation add(DOMString)
1342 PASS DOMTokenList interface: operation remove(DOMString) 1342 PASS DOMTokenList interface: operation remove(DOMString)
1343 PASS DOMTokenList interface: operation toggle(DOMString,boolean) 1343 PASS DOMTokenList interface: operation toggle(DOMString,boolean)
1344 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p roperty: interface prototype object missing non-static operation expected proper ty "replace" missing 1344 FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_p roperty: interface prototype object missing non-static operation expected proper ty "replace" missing
1345 PASS DOMTokenList interface: operation supports(DOMString) 1345 PASS DOMTokenList interface: operation supports(DOMString)
1346 FAIL DOMTokenList interface: attribute value assert_true: The prototype object m ust have a property "value" expected true got false 1346 PASS DOMTokenList interface: attribute value
1347 FAIL DOMTokenList interface: stringifier assert_true: property is not enumerable expected true got false 1347 FAIL DOMTokenList interface: stringifier assert_true: property is not enumerable expected true got false
1348 PASS DOMTokenList must be primary interface of document.body.classList 1348 PASS DOMTokenList must be primary interface of document.body.classList
1349 PASS Stringification of document.body.classList 1349 PASS Stringification of document.body.classList
1350 PASS DOMTokenList interface: document.body.classList must inherit property "leng th" with the proper type (0) 1350 PASS DOMTokenList interface: document.body.classList must inherit property "leng th" with the proper type (0)
1351 PASS DOMTokenList interface: document.body.classList must inherit property "item " with the proper type (1) 1351 PASS DOMTokenList interface: document.body.classList must inherit property "item " with the proper type (1)
1352 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL ist with too few arguments must throw TypeError 1352 PASS DOMTokenList interface: calling item(unsigned long) on document.body.classL ist with too few arguments must throw TypeError
1353 PASS DOMTokenList interface: document.body.classList must inherit property "cont ains" with the proper type (2) 1353 PASS DOMTokenList interface: document.body.classList must inherit property "cont ains" with the proper type (2)
1354 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1354 PASS DOMTokenList interface: calling contains(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1355 PASS DOMTokenList interface: document.body.classList must inherit property "add" with the proper type (3) 1355 PASS DOMTokenList interface: document.body.classList must inherit property "add" with the proper type (3)
1356 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w ith too few arguments must throw TypeError 1356 PASS DOMTokenList interface: calling add(DOMString) on document.body.classList w ith too few arguments must throw TypeError
1357 PASS DOMTokenList interface: document.body.classList must inherit property "remo ve" with the proper type (4) 1357 PASS DOMTokenList interface: document.body.classList must inherit property "remo ve" with the proper type (4)
1358 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError 1358 PASS DOMTokenList interface: calling remove(DOMString) on document.body.classLis t with too few arguments must throw TypeError
1359 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5) 1359 PASS DOMTokenList interface: document.body.classList must inherit property "togg le" with the proper type (5)
1360 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError 1360 PASS DOMTokenList interface: calling toggle(DOMString,boolean) on document.body. classList with too few arguments must throw TypeError
1361 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 1361 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
1362 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 1362 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
1363 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7) 1363 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1364 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError 1364 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1365 FAIL DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8) assert_inherits: property "value" not found in proto type chain 1365 PASS DOMTokenList interface: document.body.classList must inherit property "valu e" with the proper type (8)
1366 Harness: the test ran to completion. 1366 Harness: the test ran to completion.
1367 1367
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698