Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | |
| 1 <html> | 2 <html> |
| 2 <head> | |
| 3 <script src="../../js/resources/js-test-pre.js"></script> | 3 <script src="../../js/resources/js-test-pre.js"></script> |
| 4 </head> | |
| 5 <body> | 4 <body> |
| 5 <iframe src="resources/child-frame-with-import.html"></iframe> | |
| 6 <script> | 6 <script> |
| 7 worker = startWorker('../resources/async-operations.js'); | 7 window.jsTestIsAsync = true; |
| 8 </script> | 8 </script> |
| 9 <script src="../../js/resources/js-test-post.js"></script> | 9 <script src="../../js/resources/js-test-post.js"></script> |
| 10 </body> | 10 </body> |
| 11 </html> | 11 </html> |
| 12 | |
| OLD | NEW |