tor-browser

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

preserve3d-containing-br-001.html (509B)


      1 <!DOCTYPE html>
      2 <title>CSS Test (Transforms): preserve-3d containing a br</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=1275856">
      6 <link rel="help" href="https://drafts.csswg.org/css-transforms-2/#transform-style-property">
      7 <meta name="assert" content="This should not crash.">
      8 
      9 <div style="transform-style: preserve-3d">
     10  <br>
     11 </div>