blob: 14b76fb07e76189306ffd148886617bec1cf0100 [file] [log] [blame]
<!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:vmpstr@chromium.org">
<style>
body {
background: pink;
}
#box {
background: green;
}
</style>
<span id=box>BOX</span>
</html>