| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| index 1ee30f3fafeabd54178bf3f31245b5449bcffd72..eff0a561495f79086d54ed70c969d85ffc945f2a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/interfaces-expected.txt
|
| @@ -607,7 +607,7 @@ PASS Element interface: attribute localName
|
| PASS Element interface: attribute tagName
|
| PASS Element interface: attribute id
|
| PASS Element interface: attribute className
|
| -FAIL Element interface: attribute classList assert_equals: setter must be function for PutForwards, Replaceable, or non-readonly attributes expected "function" but got "undefined"
|
| +PASS Element interface: attribute classList
|
| PASS Element interface: operation hasAttributes()
|
| PASS Element interface: attribute attributes
|
| PASS Element interface: operation getAttribute(DOMString)
|
| @@ -1343,7 +1343,7 @@ PASS DOMTokenList interface: operation remove(DOMString)
|
| PASS DOMTokenList interface: operation toggle(DOMString,boolean)
|
| FAIL DOMTokenList interface: operation replace(DOMString,DOMString) assert_own_property: interface prototype object missing non-static operation expected property "replace" missing
|
| PASS DOMTokenList interface: operation supports(DOMString)
|
| -FAIL DOMTokenList interface: attribute value assert_true: The prototype object must have a property "value" expected true got false
|
| +PASS DOMTokenList interface: attribute value
|
| FAIL DOMTokenList interface: stringifier assert_true: property is not enumerable expected true got false
|
| PASS DOMTokenList must be primary interface of document.body.classList
|
| PASS Stringification of document.body.classList
|
| @@ -1362,6 +1362,6 @@ FAIL DOMTokenList interface: document.body.classList must inherit property "repl
|
| FAIL DOMTokenList interface: calling replace(DOMString,DOMString) on document.body.classList with too few arguments must throw TypeError assert_inherits: property "replace" not found in prototype chain
|
| PASS DOMTokenList interface: document.body.classList must inherit property "supports" with the proper type (7)
|
| PASS DOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeError
|
| -FAIL DOMTokenList interface: document.body.classList must inherit property "value" with the proper type (8) assert_inherits: property "value" not found in prototype chain
|
| +PASS DOMTokenList interface: document.body.classList must inherit property "value" with the proper type (8)
|
| Harness: the test ran to completion.
|
|
|
|
|