Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<title>Nested View Transitions: green rect (ref)</title>
<style>
div {
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>
</html>