tor-browser

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

scroll-to-text-fragment-from-browser-chrome-target.html (415B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <meta charset="UTF-8">
      5    <title>Scroll to a text fragment triggered by browser chrome (Bug 1904773)</title>
      6 </head>
      7 <body>
      8    <p>Some initial content...</p>
      9    <!-- Add a lot of content to ensure scrolling is needed -->
     10    <div style="height: 200vh;"></div>
     11    <p id="target">This is the text fragment to scroll to.</p>
     12    <div style="height: 200vh;"></div>
     13 </body>
     14 </html>