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..2315a2896f0adbf6e40cbc70a630e6811ec16316 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 |
@@ -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. |