Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / webkit-perspective-expected.html
index 9b31e1c..a0f9c5b 100644 (file)
@@ -1,13 +1,18 @@
 <!DOCTYPE html>
 <style>
 #perspective {
-  -webkit-perspective: 35px;
+  -webkit-perspective: 150px;
+  height: 150px;
+  width: 150px;
+  margin: 50px;
+  padding: 10px;
 }
+
 #transform {
-  width: 100px;
-  height: 100px;
+  width: 150px;
+  height: 150px;
   background: blue;
-  -webkit-transform: rotateY(45deg);
+  transform: rotateY(45deg);
 }
 </style>
 <div id="perspective">