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

Unified Diff: LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-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/HTMLDocument/named-item-multiple-match-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt b/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt
index 86a1b8f16f99f1c9fda07d0b1f7d8db70f29e676..bfb9fa1d5ed50b0c025497119f5b102e335256c4 100644
--- a/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt
+++ b/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt
@@ -6,6 +6,9 @@ PASS collection = document.someName; collection.length is 2
PASS collection[0].title is "first"
PASS collection[1].title is "second"
PASS collection[1]; document.someName is collection
+PASS successfullyParsed is true
+
+TEST COMPLETE
Tests that the named item created for an image with an ID is correctly removed. The test passes, if you see a "PASS" message in the div below.

Powered by Google App Engine
This is Rietveld 408576698