Chromium Code Reviews

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

Issue 1666363003: Import web-platform-tests@27e3d93f88a71a249d1df872a5d613b3243b9588 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed win failiure in TestExpectations Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 589 matching lines...)
600 PASS Element interface object length 600 PASS Element interface object length
601 PASS Element interface object name 601 PASS Element interface object name
602 FAIL Element interface: existence and properties of interface prototype object a ssert_equals: class string of Element.prototype expected "[object ElementPrototy pe]" but got "[object Object]" 602 FAIL Element interface: existence and properties of interface prototype object a ssert_equals: class string of Element.prototype expected "[object ElementPrototy pe]" but got "[object Object]"
603 PASS Element interface: existence and properties of interface prototype object's "constructor" property 603 PASS Element interface: existence and properties of interface prototype object's "constructor" property
604 PASS Element interface: attribute namespaceURI 604 PASS Element interface: attribute namespaceURI
605 PASS Element interface: attribute prefix 605 PASS Element interface: attribute prefix
606 PASS Element interface: attribute localName 606 PASS Element interface: attribute localName
607 PASS Element interface: attribute tagName 607 PASS Element interface: attribute tagName
608 PASS Element interface: attribute id 608 PASS Element interface: attribute id
609 PASS Element interface: attribute className 609 PASS Element interface: attribute className
610 PASS Element interface: attribute classList 610 FAIL Element interface: attribute classList assert_equals: setter must be functi on for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
611 PASS Element interface: operation hasAttributes() 611 PASS Element interface: operation hasAttributes()
612 PASS Element interface: attribute attributes 612 PASS Element interface: attribute attributes
613 PASS Element interface: operation getAttribute(DOMString) 613 PASS Element interface: operation getAttribute(DOMString)
614 PASS Element interface: operation getAttributeNS(DOMString,DOMString) 614 PASS Element interface: operation getAttributeNS(DOMString,DOMString)
615 PASS Element interface: operation setAttribute(DOMString,DOMString) 615 PASS Element interface: operation setAttribute(DOMString,DOMString)
616 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString) 616 PASS Element interface: operation setAttributeNS(DOMString,DOMString,DOMString)
617 PASS Element interface: operation removeAttribute(DOMString) 617 PASS Element interface: operation removeAttribute(DOMString)
618 PASS Element interface: operation removeAttributeNS(DOMString,DOMString) 618 PASS Element interface: operation removeAttributeNS(DOMString,DOMString)
619 PASS Element interface: operation hasAttribute(DOMString) 619 PASS Element interface: operation hasAttribute(DOMString)
620 PASS Element interface: operation hasAttributeNS(DOMString,DOMString) 620 PASS Element interface: operation hasAttributeNS(DOMString,DOMString)
(...skipping 713 matching lines...)
1334 PASS DOMTokenList interface object length 1334 PASS DOMTokenList interface object length
1335 PASS DOMTokenList interface object name 1335 PASS DOMTokenList interface object name
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
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
1344 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
1345 PASS DOMTokenList must be primary interface of document.body.classList 1348 PASS DOMTokenList must be primary interface of document.body.classList
1346 PASS Stringification of document.body.classList 1349 PASS Stringification of document.body.classList
1347 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)
1348 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)
1349 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
1350 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)
1351 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
1352 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)
1353 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
1354 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)
1355 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
1356 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)
1357 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
1358 PASS DOMSettableTokenList interface: existence and properties of interface objec t 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
1359 PASS DOMSettableTokenList interface object length 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
1360 PASS DOMSettableTokenList interface object name 1363 PASS DOMTokenList interface: document.body.classList must inherit property "supp orts" with the proper type (7)
1361 FAIL DOMSettableTokenList interface: existence and properties of interface proto type object assert_equals: class string of DOMSettableTokenList.prototype expect ed "[object DOMSettableTokenListPrototype]" but got "[object Object]" 1364 PASS DOMTokenList interface: calling supports(DOMString) on document.body.classL ist with too few arguments must throw TypeError
1362 PASS DOMSettableTokenList interface: existence and properties of interface proto type object's "constructor" property 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
1363 PASS DOMSettableTokenList interface: attribute value
1364 Harness: the test ran to completion. 1366 Harness: the test ran to completion.
1365 1367
OLDNEW

Powered by Google App Engine