tor-browser

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

contain-size-scrollbars-001-ref.html (345B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Containment Test: Reference file</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <style>
      6 div {
      7  display: inline-block;
      8  border: solid thick;
      9  overflow: scroll;
     10 }
     11 </style>
     12 <p>This test passes if it has the same output as the reference.</p>
     13 <div></div>