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

Side by Side Diff: LayoutTests/virtual/web-animations-css/animations/interpolation/object-position-interpolation-expected.txt

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 years, 1 month 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
(Empty)
1 PASS: object-position from [50% 50%] to [100% 100%] was [35% 35%] at -0.3
2 PASS: object-position from [50% 50%] to [100% 100%] was [50% 50%] at 0
3 PASS: object-position from [50% 50%] to [100% 100%] was [75% 75%] at 0.5
4 PASS: object-position from [50% 50%] to [100% 100%] was [100% 100%] at 1
5 PASS: object-position from [50% 50%] to [100% 100%] was [125% 125%] at 1.5
6 PASS: object-position from [100px 200px] to [0px 0px] was [130px 260px] at -0.3
7 PASS: object-position from [100px 200px] to [0px 0px] was [100px 200px] at 0
8 PASS: object-position from [100px 200px] to [0px 0px] was [50px 100px] at 0.5
9 PASS: object-position from [100px 200px] to [0px 0px] was [0px 0px] at 1
10 PASS: object-position from [100px 200px] to [0px 0px] was [-50px -100px] at 1.5
11 PASS: object-position from [50% 100%] to [0px 0px] was [65% 130%] at -0.3
12 PASS: object-position from [50% 100%] to [0px 0px] was [50% 100%] at 0
13 PASS: object-position from [50% 100%] to [0px 0px] was [25% 50%] at 0.5
14 PASS: object-position from [50% 100%] to [0px 0px] was [0px 0px] at 1
15 PASS: object-position from [50% 100%] to [0px 0px] was [-25% -50%] at 1.5
16 PASS: object-position from [50% 100%] to [50px 100px] was [calc(65% + -15px) cal c(130% + -30px)] at -0.3
17 PASS: object-position from [50% 100%] to [50px 100px] was [50% 100%] at 0
18 PASS: object-position from [50% 100%] to [50px 100px] was [calc(25% + 25px) calc (50% + 50px)] at 0.5
19 PASS: object-position from [50% 100%] to [50px 100px] was [50px 100px] at 1
20 PASS: object-position from [50% 100%] to [50px 100px] was [calc(-25% + 75px) cal c(-50% + 150px)] at 1.5
21 PASS: object-position from [center] to [top right] was [35% 65%] at -0.3
22 PASS: object-position from [center] to [top right] was [50% 50%] at 0
23 PASS: object-position from [center] to [top right] was [75% 25%] at 0.5
24 PASS: object-position from [center] to [top right] was [100% 0%] at 1
25 PASS: object-position from [center] to [top right] was [125% -25%] at 1.5
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698