Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Side by Side Diff: LayoutTests/animations/interpolation/webkit-transform-interpolation-expected.txt

Issue 212543003: CSS Transforms: Implement transform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CSS Animations: 1 CSS Animations:
2 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(300px)] at -1 2 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(300px)] at -1
3 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(400px)] at 0 3 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(400px)] at 0
4 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(425px)] at 0.25 4 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(425px)] at 0.25
5 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(475px)] at 0.75 5 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(475px)] at 0.75
6 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(500px)] at 1 6 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(500px)] at 1
7 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(600px)] at 2 7 PASS: -webkit-transform from [perspective(400px)] to [perspective(500px)] was [p erspective(600px)] at 2
8 PASS: -webkit-transform from [skewX(10rad) perspective(400px)] to [skewX(20rad) perspective(500px)] was [skewX(0rad) perspective(300px)] at -1 8 PASS: -webkit-transform from [skewX(10rad) perspective(400px)] to [skewX(20rad) perspective(500px)] was [skewX(0rad) perspective(300px)] at -1
9 PASS: -webkit-transform from [skewX(10rad) perspective(400px)] to [skewX(20rad) perspective(500px)] was [skewX(10rad) perspective(400px)] at 0 9 PASS: -webkit-transform from [skewX(10rad) perspective(400px)] to [skewX(20rad) perspective(500px)] was [skewX(10rad) perspective(400px)] at 0
10 PASS: -webkit-transform from [skewX(10rad) perspective(400px)] to [skewX(20rad) perspective(500px)] was [skewX(12.5rad) perspective(425px)] at 0.25 10 PASS: -webkit-transform from [skewX(10rad) perspective(400px)] to [skewX(20rad) perspective(500px)] was [skewX(12.5rad) perspective(425px)] at 0.25
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 FAIL: webkitTransform from [rotate(180deg)] to [none] was [none] at 0.75, expect ed [rotate(45deg)] (parsed as [matrix(0.71, 0.71, -0.71, 0.71, 0, 0)]) 571 FAIL: webkitTransform from [rotate(180deg)] to [none] was [none] at 0.75, expect ed [rotate(45deg)] (parsed as [matrix(0.71, 0.71, -0.71, 0.71, 0, 0)])
572 FAIL: webkitTransform from [rotate(180deg)] to [none] was [none] at 1, expected [rotate(0deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)]) 572 FAIL: webkitTransform from [rotate(180deg)] to [none] was [none] at 1, expected [rotate(0deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)])
573 FAIL: webkitTransform from [rotate(180deg)] to [none] was [none] at 2, expected [rotate(-180deg)] (parsed as [matrix(-1, 0, 0, -1, 0, 0)]) 573 FAIL: webkitTransform from [rotate(180deg)] to [none] was [none] at 2, expected [rotate(-180deg)] (parsed as [matrix(-1, 0, 0, -1, 0, 0)])
574 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at -1, expected [rotate(-360deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)]) 574 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at -1, expected [rotate(-360deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)])
575 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 0, expected [rotate(0deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)]) 575 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 0, expected [rotate(0deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)])
576 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 0.25, expect ed [rotate(90deg)] (parsed as [matrix(0, 1, -1, 0, 0, 0)]) 576 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 0.25, expect ed [rotate(90deg)] (parsed as [matrix(0, 1, -1, 0, 0, 0)])
577 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 0.75, expect ed [rotate(270deg)] (parsed as [matrix(0, -1, 1, 0, 0, 0)]) 577 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 0.75, expect ed [rotate(270deg)] (parsed as [matrix(0, -1, 1, 0, 0, 0)])
578 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 1, expected [rotate(360deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)]) 578 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 1, expected [rotate(360deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)])
579 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 2, expected [rotate(720deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)]) 579 FAIL: webkitTransform from [none] to [rotate(360deg)] was [none] at 2, expected [rotate(720deg)] (parsed as [matrix(1, 0, 0, 1, 0, 0)])
580 580
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698