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

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

Issue 948583003: Use StringKeyframes to make CSS Animations responsive to style changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 9 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: 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] 8 PASS: opacity from [-2] to [-4] was [0.5] at -1.25
9 PASS: opacity from [-2] to [-4] was [0] at -0.3 9 PASS: opacity from [-2] to [-4] was [0] at -0.3
10 PASS: opacity from [-2] to [-4] was [0] at 0 10 PASS: opacity from [-2] to [-4] was [0] at 0
11 PASS: opacity from [-2] to [-4] was [0] at 0.3 11 PASS: opacity from [-2] to [-4] was [0] at 0.3
12 PASS: opacity from [-2] to [-4] was [0] at 0.6 12 PASS: opacity from [-2] to [-4] was [0] at 0.6
13 PASS: opacity from [-2] to [-4] was [0] at 1 13 PASS: opacity from [-2] to [-4] was [0] at 1
14 PASS: opacity from [-2] to [-4] was [0] at 1.5 14 PASS: opacity from [-2] to [-4] was [0] at 1.5
15 15
16 Web Animations API: 16 Web Animations API:
17 PASS: opacity from [0] to [1] was [0] at -0.3 17 PASS: opacity from [0] to [1] was [0] at -0.3
18 PASS: opacity from [0] to [1] was [0] at 0 18 PASS: opacity from [0] to [1] was [0] at 0
19 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
20 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
21 PASS: opacity from [0] to [1] was [1] at 1 21 PASS: opacity from [0] to [1] was [1] at 1
22 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 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 24 PASS: opacity from [-2] to [-4] was [0] at -0.3
25 PASS: opacity from [-2] to [-4] was [0] at 0 25 PASS: opacity from [-2] to [-4] was [0] at 0
26 PASS: opacity from [-2] to [-4] was [0] at 0.3 26 PASS: opacity from [-2] to [-4] was [0] at 0.3
27 PASS: opacity from [-2] to [-4] was [0] at 0.6 27 PASS: opacity from [-2] to [-4] was [0] at 0.6
28 PASS: opacity from [-2] to [-4] was [0] at 1 28 PASS: opacity from [-2] to [-4] was [0] at 1
29 PASS: opacity from [-2] to [-4] was [0] at 1.5 29 PASS: opacity from [-2] to [-4] was [0] at 1.5
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698