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

Unified Diff: LayoutTests/fast/forms/radionodelist-image-type-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/forms/radionodelist-image-type-expected.txt
diff --git a/LayoutTests/fast/forms/radionodelist-image-type-expected.txt b/LayoutTests/fast/forms/radionodelist-image-type-expected.txt
index d4c34a932243f591a78bd6e17ade540d0b741e86..319bfb0d1858285017db2e0acf8981938c551e02 100644
--- a/LayoutTests/fast/forms/radionodelist-image-type-expected.txt
+++ b/LayoutTests/fast/forms/radionodelist-image-type-expected.txt
@@ -8,4 +8,7 @@ nodeList = form.elements.namedItem('someName');
PASS nodeList.length is 3
PASS document.getElementsByTagName('input')[2].type = 'image'; nodeList.length is 2
PASS document.getElementsByTagName('input')[2].type = 'radio'; nodeList.length is 3
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698