summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/extensibility/foreignObject/composited-inside-object.html
blob: caa613bb46d35aeb72b18866c67c08b4e41b926d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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">
<link rel="help" href="https://svgwg.org/svg2-draft/single-page.html#embedded-ForeignObjectElement"/>

<object style="display: block; backface-visibility:hidden">
  <svg>
    <foreignObject>
      <div style="will-change: transform">Test</div>
    </foreignObject>
  </svg>
</object>