chromium/third_party/blink/web_tests/paint/invalidation/document-canvas-remove-document-element.html

<!DOCTYPE html>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<body style="background: red">
<script>
runAfterLayoutAndPaint(() => {
  document.documentElement.remove();
}, true);
</script>
</body>