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

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

Powered by Google App Engine
This is Rietveld 408576698