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

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

Issue 1265873002: Add test coverage for interpolations using CSS wide keywords and neutral keyframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS This test uses interpolation-test.js. 2 PASS This test uses interpolation-test.js.
3 PASS CSS Transitions: property <background-position> from [] to [left 20px top 2 0px] at (0) is [10px 10px]
4 PASS CSS Transitions: property <background-position> from [] to [left 20px top 2 0px] at (0.25) is [12.5px 12.5px]
5 PASS CSS Transitions: property <background-position> from [] to [left 20px top 2 0px] at (0.5) is [15px 15px]
6 PASS CSS Transitions: property <background-position> from [] to [left 20px top 2 0px] at (0.75) is [17.5px 17.5px]
7 PASS CSS Transitions: property <background-position> from [] to [left 20px top 2 0px] at (1) is [20px 20px]
8 PASS CSS Transitions: property <background-position> from [initial] to [left 20p x top 20px] at (0) is [0% 0%]
9 PASS CSS Transitions: property <background-position> from [initial] to [left 20p x top 20px] at (0.25) is [5px 5px]
10 PASS CSS Transitions: property <background-position> from [initial] to [left 20p x top 20px] at (0.5) is [10px 10px]
11 PASS CSS Transitions: property <background-position> from [initial] to [left 20p x top 20px] at (0.75) is [15px 15px]
12 PASS CSS Transitions: property <background-position> from [initial] to [left 20p x top 20px] at (1) is [20px 20px]
13 PASS CSS Transitions: property <background-position> from [inherit] to [left 20p x top 20px] at (0) is [80px 80px]
14 PASS CSS Transitions: property <background-position> from [inherit] to [left 20p x top 20px] at (0.25) is [65px 65px]
15 PASS CSS Transitions: property <background-position> from [inherit] to [left 20p x top 20px] at (0.5) is [50px 50px]
16 PASS CSS Transitions: property <background-position> from [inherit] to [left 20p x top 20px] at (0.75) is [35px 35px]
17 PASS CSS Transitions: property <background-position> from [inherit] to [left 20p x top 20px] at (1) is [20px 20px]
18 PASS CSS Transitions: property <background-position> from [unset] to [left 20px top 20px] at (0) is [0% 0%]
19 PASS CSS Transitions: property <background-position> from [unset] to [left 20px top 20px] at (0.25) is [5px 5px]
20 PASS CSS Transitions: property <background-position> from [unset] to [left 20px top 20px] at (0.5) is [10px 10px]
21 PASS CSS Transitions: property <background-position> from [unset] to [left 20px top 20px] at (0.75) is [15px 15px]
22 PASS CSS Transitions: property <background-position> from [unset] to [left 20px top 20px] at (1) is [20px 20px]
3 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0) is [50% 50%] 23 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0) is [50% 50%]
4 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0.25) is [calc(5px + 37.5%) calc(5px + 37.5%)] 24 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0.25) is [calc(5px + 37.5%) calc(5px + 37.5%)]
5 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0.5) is [calc(10px + 25%) calc(10px + 25%)] 25 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0.5) is [calc(10px + 25%) calc(10px + 25%)]
6 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0.75) is [calc(15px + 12.5%) calc(15px + 12.5%)] 26 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (0.75) is [calc(15px + 12.5%) calc(15px + 12.5%)]
7 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (1) is [20px 20px] 27 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px top 20px] at (1) is [20px 20px]
8 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0) is [left 50% 50%] assert_equals: expected "50 % 50 % " but got "left 50 % 50 % " 28 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0) is [left 50% 50%] assert_equals: expected "left 50 % top 5 0 % " but got "left 50 % 50 % "
9 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0.25) is [left 50% calc(5px + 37.5%)] assert_equals: expected "50 % calc ( 5px + 37.5 % ) " but got "left 50 % calc ( 5px + 37.5 % ) " 29 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0.25) is [left 50% calc(5px + 37.5%)] assert_equals: expected "left 50 % top calc ( 5px + 37.5 % ) " but got "left 50 % calc ( 5px + 37.5 % ) "
10 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0.5) is [left 50% calc(10px + 25%)] assert_equals: expected " 50 % calc ( 10px + 25 % ) " but got "left 50 % calc ( 10px + 25 % ) " 30 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0.5) is [left 50% calc(10px + 25%)] assert_equals: expected " left 50 % top calc ( 10px + 25 % ) " but got "left 50 % calc ( 10px + 25 % ) "
11 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0.75) is [left 50% calc(15px + 12.5%)] assert_equals: expecte d "50 % calc ( 15px + 12.5 % ) " but got "left 50 % calc ( 15px + 12.5 % ) " 31 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (0.75) is [left 50% calc(15px + 12.5%)] assert_equals: expecte d "left 50 % top calc ( 15px + 12.5 % ) " but got "left 50 % calc ( 15px + 12.5 % ) "
12 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (1) is [left 50% 20px] assert_equals: expected "50 % 20px " bu t got "left 50 % 20px " 32 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter top 20px] at (1) is [left 50% 20px] assert_equals: expected "left 50 % top 20px " but got "left 50 % 20px "
13 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0) is [50% 50%] 33 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0) is [50% 50%]
14 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0.25) is [calc(-5px + 62.5%) calc(5px + 37.5%)] 34 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0.25) is [calc(-5px + 62.5%) calc(5px + 37.5%)]
15 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0.5) is [calc(-10px + 75%) calc(10px + 25%)] 35 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0.5) is [calc(-10px + 75%) calc(10px + 25%)]
16 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0.75) is [calc(-15px + 87.5%) calc(15px + 12.5%)] 36 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (0.75) is [calc(-15px + 87.5%) calc(15px + 12.5%)]
17 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (1) is [calc(-20px + 100%) 20px] 37 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px top 20px] at (1) is [calc(-20px + 100%) 20px]
18 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0) is [50% top 50%] assert_equals: expected "50 % 50 % " but got "50 % top 50 % " 38 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0) is [50% top 50%] assert_equals: expected "left 50 % top 5 0 % " but got "50 % top 50 % "
19 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0.25) is [calc(5px + 37.5%) top 50%] assert_equals: expected "calc ( 5px + 37.5 % ) 50 % " but got "calc ( 5px + 37.5 % ) top 50 % " 39 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0.25) is [calc(5px + 37.5%) top 50%] assert_equals: expected "left calc ( 5px + 37.5 % ) top 50 % " but got "calc ( 5px + 37.5 % ) top 50 % "
20 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0.5) is [calc(10px + 25%) top 50%] assert_equals: expected " calc ( 10px + 25 % ) 50 % " but got "calc ( 10px + 25 % ) top 50 % " 40 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0.5) is [calc(10px + 25%) top 50%] assert_equals: expected " left calc ( 10px + 25 % ) top 50 % " but got "calc ( 10px + 25 % ) top 50 % "
21 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0.75) is [calc(15px + 12.5%) top 50%] assert_equals: expecte d "calc ( 15px + 12.5 % ) 50 % " but got "calc ( 15px + 12.5 % ) top 50 % " 41 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (0.75) is [calc(15px + 12.5%) top 50%] assert_equals: expecte d "left calc ( 15px + 12.5 % ) top 50 % " but got "calc ( 15px + 12.5 % ) top 50 % "
22 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (1) is [20px top 50%] assert_equals: expected "20px 50 % " bu t got "20px top 50 % " 42 FAIL CSS Transitions: property <background-position> from [center center] to [le ft 20px center] at (1) is [20px top 50%] assert_equals: expected "left 20px top 50 % " but got "20px top 50 % "
23 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0) is [50% 50%] 43 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0) is [50% 50%]
24 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0.25) is [50% 50%] 44 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0.25) is [50% 50%]
25 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0.5) is [50% 50%] 45 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0.5) is [50% 50%]
26 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0.75) is [50% 50%] 46 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (0.75) is [50% 50%]
27 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (1) is [50% 50%] 47 PASS CSS Transitions: property <background-position> from [center center] to [ce nter center] at (1) is [50% 50%]
28 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0) is [50% top 50%] assert_equals: expected "50 % 50 % " bu t got "50 % top 50 % " 48 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0) is [50% top 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % top 50 % "
29 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0.25) is [calc(-5px + 62.5%) top 50%] assert_equals: expect ed "calc ( - 5px + 62.5 % ) 50 % " but got "calc ( - 5px + 62.5 % ) top 50 % " 49 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0.25) is [calc(-5px + 62.5%) top 50%] assert_equals: expect ed "left calc ( - 5px + 62.5 % ) top 50 % " but got "calc ( - 5px + 62.5 % ) top 50 % "
30 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0.5) is [calc(-10px + 75%) top 50%] assert_equals: expected "calc ( - 10px + 75 % ) 50 % " but got "calc ( - 10px + 75 % ) top 50 % " 50 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0.5) is [calc(-10px + 75%) top 50%] assert_equals: expected "left calc ( - 10px + 75 % ) top 50 % " but got "calc ( - 10px + 75 % ) top 50 % "
31 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0.75) is [calc(-15px + 87.5%) top 50%] assert_equals: expec ted "calc ( - 15px + 87.5 % ) 50 % " but got "calc ( - 15px + 87.5 % ) top 50 % " 51 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (0.75) is [calc(-15px + 87.5%) top 50%] assert_equals: expec ted "left calc ( - 15px + 87.5 % ) top 50 % " but got "calc ( - 15px + 87.5 % ) top 50 % "
32 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (1) is [calc(-20px + 100%) top 50%] assert_equals: expected "calc ( - 20px + 100 % ) 50 % " but got "calc ( - 20px + 100 % ) top 50 % " 52 FAIL CSS Transitions: property <background-position> from [center center] to [ri ght 20px center] at (1) is [calc(-20px + 100%) top 50%] assert_equals: expected "left calc ( - 20px + 100 % ) top 50 % " but got "calc ( - 20px + 100 % ) top 50 % "
33 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0) is [50% 50%] 53 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0) is [50% 50%]
34 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0.25) is [calc(5px + 37.5%) calc(-5px + 62.5%)] 54 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0.25) is [calc(5px + 37.5%) calc(-5px + 62.5%)]
35 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0.5) is [calc(10px + 25%) calc(-10px + 75%)] 55 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0.5) is [calc(10px + 25%) calc(-10px + 75%)]
36 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0.75) is [calc(15px + 12.5%) calc(-15px + 87.5%)] 56 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (0.75) is [calc(15px + 12.5%) calc(-15px + 87.5%)]
37 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (1) is [20px calc(-20px + 100%)] 57 PASS CSS Transitions: property <background-position> from [center center] to [le ft 20px bottom 20px] at (1) is [20px calc(-20px + 100%)]
38 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0) is [left 50% 50%] assert_equals: expected "50 % 50 % " but got "left 50 % 50 % " 58 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0) is [left 50% 50%] assert_equals: expected "left 50 % to p 50 % " but got "left 50 % 50 % "
39 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0.25) is [left 50% calc(-5px + 62.5%)] assert_equals: expe cted "50 % calc ( - 5px + 62.5 % ) " but got "left 50 % calc ( - 5px + 62.5 % ) " 59 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0.25) is [left 50% calc(-5px + 62.5%)] assert_equals: expe cted "left 50 % top calc ( - 5px + 62.5 % ) " but got "left 50 % calc ( - 5px + 62.5 % ) "
40 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0.5) is [left 50% calc(-10px + 75%)] assert_equals: expect ed "50 % calc ( - 10px + 75 % ) " but got "left 50 % calc ( - 10px + 75 % ) " 60 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0.5) is [left 50% calc(-10px + 75%)] assert_equals: expect ed "left 50 % top calc ( - 10px + 75 % ) " but got "left 50 % calc ( - 10px + 75 % ) "
41 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0.75) is [left 50% calc(-15px + 87.5%)] assert_equals: exp ected "50 % calc ( - 15px + 87.5 % ) " but got "left 50 % calc ( - 15px + 87.5 % ) " 61 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (0.75) is [left 50% calc(-15px + 87.5%)] assert_equals: exp ected "left 50 % top calc ( - 15px + 87.5 % ) " but got "left 50 % calc ( - 15px + 87.5 % ) "
42 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (1) is [left 50% calc(-20px + 100%)] assert_equals: expecte d "50 % calc ( - 20px + 100 % ) " but got "left 50 % calc ( - 20px + 100 % ) " 62 FAIL CSS Transitions: property <background-position> from [center center] to [ce nter bottom 20px] at (1) is [left 50% calc(-20px + 100%)] assert_equals: expecte d "left 50 % top calc ( - 20px + 100 % ) " but got "left 50 % calc ( - 20px + 10 0 % ) "
43 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0) is [50% 50%] 63 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0) is [50% 50%]
44 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0.25) is [calc(-5px + 62.5%) calc(-5px + 62.5%)] 64 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0.25) is [calc(-5px + 62.5%) calc(-5px + 62.5%)]
45 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0.5) is [calc(-10px + 75%) calc(-10px + 75%)] 65 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0.5) is [calc(-10px + 75%) calc(-10px + 75%)]
46 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0.75) is [calc(-15px + 87.5%) calc(-15px + 87.5%)] 66 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (0.75) is [calc(-15px + 87.5%) calc(-15px + 87.5%)]
47 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (1) is [calc(-20px + 100%) calc(-20px + 100%)] 67 PASS CSS Transitions: property <background-position> from [center center] to [ri ght 20px bottom 20px] at (1) is [calc(-20px + 100%) calc(-20px + 100%)]
68 PASS CSS Animations: property <background-position> from [] to [left 20px top 20 px] at (0) is [10px 10px]
69 PASS CSS Animations: property <background-position> from [] to [left 20px top 20 px] at (0.25) is [12.5px 12.5px]
70 PASS CSS Animations: property <background-position> from [] to [left 20px top 20 px] at (0.5) is [15px 15px]
71 PASS CSS Animations: property <background-position> from [] to [left 20px top 20 px] at (0.75) is [17.5px 17.5px]
72 PASS CSS Animations: property <background-position> from [] to [left 20px top 20 px] at (1) is [20px 20px]
73 PASS CSS Animations: property <background-position> from [initial] to [left 20px top 20px] at (0) is [0% 0%]
74 PASS CSS Animations: property <background-position> from [initial] to [left 20px top 20px] at (0.25) is [5px 5px]
75 PASS CSS Animations: property <background-position> from [initial] to [left 20px top 20px] at (0.5) is [10px 10px]
76 PASS CSS Animations: property <background-position> from [initial] to [left 20px top 20px] at (0.75) is [15px 15px]
77 PASS CSS Animations: property <background-position> from [initial] to [left 20px top 20px] at (1) is [20px 20px]
78 PASS CSS Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0) is [80px 80px]
79 PASS CSS Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0.25) is [65px 65px]
80 PASS CSS Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0.5) is [50px 50px]
81 PASS CSS Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0.75) is [35px 35px]
82 PASS CSS Animations: property <background-position> from [inherit] to [left 20px top 20px] at (1) is [20px 20px]
83 PASS CSS Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0) is [0% 0%]
84 PASS CSS Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0.25) is [5px 5px]
85 PASS CSS Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0.5) is [10px 10px]
86 PASS CSS Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0.75) is [15px 15px]
87 PASS CSS Animations: property <background-position> from [unset] to [left 20px t op 20px] at (1) is [20px 20px]
48 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0) is [50% 50%] 88 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0) is [50% 50%]
49 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.25) is [calc(5px + 37.5%) calc(5px + 37.5%)] 89 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.25) is [calc(5px + 37.5%) calc(5px + 37.5%)]
50 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.5) is [calc(10px + 25%) calc(10px + 25%)] 90 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.5) is [calc(10px + 25%) calc(10px + 25%)]
51 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.75) is [calc(15px + 12.5%) calc(15px + 12.5%)] 91 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.75) is [calc(15px + 12.5%) calc(15px + 12.5%)]
52 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (1) is [20px 20px] 92 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (1) is [20px 20px]
53 PASS CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0) is [50% 50%] 93 FAIL CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
54 PASS CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.25) is [50% calc(5px + 37.5%)] 94 FAIL CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.25) is [50% calc(5px + 37.5%)] assert_equals: expected "left 50 % top calc ( 5px + 37.5 % ) " but got "50 % calc ( 5px + 37.5 % ) "
55 PASS CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.5) is [50% calc(10px + 25%)] 95 FAIL CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.5) is [50% calc(10px + 25%)] assert_equals: expected "left 5 0 % top calc ( 10px + 25 % ) " but got "50 % calc ( 10px + 25 % ) "
56 PASS CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.75) is [50% calc(15px + 12.5%)] 96 FAIL CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.75) is [50% calc(15px + 12.5%)] assert_equals: expected "lef t 50 % top calc ( 15px + 12.5 % ) " but got "50 % calc ( 15px + 12.5 % ) "
57 PASS CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (1) is [50% 20px] 97 FAIL CSS Animations: property <background-position> from [center center] to [cen ter top 20px] at (1) is [50% 20px] assert_equals: expected "left 50 % top 20px " but got "50 % 20px "
58 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0) is [50% 50%] 98 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0) is [50% 50%]
59 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.25) is [calc(-5px + 62.5%) calc(5px + 37.5%)] 99 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.25) is [calc(-5px + 62.5%) calc(5px + 37.5%)]
60 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.5) is [calc(-10px + 75%) calc(10px + 25%)] 100 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.5) is [calc(-10px + 75%) calc(10px + 25%)]
61 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.75) is [calc(-15px + 87.5%) calc(15px + 12.5%)] 101 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.75) is [calc(-15px + 87.5%) calc(15px + 12.5%)]
62 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (1) is [calc(-20px + 100%) 20px] 102 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (1) is [calc(-20px + 100%) 20px]
63 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0) is [50% 50%] 103 FAIL CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
64 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0.25) is [calc(5px + 37.5%) 50%] 104 FAIL CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0.25) is [calc(5px + 37.5%) 50%] assert_equals: expected "lef t calc ( 5px + 37.5 % ) top 50 % " but got "calc ( 5px + 37.5 % ) 50 % "
65 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0.5) is [calc(10px + 25%) 50%] 105 FAIL CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0.5) is [calc(10px + 25%) 50%] assert_equals: expected "left calc ( 10px + 25 % ) top 50 % " but got "calc ( 10px + 25 % ) 50 % "
66 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0.75) is [calc(15px + 12.5%) 50%] 106 FAIL CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (0.75) is [calc(15px + 12.5%) 50%] assert_equals: expected "le ft calc ( 15px + 12.5 % ) top 50 % " but got "calc ( 15px + 12.5 % ) 50 % "
67 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (1) is [20px 50%] 107 FAIL CSS Animations: property <background-position> from [center center] to [lef t 20px center] at (1) is [20px 50%] assert_equals: expected "left 20px top 50 % " but got "20px 50 % "
68 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0) is [50% 50%] 108 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0) is [50% 50%]
69 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0.25) is [50% 50%] 109 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0.25) is [50% 50%]
70 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0.5) is [50% 50%] 110 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0.5) is [50% 50%]
71 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0.75) is [50% 50%] 111 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (0.75) is [50% 50%]
72 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (1) is [50% 50%] 112 PASS CSS Animations: property <background-position> from [center center] to [cen ter center] at (1) is [50% 50%]
73 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0) is [50% 50%] 113 FAIL CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
74 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.25) is [calc(-5px + 62.5%) 50%] 114 FAIL CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.25) is [calc(-5px + 62.5%) 50%] assert_equals: expected "l eft calc ( - 5px + 62.5 % ) top 50 % " but got "calc ( - 5px + 62.5 % ) 50 % "
75 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.5) is [calc(-10px + 75%) 50%] 115 FAIL CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.5) is [calc(-10px + 75%) 50%] assert_equals: expected "lef t calc ( - 10px + 75 % ) top 50 % " but got "calc ( - 10px + 75 % ) 50 % "
76 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.75) is [calc(-15px + 87.5%) 50%] 116 FAIL CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.75) is [calc(-15px + 87.5%) 50%] assert_equals: expected " left calc ( - 15px + 87.5 % ) top 50 % " but got "calc ( - 15px + 87.5 % ) 50 % "
77 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (1) is [calc(-20px + 100%) 50%] 117 FAIL CSS Animations: property <background-position> from [center center] to [rig ht 20px center] at (1) is [calc(-20px + 100%) 50%] assert_equals: expected "left calc ( - 20px + 100 % ) top 50 % " but got "calc ( - 20px + 100 % ) 50 % "
78 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0) is [50% 50%] 118 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0) is [50% 50%]
79 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.25) is [calc(5px + 37.5%) calc(-5px + 62.5%)] 119 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.25) is [calc(5px + 37.5%) calc(-5px + 62.5%)]
80 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.5) is [calc(10px + 25%) calc(-10px + 75%)] 120 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.5) is [calc(10px + 25%) calc(-10px + 75%)]
81 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.75) is [calc(15px + 12.5%) calc(-15px + 87.5%)] 121 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.75) is [calc(15px + 12.5%) calc(-15px + 87.5%)]
82 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (1) is [20px calc(-20px + 100%)] 122 PASS CSS Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (1) is [20px calc(-20px + 100%)]
83 PASS CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0) is [50% 50%] 123 FAIL CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
84 PASS CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.25) is [50% calc(-5px + 62.5%)] 124 FAIL CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.25) is [50% calc(-5px + 62.5%)] assert_equals: expected " left 50 % top calc ( - 5px + 62.5 % ) " but got "50 % calc ( - 5px + 62.5 % ) "
85 PASS CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.5) is [50% calc(-10px + 75%)] 125 FAIL CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.5) is [50% calc(-10px + 75%)] assert_equals: expected "le ft 50 % top calc ( - 10px + 75 % ) " but got "50 % calc ( - 10px + 75 % ) "
86 PASS CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.75) is [50% calc(-15px + 87.5%)] 126 FAIL CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.75) is [50% calc(-15px + 87.5%)] assert_equals: expected "left 50 % top calc ( - 15px + 87.5 % ) " but got "50 % calc ( - 15px + 87.5 % ) "
87 PASS CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (1) is [50% calc(-20px + 100%)] 127 FAIL CSS Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (1) is [50% calc(-20px + 100%)] assert_equals: expected "lef t 50 % top calc ( - 20px + 100 % ) " but got "50 % calc ( - 20px + 100 % ) "
88 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0) is [50% 50%] 128 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0) is [50% 50%]
89 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.25) is [calc(-5px + 62.5%) calc(-5px + 62.5%)] 129 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.25) is [calc(-5px + 62.5%) calc(-5px + 62.5%)]
90 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.5) is [calc(-10px + 75%) calc(-10px + 75%)] 130 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.5) is [calc(-10px + 75%) calc(-10px + 75%)]
91 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.75) is [calc(-15px + 87.5%) calc(-15px + 87.5%)] 131 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.75) is [calc(-15px + 87.5%) calc(-15px + 87.5%)]
92 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (1) is [calc(-20px + 100%) calc(-20px + 100%)] 132 PASS CSS Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (1) is [calc(-20px + 100%) calc(-20px + 100%)]
133 PASS Web Animations: property <background-position> from [initial] to [left 20px top 20px] at (0) is [0% 0%]
134 PASS Web Animations: property <background-position> from [initial] to [left 20px top 20px] at (0.25) is [5px 5px]
135 PASS Web Animations: property <background-position> from [initial] to [left 20px top 20px] at (0.5) is [10px 10px]
136 PASS Web Animations: property <background-position> from [initial] to [left 20px top 20px] at (0.75) is [15px 15px]
137 PASS Web Animations: property <background-position> from [initial] to [left 20px top 20px] at (1) is [20px 20px]
138 PASS Web Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0) is [80px 80px]
139 PASS Web Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0.25) is [65px 65px]
140 PASS Web Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0.5) is [50px 50px]
141 PASS Web Animations: property <background-position> from [inherit] to [left 20px top 20px] at (0.75) is [35px 35px]
142 PASS Web Animations: property <background-position> from [inherit] to [left 20px top 20px] at (1) is [20px 20px]
143 PASS Web Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0) is [0% 0%]
144 PASS Web Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0.25) is [5px 5px]
145 PASS Web Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0.5) is [10px 10px]
146 PASS Web Animations: property <background-position> from [unset] to [left 20px t op 20px] at (0.75) is [15px 15px]
147 PASS Web Animations: property <background-position> from [unset] to [left 20px t op 20px] at (1) is [20px 20px]
93 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0) is [50% 50%] 148 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0) is [50% 50%]
94 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.25) is [calc(5px + 37.5%) calc(5px + 37.5%)] 149 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.25) is [calc(5px + 37.5%) calc(5px + 37.5%)]
95 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.5) is [calc(10px + 25%) calc(10px + 25%)] 150 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.5) is [calc(10px + 25%) calc(10px + 25%)]
96 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.75) is [calc(15px + 12.5%) calc(15px + 12.5%)] 151 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (0.75) is [calc(15px + 12.5%) calc(15px + 12.5%)]
97 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (1) is [20px 20px] 152 PASS Web Animations: property <background-position> from [center center] to [lef t 20px top 20px] at (1) is [20px 20px]
98 PASS Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0) is [50% 50%] 153 FAIL Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
99 PASS Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.25) is [50% calc(5px + 37.5%)] 154 FAIL Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.25) is [50% calc(5px + 37.5%)] assert_equals: expected "left 50 % top calc ( 5px + 37.5 % ) " but got "50 % calc ( 5px + 37.5 % ) "
100 PASS Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.5) is [50% calc(10px + 25%)] 155 FAIL Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.5) is [50% calc(10px + 25%)] assert_equals: expected "left 5 0 % top calc ( 10px + 25 % ) " but got "50 % calc ( 10px + 25 % ) "
101 PASS Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.75) is [50% calc(15px + 12.5%)] 156 FAIL Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (0.75) is [50% calc(15px + 12.5%)] assert_equals: expected "lef t 50 % top calc ( 15px + 12.5 % ) " but got "50 % calc ( 15px + 12.5 % ) "
102 PASS Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (1) is [50% 20px] 157 FAIL Web Animations: property <background-position> from [center center] to [cen ter top 20px] at (1) is [50% 20px] assert_equals: expected "left 50 % top 20px " but got "50 % 20px "
103 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0) is [50% 50%] 158 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0) is [50% 50%]
104 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.25) is [calc(-5px + 62.5%) calc(5px + 37.5%)] 159 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.25) is [calc(-5px + 62.5%) calc(5px + 37.5%)]
105 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.5) is [calc(-10px + 75%) calc(10px + 25%)] 160 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.5) is [calc(-10px + 75%) calc(10px + 25%)]
106 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.75) is [calc(-15px + 87.5%) calc(15px + 12.5%)] 161 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (0.75) is [calc(-15px + 87.5%) calc(15px + 12.5%)]
107 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (1) is [calc(-20px + 100%) 20px] 162 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px top 20px] at (1) is [calc(-20px + 100%) 20px]
108 PASS Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0) is [50% 50%] 163 FAIL Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
109 PASS Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0.25) is [calc(5px + 37.5%) 50%] 164 FAIL Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0.25) is [calc(5px + 37.5%) 50%] assert_equals: expected "lef t calc ( 5px + 37.5 % ) top 50 % " but got "calc ( 5px + 37.5 % ) 50 % "
110 PASS Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0.5) is [calc(10px + 25%) 50%] 165 FAIL Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0.5) is [calc(10px + 25%) 50%] assert_equals: expected "left calc ( 10px + 25 % ) top 50 % " but got "calc ( 10px + 25 % ) 50 % "
111 PASS Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0.75) is [calc(15px + 12.5%) 50%] 166 FAIL Web Animations: property <background-position> from [center center] to [lef t 20px center] at (0.75) is [calc(15px + 12.5%) 50%] assert_equals: expected "le ft calc ( 15px + 12.5 % ) top 50 % " but got "calc ( 15px + 12.5 % ) 50 % "
112 PASS Web Animations: property <background-position> from [center center] to [lef t 20px center] at (1) is [20px 50%] 167 FAIL Web Animations: property <background-position> from [center center] to [lef t 20px center] at (1) is [20px 50%] assert_equals: expected "left 20px top 50 % " but got "20px 50 % "
113 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0) is [50% 50%] 168 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0) is [50% 50%]
114 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0.25) is [50% 50%] 169 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0.25) is [50% 50%]
115 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0.5) is [50% 50%] 170 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0.5) is [50% 50%]
116 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0.75) is [50% 50%] 171 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (0.75) is [50% 50%]
117 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (1) is [50% 50%] 172 PASS Web Animations: property <background-position> from [center center] to [cen ter center] at (1) is [50% 50%]
118 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0) is [50% 50%] 173 FAIL Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
119 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.25) is [calc(-5px + 62.5%) 50%] 174 FAIL Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.25) is [calc(-5px + 62.5%) 50%] assert_equals: expected "l eft calc ( - 5px + 62.5 % ) top 50 % " but got "calc ( - 5px + 62.5 % ) 50 % "
120 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.5) is [calc(-10px + 75%) 50%] 175 FAIL Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.5) is [calc(-10px + 75%) 50%] assert_equals: expected "lef t calc ( - 10px + 75 % ) top 50 % " but got "calc ( - 10px + 75 % ) 50 % "
121 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.75) is [calc(-15px + 87.5%) 50%] 176 FAIL Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (0.75) is [calc(-15px + 87.5%) 50%] assert_equals: expected " left calc ( - 15px + 87.5 % ) top 50 % " but got "calc ( - 15px + 87.5 % ) 50 % "
122 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (1) is [calc(-20px + 100%) 50%] 177 FAIL Web Animations: property <background-position> from [center center] to [rig ht 20px center] at (1) is [calc(-20px + 100%) 50%] assert_equals: expected "left calc ( - 20px + 100 % ) top 50 % " but got "calc ( - 20px + 100 % ) 50 % "
123 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0) is [50% 50%] 178 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0) is [50% 50%]
124 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.25) is [calc(5px + 37.5%) calc(-5px + 62.5%)] 179 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.25) is [calc(5px + 37.5%) calc(-5px + 62.5%)]
125 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.5) is [calc(10px + 25%) calc(-10px + 75%)] 180 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.5) is [calc(10px + 25%) calc(-10px + 75%)]
126 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.75) is [calc(15px + 12.5%) calc(-15px + 87.5%)] 181 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (0.75) is [calc(15px + 12.5%) calc(-15px + 87.5%)]
127 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (1) is [20px calc(-20px + 100%)] 182 PASS Web Animations: property <background-position> from [center center] to [lef t 20px bottom 20px] at (1) is [20px calc(-20px + 100%)]
128 PASS Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0) is [50% 50%] 183 FAIL Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0) is [50% 50%] assert_equals: expected "left 50 % top 50 % " but got "50 % 50 % "
129 PASS Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.25) is [50% calc(-5px + 62.5%)] 184 FAIL Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.25) is [50% calc(-5px + 62.5%)] assert_equals: expected " left 50 % top calc ( - 5px + 62.5 % ) " but got "50 % calc ( - 5px + 62.5 % ) "
130 PASS Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.5) is [50% calc(-10px + 75%)] 185 FAIL Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.5) is [50% calc(-10px + 75%)] assert_equals: expected "le ft 50 % top calc ( - 10px + 75 % ) " but got "50 % calc ( - 10px + 75 % ) "
131 PASS Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.75) is [50% calc(-15px + 87.5%)] 186 FAIL Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (0.75) is [50% calc(-15px + 87.5%)] assert_equals: expected "left 50 % top calc ( - 15px + 87.5 % ) " but got "50 % calc ( - 15px + 87.5 % ) "
132 PASS Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (1) is [50% calc(-20px + 100%)] 187 FAIL Web Animations: property <background-position> from [center center] to [cen ter bottom 20px] at (1) is [50% calc(-20px + 100%)] assert_equals: expected "lef t 50 % top calc ( - 20px + 100 % ) " but got "50 % calc ( - 20px + 100 % ) "
133 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0) is [50% 50%] 188 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0) is [50% 50%]
134 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.25) is [calc(-5px + 62.5%) calc(-5px + 62.5%)] 189 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.25) is [calc(-5px + 62.5%) calc(-5px + 62.5%)]
135 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.5) is [calc(-10px + 75%) calc(-10px + 75%)] 190 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.5) is [calc(-10px + 75%) calc(-10px + 75%)]
136 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.75) is [calc(-15px + 87.5%) calc(-15px + 87.5%)] 191 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (0.75) is [calc(-15px + 87.5%) calc(-15px + 87.5%)]
137 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (1) is [calc(-20px + 100%) calc(-20px + 100%)] 192 PASS Web Animations: property <background-position> from [center center] to [rig ht 20px bottom 20px] at (1) is [calc(-20px + 100%) calc(-20px + 100%)]
138 Harness: the test ran to completion. 193 Harness: the test ran to completion.
139 194
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698