select-text-and-invisible-br.html (244B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <link rel="match" href="select-text-ref.html"> 6 </head> 7 <body> 8 <div>ABC<br></div> 9 <script> 10 getSelection().selectAllChildren(document.querySelector("div")); 11 </script> 12 </body> 13 </html>