tor-browser

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

preserve3d-containing-block-inline-002.html (473B)


      1 <!DOCTYPE HTML>
      2 <title>CSS Test (Transforms): preserve-3d, inlines, and being a containing block</title>
      3 <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      4 <link rel="author" title="Google" href="http://www.google.com/">
      5 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1226287">
      6 <meta name="assert" content="This should not crash.">
      7 
      8 <span style="transform-style: preserve-3d"><span style="position: absolute"></span></span>