1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>Perpsective Units
</title>
8 <style type=
"text/css" media=
"screen">
10 display: inline-block;
14 border:
1px solid black;
15 -webkit-perspective-origin: left top;
21 background-color: blue;
22 transform: rotateX(
45deg);
28 <p>-webkit-perspective should take units. All four should look qualitatively similar.
</p>
29 <div class=
"container" style=
"-webkit-perspective: 400">
34 <div class=
"container" style=
"-webkit-perspective: 400px">
39 <div class=
"container" style=
"-webkit-perspective: 300pt">
46 <div class=
"container" style=
"zoom: 2; -webkit-perspective: 400px">