Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<title>View transitions: capture elements with display inline (ref)</title>
<link rel="author" href="mailto:vmpstr@chromium.org">
<style>
body {
background: pink;
}
#box {
background: green;
}
</style>
<span id=box>BOX</span>
</html>