| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 </head> | 3 </head> |
| 4 <body> | 4 <body> |
| 5 Navigates a subframe and edits a field, then goes back and forward | 5 Navigates a subframe and edits a field, then goes back and forward |
| 6 to test if the field state is restored. | 6 to test if the field state is restored. |
| 7 <pre id="result">FAIL</pre> | 7 <pre id="result">FAIL</pre> |
| 8 | 8 |
| 9 <script> | 9 <script> |
| 10 | 10 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 testRunner.dumpAsText(); | 53 testRunner.dumpAsText(); |
| 54 testRunner.waitUntilDone(); | 54 testRunner.waitUntilDone(); |
| 55 } | 55 } |
| 56 clickLink(); | 56 clickLink(); |
| 57 } | 57 } |
| 58 | 58 |
| 59 </script> | 59 </script> |
| 60 | 60 |
| 61 <a href="resources/subframe-with-form.html" id="link" target="frame">Link</a> | 61 <a href="resources/subframe-with-form.html" id="link" target="frame">Link</a> |
| 62 <br> | 62 <br> |
| 63 <iframe id="frame" name="frame" src="resources/subframe.html" onload="frameLoade
d()"></iframe> | 63 <iframe id="frame" src="resources/subframe.html" onload="frameLoaded()"></iframe
> |
| 64 | 64 |
| 65 </body> | 65 </body> |
| 66 </html> | 66 </html> |
| OLD | NEW |