tor-browser

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

test_carets_iframe_scroll.html (291B)


      1 <!DOCTYPE html>
      2 <html>
      3  <title>Bug 1657256: Test select word, scroll up, and drag AccessibleCaret.</title>
      4  <style>
      5  :root {
      6    font: 16px/1.25 monospace;
      7  }
      8  </style>
      9 
     10  <iframe id="iframe" src="test_carets_iframe_scroll_inner.html" style="width: 6em; height: 8em;"></iframe>
     11 </html>