tor-browser

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

large-scroll-margin-001.html (643B)


      1 <!DOCTYPE html>
      2 <title>Large scroll-margin-top</title>
      3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      4 <link rel="help" href="https://issues.chromium.org/issues/435221827">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="overflow:hidden; width:100px; height:100px; scroll-snap-type: y mandatory;">
      8  <div style="height:100px; background:green;"></div>
      9  <div style="scroll-snap-align: start end; height:12345674890px; scroll-margin-top:9223372036854775767px; background:red;"></div>
     10 </div>