Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-view-transitions
/
no-painting-while-render-blocked-ref.html
blob: 8c7ab1bc5ffee13ff74e7bf33532145180b50e70 [
file
] [
edit
]
<!DOCTYPE html>
<title>
View transitions: Rendering suppression prevents painting (ref)
</title>
<link
rel
=
"author"
href
=
"mailto:
[email protected]
"
>
<style>
#
target
{
width
:
200px
;
height
:
200px
;
background
:
green
;
}
</style>
<div
id
=
target
></div>