Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-transform-expected.txt
blob7aa07b4208c06c6b44236f68444ce70106e68b27
1 translate(80px, 90px) expected matrix(1, 0, 0, 1, 80, 90) : PASS
2 translate(10px, 50%) expected matrix(1, 0, 0, 1, 10, 60) : PASS
3 scale(1.2, 0.8) expected matrix(1.2, 0, 0, 0.8, 0, 0) : PASS
4 skew(-0.7rad, 20deg) expected matrix(1, 0.36397, -0.842288, 1, 0, 0) : PASS
5 rotate(45deg) expected matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0) : PASS