cross-shadow-boundary-select-root-ref.html (271B)
1 <!doctype html> 2 <html> 3 <body> 4 <div id="outerText">OuterText1</div> 5 <div>InnerText1</div> 6 <div>OuterText2</div> 7 <div id="host">InnerText2</div> 8 <script> 9 window.getSelection().setBaseAndExtent(outerText, 0, host, host.childNodes.length); 10 </script> 11 </body></html>