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

Unified Diff: LayoutTests/fast/dom/getElementsByTagName-localName-matching-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-matching-expected.txt
diff --git a/LayoutTests/fast/dom/getElementsByTagName-localName-matching-expected.txt b/LayoutTests/fast/dom/getElementsByTagName-localName-matching-expected.txt
index 12de14bb155c5f24e15a4c0d6aa4c4eb2d825b5e..26520e17ed58408153e75faf846d2e9d3b466486 100644
--- a/LayoutTests/fast/dom/getElementsByTagName-localName-matching-expected.txt
+++ b/LayoutTests/fast/dom/getElementsByTagName-localName-matching-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