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

Side by Side Diff: LayoutTests/fast/loader/resources/form-state-restore-with-locked-back-forward-list-2.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
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="GET" action="form-state-restore-with-locked-back-forward-list-3.ht ml"> 4 <form method="GET" action="form-state-restore-with-locked-back-forward-list-3.ht ml">
5 <input name="TestName1" type="hidden" value="Ok1"> 5 <input name="TestName1" type="hidden" value="Ok1">
6 <input name="TestName2" type="hidden" value="Ok2"> 6 <input name="TestName2" type="hidden" value="Ok2">
7 </form> 7 </form>
8 </body> 8 </body>
9 </html> 9 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698