Status: FAIL | Duration: 45ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-backgrounds/document-canvas-remove-body.html
<!DOCTYPE html> <html class="reftest-wait"> <script src="/common/reftest-wait.js"></script> <script src="/common/rendering-utils.js"></script> <link rel="help" href="https://www.w3.org/TR/css-backgrounds-3/#body-background"> <link rel="match" href="document-canvas-remove-body-ref.html"> <body style="background: red"></body> <script> waitForAtLeastOneFrame().then(() => { document.body.remove(); takeScreenshot(); }); </script> </html>
/css/css-backgrounds/document-canvas-remove-body-ref.html
<!DOCTYPE html> <!-- intentionally empty -->