tor-browser

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

composited-inside-object.html (504B)


      1 <!doctype HTML>
      2 <title>Compositing inside a non-stacking-context object works.</title>
      3 <link rel="author" title="Chris Harrelson" href="chrishtr@chromium.org">
      4 <link rel="match" href="composited-inside-object-ref.html">
      5 <link rel="help" href="https://svgwg.org/svg2-draft/single-page.html#embedded-ForeignObjectElement"/>
      6 
      7 <object style="display: block; backface-visibility:hidden">
      8  <svg>
      9    <foreignObject>
     10      <div style="will-change: transform">Test</div>
     11    </foreignObject>
     12  </svg>
     13 </object>