Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>View transitions: reference expectation</title>
<style>
div {
position: relative;
left: 100px;
width: 100px;
height: 100px;
background: green;
}
</style>
<body>
<div></div>
</script>