blob: c1ac796855d8a7fc07c3d0439f9d486da81119de [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This tests selecting content starting in a shadow tree out to the document.<br>
To manually test, select "hello world" below by a mouse drag. WebKit should select the phrase.</p>
<div id="container">hello <div>world</div></div>
<script>
getSelection().selectAllChildren(container);
</script>
</body>
</html>