tor-browser

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

contain-layout-ignored-cases-no-principal-box-002-ref.html (641B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>CSS Reftest Reference</title>
      6  <link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
      7  <link rel="author" title="Morgan Rae Reschenberg" href="mailto:mreschenberg@berkeley.edu">
      8  <style>
      9  #a {
     10      display: contents;
     11      width: 100px;
     12      height: 100px;
     13      background: green;
     14      margin: 50px;
     15  }
     16 #b {
     17      position: absolute;
     18      top: 0;
     19      left: 0;
     20      width: 100px;
     21      height: 100px;
     22      background: green;
     23  }
     24  </style>
     25 </head>
     26 <body>
     27  <div id="a">
     28    <div>
     29      <div id="b"></div>
     30    </div>
     31  </div>
     32 </body>
     33 </html>