tor-browser

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

fragmented-block-in-inline-with-perspective.html (483B)


      1 <!DOCTYPE html>
      2 <title>Perspective doesn't apply to non-atomic inlines</title>
      3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      4 <link rel="help" href="https://drafts.csswg.org/css-transforms-2/#perspective-property">
      5 <link rel="help" href="https://issues.chromium.org/issues/430688048">
      6 <div style="columns:2; column-fill:auto; height:100px;">
      7  <span style="perspective:1px;">
      8    <div style="anchor-name:--a; height:150px;"></div>
      9  </span>
     10 </div>