summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/preserve3d-pseudo-element-ref.html
blob: c8e68f55995d6280fad1c3f812c012babc0607b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<title>CSS Test: preserve-3d on pseudo elements</title>
<link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com">
<style>
div {
  width: 200px;
  height: 200px;
  background-color: green;
}
</style>
<div></div>