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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/case-expected.txt

Issue 2723053002: Use the correct case converter for |localName| and |tagName| (Closed)
Patch Set: Oops... Created 3 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/external/wpt/dom/nodes/case-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/case-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/case-expected.txt
index f7c3b78804e1df32831ee43f3c8026b118ecc0a5..9da6918e16521b7b076d19539df66412188b3e60 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/case-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/case-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 285 tests; 277 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 285 tests; 278 PASS, 7 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS createElement abc
PASS setAttribute abc
PASS getAttribute abc
@@ -20,7 +20,7 @@ PASS setAttribute ä
PASS getAttribute ä
FAIL getElementsByTagName a:ä assert_array_equals: lengths differ, expected 0 got 3
PASS getElementsByTagName ä
-FAIL createElement Ä assert_equals: expected "Ä" but got "ä"
+PASS createElement Ä
FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä"
PASS getAttribute Ä
FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 got 3

Powered by Google App Engine
This is Rietveld 408576698