blob: 8b3c3b08af40ee08869366e5465adafb45d98bcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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>
</div>
|