diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/computed-transform-value.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/computed-transform-value.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,49 @@ + + + + + + Get Computed Transform + + + + + +

Testing transform computed style

+

All boxes are 200x200 pixels. When you click on an element, the computed transform style will be displayed below

+

Computed style for -webkit-transform displayed here

+ + +
+ scale(1.5, 0.75) +
+ +
+ rotate(30deg) +
+ +
+ translate(50px, 80px) +
+ +
+ translate(10px, 50px) scale(0.8) rotate(-10deg) +
+ + +