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

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

Issue 2814673002: Use ASCII-caseless matching for attribute names. (Closed)
Patch Set: . Created 3 years, 8 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/AttributeCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 de3589353b601d65a7be0f51c8e70fde0c450154..c4535c31afaa49f748c3ddbd9c82f7f8e85ccdad 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; 279 PASS, 6 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 285 tests; 280 PASS, 5 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS createElement abc
PASS setAttribute abc
PASS getAttribute abc
@@ -21,7 +21,7 @@ PASS getAttribute ä
FAIL getElementsByTagName a:ä assert_array_equals: lengths differ, expected 0 got 3
PASS getElementsByTagName ä
PASS createElement Ä
-FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä"
+PASS setAttribute Ä
PASS getAttribute Ä
FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 got 3
PASS getElementsByTagName Ä
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/AttributeCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698