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