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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt

Issue 2879063003: INPUT element: Stop saving/restoring values of input[type=hidden]. (Closed)
Patch Set: Created 3 years, 7 months 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: third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt
index 5de1b28797d458e3e8fee084bdb94c0895719c18..bcf2b40a4f1ea4df982617b11fa5c25bc482d5cd 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt
@@ -1,9 +1,9 @@
-Bug 77391 - Hidden form elements do not save their state prior to form submission
+webkit.org/b/77391 - Hidden form elements do not save their state prior to form submission; crbug.com/651822 - Stop to save state for hidden type.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.f.hidden.value is "after"
+PASS document.f.hidden.value is "before"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698