OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../../resources/js-test.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <p id="description"></p> | 7 <p id="description"></p> |
8 <pre id="console"></pre> | 8 <pre id="console"></pre> |
9 | 9 |
10 <iframe src="data:text/plain,iframe1" id="iframe1"></iframe> | 10 <iframe src="data:text/plain,iframe1" id="iframe1"></iframe> |
11 <iframe src="data:text/plain,iframe2" id="iframe2"></iframe> | 11 <iframe src="data:text/plain,iframe2" id="iframe2"></iframe> |
12 | 12 |
13 <script> | 13 <script> |
14 var wentBack = false; | 14 var wentBack = false; |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 debug('removing iframe2'); | 56 debug('removing iframe2'); |
57 document.body.removeChild(document.getElementById('iframe2')); | 57 document.body.removeChild(document.getElementById('iframe2')); |
58 | 58 |
59 debug('navigating to #newState'); | 59 debug('navigating to #newState'); |
60 window.location.href = '#newState'; | 60 window.location.href = '#newState'; |
61 } | 61 } |
62 var jsTestIsAsync = true; | 62 var jsTestIsAsync = true; |
63 </script> | 63 </script> |
64 </body> | 64 </body> |
65 </html> | 65 </html> |
OLD | NEW |