Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype HTML>
<title>Compositing inside a non-stacking-context object works.</title>
<link rel="author" title="Chris Harrelson" href="chrishtr@chromium.org">
<link rel="match" href="composited-inside-object-ref.html">
<object style="display: block; backface-visibility:hidden">
<svg>
<foreignObject>
<div style="will-change: transform">Test</div>
</foreignObject>
</svg>
</object>