summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/extensibility/foreignObject/composited-inside-object-ref.html
blob: 079662bc745689e576fca029074fd8cfee987664 (plain)
1
2
3
4
5
6
7
8
9
<!doctype HTML>
<title>Compositing inside a non-stacking-context object works reference</title>
<object style="display: block; backface-visibility:hidden">
  <svg>
    <foreignObject>
      <div>Test</div>
    </foreignObject>
  </svg>
</object>