summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/extensibility/foreignObject/compositing-backface-visibility-ref.html
blob: 790e90c635042a21626bd885fe8b773312b8bfab (plain)
1
2
3
4
5
6
7
8
<!doctype HTML>
<title>Basic backface-visibility compositing works reference</title>
<link rel="author" title="Chris Harrelson" href="chrishtr@chromium.org">
<svg>
  <foreignObject>
    <div>Test</div>
  </foreignObject>
</svg>