Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/mutationobserver-replacechildren
/
.
/
css
/
css-view-transitions
/
nested
/
green-rect-ref.html
blob: 6d73024b615b64fa728dd4d2ab52394992ce9a96 [
file
] [
edit
]
<!doctype html>
<html>
<title>
Nested View Transitions: green rect (ref)
</title>
<link
rel
=
"help"
href
=
"https://drafts.csswg.org/css-view-transitions-2/"
>
<style>
div
{
width
:
100px
;
height
:
100px
;
background
:
green
;
}
</style>
<div></div>
</html>