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

Unified 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: moar fixed tests 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 side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698