<!DOCTYPE html>
<html>
<title>View transitions: capture elements with display inline (ref)</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:[email protected]">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
body {
background: pink;
font: 20px/1 Ahem;
}
#box {
background: green;
}
</style>
<span id=box>BOX</span>
</html>