Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../../resources/js-test.js"></script> | 3 <script src="../../../resources/js-test.js"></script> |
| 4 <script> | 4 <script> |
| 5 description("Document.write should be ignored in imports"); | 5 description("Document.write should be ignored in imports"); |
| 6 jsTestIsAsync = true; | 6 jsTestIsAsync = true; |
| 7 window.addEventListener("load", function() { finishJSTest(); }); | |
| 7 </script> | 8 </script> |
| 8 <link rel="import" href="resources/script-document-write.html"> | 9 <link rel="import" href="resources/script-document-write.html"> |
| 9 </head> | 10 </head> |
| 10 <body> | 11 <body> |
| 11 </body> | 12 </body> |
| OLD | NEW |