Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
third_party
/
blink
/
web_tests
/
paint
/
invalidation
/
document-canvas-remove-document-element.html
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>