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="../../fast/js/resources/js-test-pre.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> |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 shouldBe("treeScopes[4].getSelection().extentNode", "null"); | 120 shouldBe("treeScopes[4].getSelection().extentNode", "null"); |
121 debug(''); | 121 debug(''); |
122 | 122 |
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 <script src="../../fast/js/resources/js-test-post.js"></script> | |
131 </body> | 130 </body> |
132 | 131 |
133 </html> | 132 </html> |
OLD | NEW |