tor-browser

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

scrollbar-empty-001.html (545B)


      1 <!doctype html>
      2 <title>overflow-y: scroll on an empty element doesn't cause it to gain height</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow-y">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1365806">
      5 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      6 <link rel="author" title="Mozilla" href="https://mozilla.org">
      7 <link rel="match" href="/css/reference/blank.html">
      8 <style>
      9  div {
     10    background: red;
     11    overflow-y: scroll;
     12  }
     13 </style>
     14 <div></div>