tor-browser

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

preserve3d-containing-block-inline-001.html (499B)


      1 <!DOCTYPE HTML>
      2 <html style="columns: 1">
      3 <title>CSS Test (Transforms): preserve-3d, inlines, and being a containing block</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 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1226287">
      7 <meta name="assert" content="This should not crash.">
      8 
      9 <span style="transform-style: preserve-3d"><span style="position: absolute"></span></span>