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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-classlist-expected.txt

Issue 2402223002: Fix class name which has only space (Closed)
Patch Set: Fix class name which has only space Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-classlist-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-classlist-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-classlist-expected.txt
index 2a1ac5dbc0c730485e0987b73fbdcabf425c974c..71668711aee93f7bec7e8bf6e494c6928c64e5d5 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-classlist-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Element-classlist-expected.txt
@@ -12,7 +12,7 @@ PASS classList.item() must return null for out-of-range index
PASS classList.item() must return null for negative index
PASS classList[index] must be undefined for out-of-range index
PASS classList[index] must be undefined for negative index
-FAIL className should contain initial markup whitespace assert_equals: expected " " but got ""
+PASS className should contain initial markup whitespace
PASS classList should contain initial markup whitespace
FAIL .contains(empty_string) must return false Failed to execute 'contains' on 'DOMTokenList': The token provided must not be empty.
PASS .add(empty_string) must throw a SYNTAX_ERR
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698