| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |