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

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

Issue 2722343002: DOM: Fix a getElementsByTagName regression by r454059. (Closed)
Patch Set: 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 9da6918e16521b7b076d19539df66412188b3e60..de3589353b601d65a7be0f51c8e70fde0c450154 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; 278 PASS, 7 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 285 tests; 279 PASS, 6 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS createElement abc
PASS setAttribute abc
PASS getAttribute abc
@@ -24,7 +24,7 @@ PASS createElement Ä
FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä"
PASS getAttribute Ä
FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 got 3
-FAIL getElementsByTagName Ä assert_array_equals: property 0, expected Element node <Ä></Ä> but got Element node <ä></ä>
+PASS getElementsByTagName Ä
PASS createElementNS http://www.w3.org/1999/xhtml,abc,abc
PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,abc
PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,abc

Powered by Google App Engine
This is Rietveld 408576698