Revision d257e549b4793f0461a1898f71d150777f070de6 authored by ffxbld on 15 April 2015, 21:05:18 UTC, committed by ffxbld on 15 April 2015, 21:05:18 UTC
1 parent a361343
Raw File
824080-1-ref.html
<!DOCTYPE html>
<html>
<head>
  <script type="text/javascript">
    function doTest()
    {
      var editor = document.getElementById("editor");
      document.getSelection().selectAllChildren(document.body);
    }
  </script>
</head>
<body onload="doTest();">
<p>normal text</p>
<div id="editor">editable text</div>
</body>
</html>

back to top