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

Unified Diff: LayoutTests/fast/forms/state-restore-to-non-edited-controls.html

Issue 481753002: Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years 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/state-restore-to-non-edited-controls.html
diff --git a/LayoutTests/fast/forms/state-restore-to-non-edited-controls.html b/LayoutTests/fast/forms/state-restore-to-non-edited-controls.html
index 6aebc5837d6f21bfeea459b1a9b51ee9a9dd4957..a2f3867bb0038d2bc491d86b559d6887a3d3dcad 100644
--- a/LayoutTests/fast/forms/state-restore-to-non-edited-controls.html
+++ b/LayoutTests/fast/forms/state-restore-to-non-edited-controls.html
@@ -40,7 +40,7 @@ function runTest()
document.getElementById('text1').value = 'edit';
// Submit form in a timeout to make sure that we create a new back/forward list item.
- setTimeout(function() {document.getElementById('form1').submit();}, 0);
+ setTimeout(function() {document.getElementById('form1').submit();}, 100);
} else {
// Second visit.
makeForm(parent, '2', '2', '2', '2', '2', '2', '2', '2', '2');

Powered by Google App Engine
This is Rietveld 408576698