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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-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/fast/dom/HTMLElement/class-list-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-expected.txt
index e65d21af2c3a56a4380db180f197787c597dc7ca..8cffa24da53232df4744507270ec1c06fded54af 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-expected.txt
@@ -4,7 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Tests from http://simon.html5.org/test/html/dom/reflecting/DOMTokenList/
-PASS String(element.classList) is "x"
+PASS String(element.classList) is "y"
+PASS String(element.className) is "y"
PASS element.classList.length is 0
PASS element.classList.length is 1
PASS element.classList.length is 2

Powered by Google App Engine
This is Rietveld 408576698