Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../../../resources/testharness.js"></script> | |
| 3 <script src="../../../resources/testharnessreport.js"></script> | |
| 4 <link id="importLink" rel="import" href="dummy.html"> | |
| 5 <script> | |
| 6 test(() => { | |
| 7 document.head.appendChild(importLink.cloneNode()); | |
| 8 }, "Cloning and appending the loading import should not crash."); | |
| 9 </script> | |
| OLD | NEW |