| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>selection-of-shadowroot</title> | 4 <title>selection-of-shadowroot</title> |
| 5 <script src="../../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../../resources/js-test.js"></script> |
| 6 <script src="../../fast/dom/resources/event-sender-util.js"></script> | 6 <script src="../../fast/dom/resources/event-sender-util.js"></script> |
| 7 <script src="../../fast/dom/resources/shadow-test-driver.js"></script> | 7 <script src="../../fast/dom/resources/shadow-test-driver.js"></script> |
| 8 <script src="../../fast/dom/shadow/resources/shadow-dom-util.js"></script> | 8 <script src="../../fast/dom/shadow/resources/shadow-dom-util.js"></script> |
| 9 </head> | 9 </head> |
| 10 <body> | 10 <body> |
| 11 | 11 |
| 12 <div id="container"></div> | 12 <div id="container"></div> |
| 13 <pre id="console"></pre> | 13 <pre id="console"></pre> |
| 14 | 14 |
| 15 <script> | 15 <script> |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 window.getSelection().removeAllRanges(); | 123 window.getSelection().removeAllRanges(); |
| 124 | 124 |
| 125 while (container.firstChild) | 125 while (container.firstChild) |
| 126 container.removeChild(container.firstChild); | 126 container.removeChild(container.firstChild); |
| 127 | 127 |
| 128 var successfullyParsed = true; | 128 var successfullyParsed = true; |
| 129 </script> | 129 </script> |
| 130 </body> | 130 </body> |
| 131 | 131 |
| 132 </html> | 132 </html> |
| OLD | NEW |