OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style type="text/css" media="screen"> | 3 <style type="text/css" media="screen"> |
4 #test1 { | 4 #test1 { |
5 width: 20px; | 5 width: 20px; |
6 height: 20px; | 6 height: 20px; |
7 background-color: blue; | 7 background-color: blue; |
8 position: relative; | 8 position: relative; |
9 -webkit-transform: translate(0); | 9 -webkit-transform: translate(0); |
10 // default transform and perspective origin | 10 // default transform and perspective origin |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 shouldBe("test1Style.webkitPerspectiveOrigin", "'10px 10px'"); | 96 shouldBe("test1Style.webkitPerspectiveOrigin", "'10px 10px'"); |
97 shouldBe("test2Style.webkitPerspectiveOrigin", "'10px 10px'"); | 97 shouldBe("test2Style.webkitPerspectiveOrigin", "'10px 10px'"); |
98 shouldBe("test3Style.webkitPerspectiveOrigin", "'0px 20px'"); | 98 shouldBe("test3Style.webkitPerspectiveOrigin", "'0px 20px'"); |
99 shouldBe("test4Style.webkitPerspectiveOrigin", "'5px 7px'"); | 99 shouldBe("test4Style.webkitPerspectiveOrigin", "'5px 7px'"); |
100 shouldBe("test5Style.webkitPerspectiveOrigin", "'15px 15px'"); | 100 shouldBe("test5Style.webkitPerspectiveOrigin", "'15px 15px'"); |
101 shouldBe("test6Style.webkitPerspectiveOrigin", "'50px 50px'"); | 101 shouldBe("test6Style.webkitPerspectiveOrigin", "'50px 50px'"); |
102 | 102 |
103 debug(""); | 103 debug(""); |
104 | 104 |
105 </script> | 105 </script> |
106 <script src="../../fast/js/resources/js-test-post.js"></script> | |
107 </body> | 106 </body> |
108 </html> | 107 </html> |
OLD | NEW |