tor-browser

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

preserve-3d-flat-grouping-properties-containing-block-inline-ref.html (422B)


      1 <!DOCTYPE HTML>
      2 <meta charset="UTF-8">
      3 <title>CSS Test Reference: transform-style: preserve-3d not being a containing block on inlines</title>
      4 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      5 <link rel="author" title="Google" href="http://www.google.com/">
      6 <style>
      7 
      8 body {
      9  margin: 0;
     10 }
     11 
     12 #ref {
     13  display: block;
     14  width: 50px;
     15  height: 50px;
     16  background: blue;
     17 }
     18 
     19 </style>
     20 
     21 <span id="ref"></span>