summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/preserve-3d-flat-grouping-properties-containing-block-inline-ref.html
blob: 7ca006cc5de2b459aa5133af11618f7b6cb8195e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<meta charset="UTF-8">
<title>CSS Test Reference: transform-style: preserve-3d not being a containing block on inlines</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Google" href="http://www.google.com/">
<style>

body {
  margin: 0;
}

#ref {
  display: block;
  width: 50px;
  height: 50px;
  background: blue;
}

</style>

<span id="ref"></span>