Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/svg/extensibility/foreignObject/compositing-backface-visibility.html
<!doctype HTML> <title>Basic backface-visibility compositing works.</title> <link rel="author" title="Chris Harrelson" href="chrishtr@chromium.org"> <link rel="match" href="compositing-backface-visibility-ref.html"> <link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/single-page.html#embedded-ForeignObjectElement"/> <style> * { backface-visibility: hidden } </style> <svg> <foreignObject> <div style="will-change: transform">Test</div> </foreignObject> </svg>
/svg/extensibility/foreignObject/compositing-backface-visibility-ref.html
<!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>