tor-browser

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

compositing-backface-visibility.html (472B)


      1 <!doctype HTML>
      2 <title>Basic backface-visibility compositing works.</title>
      3 <link rel="author" title="Chris Harrelson" href="chrishtr@chromium.org">
      4 <link rel="match" href="compositing-backface-visibility-ref.html">
      5 <link rel="help" href="https://svgwg.org/svg2-draft/single-page.html#embedded-ForeignObjectElement"/>
      6 <style>
      7  * { backface-visibility: hidden }
      8 </style>
      9 <svg>
     10  <foreignObject>
     11    <div style="will-change: transform">Test</div>
     12  </foreignObject>
     13 </svg>