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

Side by Side Diff: LayoutTests/animations/interpolation/opacity-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: opacity from [0] to [1] was [0] at -0.3 2 PASS: opacity from [0] to [1] was [0] at -0.3
3 PASS: opacity from [0] to [1] was [0] at 0 3 PASS: opacity from [0] to [1] was [0] at 0
4 PASS: opacity from [0] to [1] was [0.3] at 0.3 4 PASS: opacity from [0] to [1] was [0.3] at 0.3
5 PASS: opacity from [0] to [1] was [0.6] at 0.6 5 PASS: opacity from [0] to [1] was [0.6] at 0.6
6 PASS: opacity from [0] to [1] was [1] at 1 6 PASS: opacity from [0] to [1] was [1] at 1
7 PASS: opacity from [0] to [1] was [1] at 1.5 7 PASS: opacity from [0] to [1] was [1] at 1.5
8 FAIL: opacity from [-2] to [-4] was [0] at -1.25, expected [0.5]
9 PASS: opacity from [-2] to [-4] was [0] at -0.3
10 PASS: opacity from [-2] to [-4] was [0] at 0
11 PASS: opacity from [-2] to [-4] was [0] at 0.3
12 PASS: opacity from [-2] to [-4] was [0] at 0.6
13 PASS: opacity from [-2] to [-4] was [0] at 1
14 PASS: opacity from [-2] to [-4] was [0] at 1.5
8 15
9 Web Animations API: 16 Web Animations API:
10 PASS: opacity from [0] to [1] was [0] at -0.3 17 PASS: opacity from [0] to [1] was [0] at -0.3
11 PASS: opacity from [0] to [1] was [0] at 0 18 PASS: opacity from [0] to [1] was [0] at 0
12 PASS: opacity from [0] to [1] was [0.3] at 0.3 19 PASS: opacity from [0] to [1] was [0.3] at 0.3
13 PASS: opacity from [0] to [1] was [0.6] at 0.6 20 PASS: opacity from [0] to [1] was [0.6] at 0.6
14 PASS: opacity from [0] to [1] was [1] at 1 21 PASS: opacity from [0] to [1] was [1] at 1
15 PASS: opacity from [0] to [1] was [1] at 1.5 22 PASS: opacity from [0] to [1] was [1] at 1.5
23 PASS: opacity from [-2] to [-4] was [0.5] at -1.25
24 PASS: opacity from [-2] to [-4] was [0] at -0.3
25 PASS: opacity from [-2] to [-4] was [0] at 0
26 PASS: opacity from [-2] to [-4] was [0] at 0.3
27 PASS: opacity from [-2] to [-4] was [0] at 0.6
28 PASS: opacity from [-2] to [-4] was [0] at 1
29 PASS: opacity from [-2] to [-4] was [0] at 1.5
16 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698