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

Side by Side Diff: LayoutTests/animations/interpolation/z-index-interpolation-expected.txt

Issue 811993002: Animation: Implement DoubleStyleInterpolation in StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove shape image threshold test Created 5 years, 10 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
OLDNEW
1 CSS Animations: 1 CSS Animations:
2 PASS: z-index from [-5] to [5] was [-8] at -0.3 2 PASS: z-index from [-5] to [5] was [-8] at -0.3
3 PASS: z-index from [-5] to [5] was [-5] at 0 3 PASS: z-index from [-5] to [5] was [-5] at 0
4 PASS: z-index from [-5] to [5] was [-2] at 0.3 4 PASS: z-index from [-5] to [5] was [-2] at 0.3
5 PASS: z-index from [-5] to [5] was [1] at 0.6 5 PASS: z-index from [-5] to [5] was [1] at 0.6
6 PASS: z-index from [-5] to [5] was [5] at 1 6 PASS: z-index from [-5] to [5] was [5] at 1
7 PASS: z-index from [-5] to [5] was [10] at 1.5 7 PASS: z-index from [-5] to [5] was [10] at 1.5
8 PASS: z-index from [2] to [4] was [1] at -0.3
9 PASS: z-index from [2] to [4] was [2] at 0
10 PASS: z-index from [2] to [4] was [3] at 0.3
11 PASS: z-index from [2] to [4] was [3] at 0.6
12 PASS: z-index from [2] to [4] was [4] at 1
13 PASS: z-index from [2] to [4] was [5] at 1.5
14 PASS: z-index from [-2] to [-4] was [-1] at -0.3
15 PASS: z-index from [-2] to [-4] was [-2] at 0
16 PASS: z-index from [-2] to [-4] was [-2] at 0.1
17 PASS: z-index from [-2] to [-4] was [-3] at 0.3
18 PASS: z-index from [-2] to [-4] was [-3] at 0.6
19 PASS: z-index from [-2] to [-4] was [-4] at 1
20 PASS: z-index from [-2] to [-4] was [-5] at 1.5
8 21
9 Web Animations API: 22 Web Animations API:
10 PASS: zIndex from [-5] to [5] was [-8] at -0.3 23 PASS: zIndex from [-5] to [5] was [-8] at -0.3
11 PASS: zIndex from [-5] to [5] was [-5] at 0 24 PASS: zIndex from [-5] to [5] was [-5] at 0
12 PASS: zIndex from [-5] to [5] was [-2] at 0.3 25 PASS: zIndex from [-5] to [5] was [-2] at 0.3
13 PASS: zIndex from [-5] to [5] was [1] at 0.6 26 PASS: zIndex from [-5] to [5] was [1] at 0.6
14 PASS: zIndex from [-5] to [5] was [5] at 1 27 PASS: zIndex from [-5] to [5] was [5] at 1
15 PASS: zIndex from [-5] to [5] was [10] at 1.5 28 PASS: zIndex from [-5] to [5] was [10] at 1.5
29 PASS: zIndex from [2] to [4] was [1] at -0.3
30 PASS: zIndex from [2] to [4] was [2] at 0
31 PASS: zIndex from [2] to [4] was [3] at 0.3
32 PASS: zIndex from [2] to [4] was [3] at 0.6
33 PASS: zIndex from [2] to [4] was [4] at 1
34 PASS: zIndex from [2] to [4] was [5] at 1.5
35 PASS: zIndex from [-2] to [-4] was [-1] at -0.3
36 PASS: zIndex from [-2] to [-4] was [-2] at 0
37 PASS: zIndex from [-2] to [-4] was [-2] at 0.1
38 PASS: zIndex from [-2] to [-4] was [-3] at 0.3
39 PASS: zIndex from [-2] to [-4] was [-3] at 0.6
40 PASS: zIndex from [-2] to [-4] was [-4] at 1
41 PASS: zIndex from [-2] to [-4] was [-5] at 1.5
16 42
OLDNEW
« no previous file with comments | « LayoutTests/animations/interpolation/z-index-interpolation.html ('k') | Source/core/animation/DoubleStyleInterpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698