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

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

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../../resources/js-test.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>
11 <form id="form1" action="data:text/html,&lt;script>history.back();&lt;/script>"> 11 <form id="form1" action="data:text/html,&lt;script>history.back();&lt;/script>">
12 <input type="submit"> 12 <input type="submit">
13 </form> 13 </form>
(...skipping 17 matching lines...) Expand all
31 frame$($('frame1'), 'input2').value = 'value2'; 31 frame$($('frame1'), 'input2').value = 'value2';
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 </body> 40 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/line-grid/line-snap-parsing.html ('k') | LayoutTests/fast/loader/hashchange-event-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698