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

Side by Side Diff: LayoutTests/fast/loader/form-state-restore-with-frames.html

Issue 10918017: Merge 126839 - REGRESSION(r109480): Form state for iframe content is not restored (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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-frames-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 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <meta http-equiv="pragma" content="no-cache"> 4 <meta http-equiv="pragma" content="no-cache">
5 <meta http-equiv="cache-control" content="no-cache"> 5 <meta http-equiv="cache-control" content="no-cache">
6 </head> 6 </head>
7 <body onload="startTest()"> 7 <body onload="startTest()">
8 <input name="name1" id="input1"> 8 <input name="name1" id="input1">
9 <iframe id="frame1" src="resources/form-state-restore-with-frames-1.html"> 9 <iframe id="frame1" src="resources/form-state-restore-with-frames-1.html">
10 </iframe> 10 </iframe>
(...skipping 21 matching lines...) Expand all
32 frame$(frame$($('frame1'), 'frame2'), 'input3').value = 'value3'; 32 frame$(frame$($('frame1'), 'frame2'), 'input3').value = 'value3';
33 $('form1').submit(); 33 $('form1').submit();
34 }, 0); 34 }, 0);
35 } 35 }
36 } 36 }
37 37
38 jsTestIsAsync = true; 38 jsTestIsAsync = true;
39 </script> 39 </script>
40 <script src="../js/resources/js-test-post.js"></script> 40 <script src="../js/resources/js-test-post.js"></script>
41 </body> 41 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/loader/form-state-restore-with-frames-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698