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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt

Issue 2895903002: DOMTokenList: Update serialization algorithm on add()/remove() (Closed)
Patch Set: Apply review comments Created 3 years, 7 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-quirks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt
index bbe19949bbdc0468a78c046c52774ee892d7b48b..c127336a2dc7c9fb719a0ba5eb441ce7b47bff0b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt
@@ -12,7 +12,7 @@ PASS element.classList.length is 2
PASS element.classList.length is 2
PASS element.className is "x"
PASS element.className is "x"
-PASS element.className is "x x"
+PASS element.className is "x x"
PASS element.className is "y x"
PASS element.className is ""
PASS element.className is ""
@@ -38,8 +38,8 @@ PASS element.classList.toggle('', true) threw expected DOMException with code 12
PASS element.classList.toggle('x y', false) threw expected DOMException with code 5
Testing add in presence of trailing white spaces.
PASS element.className is "x y"
-PASS element.className is "x\ty"
-PASS element.className is " y"
+PASS element.className is "x y"
+PASS element.className is "y"
Test invalid tokens
PASS element.classList.contains("") did not throw exception.
PASS element.classList.contains("x y") did not throw exception.

Powered by Google App Engine
This is Rietveld 408576698