tor-browser

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

datetime-stacking-context.html (439B)


      1 <!doctype html>
      2 <title>Datetime input doesn't have stacking contexts inside</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-forms/"> <!-- a bit of a stretch but... -->
      4 <link rel="match" href="datetime-stacking-context-ref.html">
      5 <style>
      6  #cover {
      7    background: white;
      8    position: fixed;
      9    width: 100%;
     10    height: 200px;
     11    top: 0;
     12    border: 1px solid black;
     13  }
     14 </style>
     15 <div id="cover"></div>
     16 <input type=datetime>