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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden.html b/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden.html
index fadea1af92b17357b170843be9b13f87f2537571..9501fcf008b2694e7b1e8b657d4990865b19c4e7 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden.html
@@ -13,7 +13,7 @@
</form>
<script>
-description("Bug 77391 - Hidden form elements do not save their state prior to form submission");
+description("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.");
window.jsTestIsAsync = true;
@@ -30,7 +30,7 @@ function runTest() {
setTimeout(function() {document.f.submit();}, 0);
} else {
// Second visit.
- shouldBeEqualToString("document.f.hidden.value", "after");
+ shouldBeEqualToString("document.f.hidden.value", "before");
successfullyParsed = true;
finishJSTest();
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/state-restore-hidden-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698