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

Side by Side Diff: LayoutTests/animations/interpolation/background-position-origin-interpolation-expected.txt

Issue 194733002: Web Animations: Use StringKeyframes for element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More comments 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: background-position from [center center] to [left 20px top 20px] was [50% 50%] at 0 2 PASS: background-position from [center center] to [left 20px top 20px] was [50% 50%] at 0
3 PASS: background-position from [center center] to [left 20px top 20px] was [calc (37.5% + 5px) calc(37.5% + 5px)] at 0.25 3 PASS: background-position from [center center] to [left 20px top 20px] was [calc (37.5% + 5px) calc(37.5% + 5px)] at 0.25
4 PASS: background-position from [center center] to [left 20px top 20px] was [calc (25% + 10px) calc(25% + 10px)] at 0.5 4 PASS: background-position from [center center] to [left 20px top 20px] was [calc (25% + 10px) calc(25% + 10px)] at 0.5
5 PASS: background-position from [center center] to [left 20px top 20px] was [calc (12.5% + 15px) calc(12.5% + 15px)] at 0.75 5 PASS: background-position from [center center] to [left 20px top 20px] was [calc (12.5% + 15px) calc(12.5% + 15px)] at 0.75
6 PASS: background-position from [center center] to [left 20px top 20px] was [20px 20px] at 1 6 PASS: background-position from [center center] to [left 20px top 20px] was [20px 20px] at 1
7 PASS: background-position from [center center] to [center top 20px] was [50% 50% ] at 0 7 PASS: background-position from [center center] to [center top 20px] was [50% 50% ] at 0
8 PASS: background-position from [center center] to [center top 20px] was [50% cal c(37.5% + 5px)] at 0.25 8 PASS: background-position from [center center] to [center top 20px] was [50% cal c(37.5% + 5px)] at 0.25
9 PASS: background-position from [center center] to [center top 20px] was [50% cal c(25% + 10px)] at 0.5 9 PASS: background-position from [center center] to [center top 20px] was [50% cal c(25% + 10px)] at 0.5
10 PASS: background-position from [center center] to [center top 20px] was [50% cal c(12.5% + 15px)] at 0.75 10 PASS: background-position from [center center] to [center top 20px] was [50% cal c(12.5% + 15px)] at 0.75
(...skipping 28 matching lines...) Expand all
39 PASS: background-position from [center center] to [center bottom 20px] was [50% calc(25% + ((100% - 20px) * 0.5))] at 0.5 39 PASS: background-position from [center center] to [center bottom 20px] was [50% calc(25% + ((100% - 20px) * 0.5))] at 0.5
40 PASS: background-position from [center center] to [center bottom 20px] was [50% calc(12.5% + ((100% - 20px) * 0.75))] at 0.75 40 PASS: background-position from [center center] to [center bottom 20px] was [50% calc(12.5% + ((100% - 20px) * 0.75))] at 0.75
41 PASS: background-position from [center center] to [center bottom 20px] was [50% calc(100% - 20px)] at 1 41 PASS: background-position from [center center] to [center bottom 20px] was [50% calc(100% - 20px)] at 1
42 PASS: background-position from [center center] to [right 20px bottom 20px] was [ 50% 50%] at 0 42 PASS: background-position from [center center] to [right 20px bottom 20px] was [ 50% 50%] at 0
43 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(37.5% + ((100% - 20px) * 0.25)) calc(37.5% + ((100% - 20px) * 0.25))] at 0. 25 43 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(37.5% + ((100% - 20px) * 0.25)) calc(37.5% + ((100% - 20px) * 0.25))] at 0. 25
44 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(25% + ((100% - 20px) * 0.5)) calc(25% + ((100% - 20px) * 0.5))] at 0.5 44 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(25% + ((100% - 20px) * 0.5)) calc(25% + ((100% - 20px) * 0.5))] at 0.5
45 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(12.5% + ((100% - 20px) * 0.75)) calc(12.5% + ((100% - 20px) * 0.75))] at 0. 75 45 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(12.5% + ((100% - 20px) * 0.75)) calc(12.5% + ((100% - 20px) * 0.75))] at 0. 75
46 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(100% - 20px) calc(100% - 20px)] at 1 46 PASS: background-position from [center center] to [right 20px bottom 20px] was [ calc(100% - 20px) calc(100% - 20px)] at 1
47 47
48 Web Animations API: 48 Web Animations API:
49 FAIL: backgroundPosition from [center center] to [left 20px top 20px] was [0% 0% ] at 0, expected [50% 50%] 49 PASS: backgroundPosition from [center center] to [left 20px top 20px] was [50% 5 0%] at 0
50 FAIL: backgroundPosition from [center center] to [left 20px top 20px] was [0% 0% ] at 0.25, expected [calc(37.5% + 5px) calc(37.5% + 5px)] 50 PASS: backgroundPosition from [center center] to [left 20px top 20px] was [calc( 37.5% + 5px) calc(37.5% + 5px)] at 0.25
51 FAIL: backgroundPosition from [center center] to [left 20px top 20px] was [0% 0% ] at 0.5, expected [calc(25% + 10px) calc(25% + 10px)] 51 PASS: backgroundPosition from [center center] to [left 20px top 20px] was [calc( 25% + 10px) calc(25% + 10px)] at 0.5
52 FAIL: backgroundPosition from [center center] to [left 20px top 20px] was [0% 0% ] at 0.75, expected [calc(12.5% + 15px) calc(12.5% + 15px)] 52 PASS: backgroundPosition from [center center] to [left 20px top 20px] was [calc( 12.5% + 15px) calc(12.5% + 15px)] at 0.75
53 FAIL: backgroundPosition from [center center] to [left 20px top 20px] was [0% 0% ] at 1, expected [20px 20px] 53 PASS: backgroundPosition from [center center] to [left 20px top 20px] was [20px 20px] at 1
54 FAIL: backgroundPosition from [center center] to [center top 20px] was [0% 0%] a t 0, expected [50% 50%] 54 PASS: backgroundPosition from [center center] to [center top 20px] was [50% 50%] at 0
55 FAIL: backgroundPosition from [center center] to [center top 20px] was [0% 0%] a t 0.25, expected [50% calc(37.5% + 5px)] 55 PASS: backgroundPosition from [center center] to [center top 20px] was [50% calc (37.5% + 5px)] at 0.25
56 FAIL: backgroundPosition from [center center] to [center top 20px] was [0% 0%] a t 0.5, expected [50% calc(25% + 10px)] 56 PASS: backgroundPosition from [center center] to [center top 20px] was [50% calc (25% + 10px)] at 0.5
57 FAIL: backgroundPosition from [center center] to [center top 20px] was [0% 0%] a t 0.75, expected [50% calc(12.5% + 15px)] 57 PASS: backgroundPosition from [center center] to [center top 20px] was [50% calc (12.5% + 15px)] at 0.75
58 FAIL: backgroundPosition from [center center] to [center top 20px] was [0% 0%] a t 1, expected [50% 20px] 58 PASS: backgroundPosition from [center center] to [center top 20px] was [50% 20px ] at 1
59 FAIL: backgroundPosition from [center center] to [right 20px top 20px] was [0% 0 %] at 0, expected [50% 50%] 59 PASS: backgroundPosition from [center center] to [right 20px top 20px] was [50% 50%] at 0
60 FAIL: backgroundPosition from [center center] to [right 20px top 20px] was [0% 0 %] at 0.25, expected [calc(37.5% + ((100% - 20px) * 0.25)) calc(37.5% + 5px)] 60 PASS: backgroundPosition from [center center] to [right 20px top 20px] was [calc (37.5% + ((100% - 20px) * 0.25)) calc(37.5% + 5px)] at 0.25
61 FAIL: backgroundPosition from [center center] to [right 20px top 20px] was [0% 0 %] at 0.5, expected [calc(25% + ((100% - 20px) * 0.5)) calc(25% + 10px)] 61 PASS: backgroundPosition from [center center] to [right 20px top 20px] was [calc (25% + ((100% - 20px) * 0.5)) calc(25% + 10px)] at 0.5
62 FAIL: backgroundPosition from [center center] to [right 20px top 20px] was [0% 0 %] at 0.75, expected [calc(12.5% + ((100% - 20px) * 0.75)) calc(12.5% + 15px)] 62 PASS: backgroundPosition from [center center] to [right 20px top 20px] was [calc (12.5% + ((100% - 20px) * 0.75)) calc(12.5% + 15px)] at 0.75
63 FAIL: backgroundPosition from [center center] to [right 20px top 20px] was [0% 0 %] at 1, expected [calc(100% - 20px) 20px] 63 PASS: backgroundPosition from [center center] to [right 20px top 20px] was [calc (100% - 20px) 20px] at 1
64 FAIL: backgroundPosition from [center center] to [left 20px center] was [0% 0%] at 0, expected [50% 50%] 64 PASS: backgroundPosition from [center center] to [left 20px center] was [50% 50% ] at 0
65 FAIL: backgroundPosition from [center center] to [left 20px center] was [0% 0%] at 0.25, expected [calc(37.5% + 5px) 50%] 65 PASS: backgroundPosition from [center center] to [left 20px center] was [calc(37 .5% + 5px) 50%] at 0.25
66 FAIL: backgroundPosition from [center center] to [left 20px center] was [0% 0%] at 0.5, expected [calc(25% + 10px) 50%] 66 PASS: backgroundPosition from [center center] to [left 20px center] was [calc(25 % + 10px) 50%] at 0.5
67 FAIL: backgroundPosition from [center center] to [left 20px center] was [0% 0%] at 0.75, expected [calc(12.5% + 15px) 50%] 67 PASS: backgroundPosition from [center center] to [left 20px center] was [calc(12 .5% + 15px) 50%] at 0.75
68 FAIL: backgroundPosition from [center center] to [left 20px center] was [0% 0%] at 1, expected [20px 50%] 68 PASS: backgroundPosition from [center center] to [left 20px center] was [20px 50 %] at 1
69 FAIL: backgroundPosition from [center center] to [center center] was [0% 0%] at 0, expected [50% 50%] 69 PASS: backgroundPosition from [center center] to [center center] was [50% 50%] a t 0
70 FAIL: backgroundPosition from [center center] to [center center] was [0% 0%] at 0.25, expected [50% 50%] 70 PASS: backgroundPosition from [center center] to [center center] was [50% 50%] a t 0.25
71 FAIL: backgroundPosition from [center center] to [center center] was [0% 0%] at 0.5, expected [50% 50%] 71 PASS: backgroundPosition from [center center] to [center center] was [50% 50%] a t 0.5
72 FAIL: backgroundPosition from [center center] to [center center] was [0% 0%] at 0.75, expected [50% 50%] 72 PASS: backgroundPosition from [center center] to [center center] was [50% 50%] a t 0.75
73 FAIL: backgroundPosition from [center center] to [center center] was [0% 0%] at 1, expected [50% 50%] 73 PASS: backgroundPosition from [center center] to [center center] was [50% 50%] a t 1
74 FAIL: backgroundPosition from [center center] to [right 20px center] was [0% 0%] at 0, expected [50% 50%] 74 PASS: backgroundPosition from [center center] to [right 20px center] was [50% 50 %] at 0
75 FAIL: backgroundPosition from [center center] to [right 20px center] was [0% 0%] at 0.25, expected [calc(37.5% + ((100% - 20px) * 0.25)) 50%] 75 PASS: backgroundPosition from [center center] to [right 20px center] was [calc(3 7.5% + ((100% - 20px) * 0.25)) 50%] at 0.25
76 FAIL: backgroundPosition from [center center] to [right 20px center] was [0% 0%] at 0.5, expected [calc(25% + ((100% - 20px) * 0.5)) 50%] 76 PASS: backgroundPosition from [center center] to [right 20px center] was [calc(2 5% + ((100% - 20px) * 0.5)) 50%] at 0.5
77 FAIL: backgroundPosition from [center center] to [right 20px center] was [0% 0%] at 0.75, expected [calc(12.5% + ((100% - 20px) * 0.75)) 50%] 77 PASS: backgroundPosition from [center center] to [right 20px center] was [calc(1 2.5% + ((100% - 20px) * 0.75)) 50%] at 0.75
78 FAIL: backgroundPosition from [center center] to [right 20px center] was [0% 0%] at 1, expected [calc(100% - 20px) 50%] 78 PASS: backgroundPosition from [center center] to [right 20px center] was [calc(1 00% - 20px) 50%] at 1
79 FAIL: backgroundPosition from [center center] to [left 20px bottom 20px] was [0% 0%] at 0, expected [50% 50%] 79 PASS: backgroundPosition from [center center] to [left 20px bottom 20px] was [50 % 50%] at 0
80 FAIL: backgroundPosition from [center center] to [left 20px bottom 20px] was [0% 0%] at 0.25, expected [calc(37.5% + 5px) calc(37.5% + ((100% - 20px) * 0.25))] 80 PASS: backgroundPosition from [center center] to [left 20px bottom 20px] was [ca lc(37.5% + 5px) calc(37.5% + ((100% - 20px) * 0.25))] at 0.25
81 FAIL: backgroundPosition from [center center] to [left 20px bottom 20px] was [0% 0%] at 0.5, expected [calc(25% + 10px) calc(25% + ((100% - 20px) * 0.5))] 81 PASS: backgroundPosition from [center center] to [left 20px bottom 20px] was [ca lc(25% + 10px) calc(25% + ((100% - 20px) * 0.5))] at 0.5
82 FAIL: backgroundPosition from [center center] to [left 20px bottom 20px] was [0% 0%] at 0.75, expected [calc(12.5% + 15px) calc(12.5% + ((100% - 20px) * 0.75))] 82 PASS: backgroundPosition from [center center] to [left 20px bottom 20px] was [ca lc(12.5% + 15px) calc(12.5% + ((100% - 20px) * 0.75))] at 0.75
83 FAIL: backgroundPosition from [center center] to [left 20px bottom 20px] was [0% 0%] at 1, expected [20px calc(100% - 20px)] 83 PASS: backgroundPosition from [center center] to [left 20px bottom 20px] was [20 px calc(100% - 20px)] at 1
84 FAIL: backgroundPosition from [center center] to [center bottom 20px] was [0% 0% ] at 0, expected [50% 50%] 84 PASS: backgroundPosition from [center center] to [center bottom 20px] was [50% 5 0%] at 0
85 FAIL: backgroundPosition from [center center] to [center bottom 20px] was [0% 0% ] at 0.25, expected [50% calc(37.5% + ((100% - 20px) * 0.25))] 85 PASS: backgroundPosition from [center center] to [center bottom 20px] was [50% c alc(37.5% + ((100% - 20px) * 0.25))] at 0.25
86 FAIL: backgroundPosition from [center center] to [center bottom 20px] was [0% 0% ] at 0.5, expected [50% calc(25% + ((100% - 20px) * 0.5))] 86 PASS: backgroundPosition from [center center] to [center bottom 20px] was [50% c alc(25% + ((100% - 20px) * 0.5))] at 0.5
87 FAIL: backgroundPosition from [center center] to [center bottom 20px] was [0% 0% ] at 0.75, expected [50% calc(12.5% + ((100% - 20px) * 0.75))] 87 PASS: backgroundPosition from [center center] to [center bottom 20px] was [50% c alc(12.5% + ((100% - 20px) * 0.75))] at 0.75
88 FAIL: backgroundPosition from [center center] to [center bottom 20px] was [0% 0% ] at 1, expected [50% calc(100% - 20px)] 88 PASS: backgroundPosition from [center center] to [center bottom 20px] was [50% c alc(100% - 20px)] at 1
89 FAIL: backgroundPosition from [center center] to [right 20px bottom 20px] was [0 % 0%] at 0, expected [50% 50%] 89 PASS: backgroundPosition from [center center] to [right 20px bottom 20px] was [5 0% 50%] at 0
90 FAIL: backgroundPosition from [center center] to [right 20px bottom 20px] was [0 % 0%] at 0.25, expected [calc(37.5% + ((100% - 20px) * 0.25)) calc(37.5% + ((100 % - 20px) * 0.25))] 90 PASS: backgroundPosition from [center center] to [right 20px bottom 20px] was [c alc(37.5% + ((100% - 20px) * 0.25)) calc(37.5% + ((100% - 20px) * 0.25))] at 0.2 5
91 FAIL: backgroundPosition from [center center] to [right 20px bottom 20px] was [0 % 0%] at 0.5, expected [calc(25% + ((100% - 20px) * 0.5)) calc(25% + ((100% - 20 px) * 0.5))] 91 PASS: backgroundPosition from [center center] to [right 20px bottom 20px] was [c alc(25% + ((100% - 20px) * 0.5)) calc(25% + ((100% - 20px) * 0.5))] at 0.5
92 FAIL: backgroundPosition from [center center] to [right 20px bottom 20px] was [0 % 0%] at 0.75, expected [calc(12.5% + ((100% - 20px) * 0.75)) calc(12.5% + ((100 % - 20px) * 0.75))] 92 PASS: backgroundPosition from [center center] to [right 20px bottom 20px] was [c alc(12.5% + ((100% - 20px) * 0.75)) calc(12.5% + ((100% - 20px) * 0.75))] at 0.7 5
93 FAIL: backgroundPosition from [center center] to [right 20px bottom 20px] was [0 % 0%] at 1, expected [calc(100% - 20px) calc(100% - 20px)] 93 PASS: backgroundPosition from [center center] to [right 20px bottom 20px] was [c alc(100% - 20px) calc(100% - 20px)] at 1
94 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698