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

Side by Side Diff: LayoutTests/fast/loader/form-state-restore-with-locked-back-forward-list.html

Issue 9617017: Merge 109480 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/loader/form-state-restore-with-locked-back-forward-list-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body onLoad="document.forms[0].submit();"> 3 <body onLoad="document.forms[0].submit();">
4 <form method=POST action="resources/form-state-restore-with-locked-back-forward- list-2.html"> 4 <form method=POST action="resources/form-state-restore-with-locked-back-forward- list-2.html">
5 <input name="TestName1" type="hidden" value="Bad1"> 5 <input name="TestName1" type="hidden" value="Bad1">
6 <input name="TestName2" type="hidden" value="Bad2"> 6 <input name="TestName2" type="hidden" value="Bad2">
7 </form> 7 </form>
8 <script> 8 <script>
9 if (window.layoutTestController) { 9 if (window.layoutTestController) {
10 layoutTestController.dumpAsText(); 10 layoutTestController.dumpAsText();
11 layoutTestController.waitUntilDone(); 11 layoutTestController.waitUntilDone();
12 } 12 }
13 </script> 13 </script>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/loader/form-state-restore-with-locked-back-forward-list-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698