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

Unified Diff: LayoutTests/fast/forms/checkbox-default-value-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/checkbox-default-value-expected.txt
diff --git a/LayoutTests/fast/forms/checkbox-default-value-expected.txt b/LayoutTests/fast/forms/checkbox-default-value-expected.txt
index 4c969fd8c8e277bee772b251915f9c89211bbe62..8253cdf5d74268c4b9aa494a662b32e87761fc1f 100644
--- a/LayoutTests/fast/forms/checkbox-default-value-expected.txt
+++ b/LayoutTests/fast/forms/checkbox-default-value-expected.txt
@@ -3,4 +3,7 @@ PASS el.setAttribute("value", "foo"); el.value is "foo"
PASS el.checked = true; el.value is "foo"
PASS el.removeAttribute("value"); el.value is "on"
PASS el.value = "foo"; el.getAttribute("value") is "foo"
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698