summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-view-transitions/inline-element-size-ref.html
blob: 177594c870ceb2fabcf309ba5a8ff7e7553ca7a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<title>View transitions: capture elements with display inline (ref)</title>
<link rel="help" href="https://github.com/WICG/view-transitions">
<link rel="author" href="mailto:vmpstr@chromium.org">

<style>
body {
  background: pink;
}
#box {
  background: green;
}

</style>

<span id=box>BOX</span>

</html>