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

Unified Diff: LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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: LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
diff --git a/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt b/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
index 942d128153cf1453306141019f1bf773bff30cd0..d70a2c15efd3807ba4c458102f98f4c88691d69e 100644
--- a/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
+++ b/LayoutTests/fast/dom/getElementsByTagName-localName-matching2-expected.txt
@@ -22,4 +22,7 @@ PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'foo').len
PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'Foo').length is 0
PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'img').length is 1
PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'IMG').length is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698