tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Selection_addRange_into_iframe_iframe.html (354B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <body>
      4 <div style="height: 3000px;">Spacer to check whether or not page was scrolled down to focused editor</div>
      5 <p>Here are two editors:</p>
      6 <div id="editor1" contenteditable>The first editor.</div>
      7 <div id="editor2" contenteditable>The second editor.</div>
      8 <div id="non-editor">The non-editable div.</div>
      9 </body>