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

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

Issue 696123002: Revert of Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/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 a2f3867bb0038d2bc491d86b559d6887a3d3dcad..6aebc5837d6f21bfeea459b1a9b51ee9a9dd4957 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 @@
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();}, 100);
+ setTimeout(function() {document.getElementById('form1').submit();}, 0);
} else {
// Second visit.
makeForm(parent, '2', '2', '2', '2', '2', '2', '2', '2', '2');
« no previous file with comments | « LayoutTests/fast/css/counters/support/square-outline-32x32.png ('k') | LayoutTests/fast/images/alt-text-wrapping.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698