Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-view-transitions
/
nested
/
green-rect-ref.html
blob: 6d73024b615b64fa728dd4d2ab52394992ce9a96 [
file
] [
log
] [
blame
]
<!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>