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

Side by Side Diff: LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt

Issue 962763003: Use Length for the stroke-dashoffset property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make font-size explicit. 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: stroke-dashoffset from [-10px] to [10px] was [-15px] at -0.25 2 PASS: stroke-dashoffset from [-10px] to [10px] was [-15px] at -0.25
3 PASS: stroke-dashoffset from [-10px] to [10px] was [-10px] at 0 3 PASS: stroke-dashoffset from [-10px] to [10px] was [-10px] at 0
4 PASS: stroke-dashoffset from [-10px] to [10px] was [-5px] at 0.25 4 PASS: stroke-dashoffset from [-10px] to [10px] was [-5px] at 0.25
5 PASS: stroke-dashoffset from [-10px] to [10px] was [0px] at 0.5 5 PASS: stroke-dashoffset from [-10px] to [10px] was [0px] at 0.5
6 PASS: stroke-dashoffset from [-10px] to [10px] was [5px] at 0.75 6 PASS: stroke-dashoffset from [-10px] to [10px] was [5px] at 0.75
7 PASS: stroke-dashoffset from [-10px] to [10px] was [10px] at 1 7 PASS: stroke-dashoffset from [-10px] to [10px] was [10px] at 1
8 PASS: stroke-dashoffset from [-10px] to [10px] was [15px] at 1.25 8 PASS: stroke-dashoffset from [-10px] to [10px] was [15px] at 1.25
9 PASS: stroke-dashoffset from [-20px] to [30em] was [-20px] at -0.25 9 PASS: stroke-dashoffset from [-20px] to [30em] was [-145px] at -0.25
10 PASS: stroke-dashoffset from [-20px] to [30em] was [-20px] at 0 10 PASS: stroke-dashoffset from [-20px] to [30em] was [-20px] at 0
11 PASS: stroke-dashoffset from [-20px] to [30em] was [-20px] at 0.25 11 PASS: stroke-dashoffset from [-20px] to [30em] was [105px] at 0.25
12 PASS: stroke-dashoffset from [-20px] to [30em] was [30em] at 0.5 12 PASS: stroke-dashoffset from [-20px] to [30em] was [230px] at 0.5
13 PASS: stroke-dashoffset from [-20px] to [30em] was [30em] at 0.75 13 PASS: stroke-dashoffset from [-20px] to [30em] was [355px] at 0.75
14 PASS: stroke-dashoffset from [-20px] to [30em] was [30em] at 1 14 PASS: stroke-dashoffset from [-20px] to [30em] was [30em] at 1
15 PASS: stroke-dashoffset from [-20px] to [30em] was [30em] at 1.25 15 PASS: stroke-dashoffset from [-20px] to [30em] was [605px] at 1.25
16 PASS: stroke-dashoffset from [inherit] to [140px] was [90px] at -0.25 16 PASS: stroke-dashoffset from [inherit] to [140px] was [90px] at -0.25
17 PASS: stroke-dashoffset from [inherit] to [140px] was [100px] at 0 17 PASS: stroke-dashoffset from [inherit] to [140px] was [100px] at 0
18 PASS: stroke-dashoffset from [inherit] to [140px] was [110px] at 0.25 18 PASS: stroke-dashoffset from [inherit] to [140px] was [110px] at 0.25
19 PASS: stroke-dashoffset from [inherit] to [140px] was [120px] at 0.5 19 PASS: stroke-dashoffset from [inherit] to [140px] was [120px] at 0.5
20 PASS: stroke-dashoffset from [inherit] to [140px] was [130px] at 0.75 20 PASS: stroke-dashoffset from [inherit] to [140px] was [130px] at 0.75
21 PASS: stroke-dashoffset from [inherit] to [140px] was [140px] at 1 21 PASS: stroke-dashoffset from [inherit] to [140px] was [140px] at 1
22 PASS: stroke-dashoffset from [inherit] to [140px] was [150px] at 1.25 22 PASS: stroke-dashoffset from [inherit] to [140px] was [150px] at 1.25
23 23
24 Web Animations API: 24 Web Animations API:
25 PASS: strokeDashoffset from [-10px] to [10px] was [-15px] at -0.25 25 PASS: strokeDashoffset from [-10px] to [10px] was [-15px] at -0.25
26 PASS: strokeDashoffset from [-10px] to [10px] was [-10px] at 0 26 PASS: strokeDashoffset from [-10px] to [10px] was [-10px] at 0
27 PASS: strokeDashoffset from [-10px] to [10px] was [-5px] at 0.25 27 PASS: strokeDashoffset from [-10px] to [10px] was [-5px] at 0.25
28 PASS: strokeDashoffset from [-10px] to [10px] was [0px] at 0.5 28 PASS: strokeDashoffset from [-10px] to [10px] was [0px] at 0.5
29 PASS: strokeDashoffset from [-10px] to [10px] was [5px] at 0.75 29 PASS: strokeDashoffset from [-10px] to [10px] was [5px] at 0.75
30 PASS: strokeDashoffset from [-10px] to [10px] was [10px] at 1 30 PASS: strokeDashoffset from [-10px] to [10px] was [10px] at 1
31 PASS: strokeDashoffset from [-10px] to [10px] was [15px] at 1.25 31 PASS: strokeDashoffset from [-10px] to [10px] was [15px] at 1.25
32 PASS: strokeDashoffset from [-20px] to [30em] was [-20px] at -0.25 32 PASS: strokeDashoffset from [-20px] to [30em] was [-145px] at -0.25
33 PASS: strokeDashoffset from [-20px] to [30em] was [-20px] at 0 33 PASS: strokeDashoffset from [-20px] to [30em] was [-20px] at 0
34 PASS: strokeDashoffset from [-20px] to [30em] was [-20px] at 0.25 34 PASS: strokeDashoffset from [-20px] to [30em] was [105px] at 0.25
35 PASS: strokeDashoffset from [-20px] to [30em] was [30em] at 0.5 35 PASS: strokeDashoffset from [-20px] to [30em] was [230px] at 0.5
36 PASS: strokeDashoffset from [-20px] to [30em] was [30em] at 0.75 36 PASS: strokeDashoffset from [-20px] to [30em] was [355px] at 0.75
37 PASS: strokeDashoffset from [-20px] to [30em] was [30em] at 1 37 PASS: strokeDashoffset from [-20px] to [30em] was [30em] at 1
38 PASS: strokeDashoffset from [-20px] to [30em] was [30em] at 1.25 38 PASS: strokeDashoffset from [-20px] to [30em] was [605px] at 1.25
39 PASS: strokeDashoffset from [inherit] to [140px] was [90px] at -0.25 39 PASS: strokeDashoffset from [inherit] to [140px] was [90px] at -0.25
40 PASS: strokeDashoffset from [inherit] to [140px] was [100px] at 0 40 PASS: strokeDashoffset from [inherit] to [140px] was [100px] at 0
41 PASS: strokeDashoffset from [inherit] to [140px] was [110px] at 0.25 41 PASS: strokeDashoffset from [inherit] to [140px] was [110px] at 0.25
42 PASS: strokeDashoffset from [inherit] to [140px] was [120px] at 0.5 42 PASS: strokeDashoffset from [inherit] to [140px] was [120px] at 0.5
43 PASS: strokeDashoffset from [inherit] to [140px] was [130px] at 0.75 43 PASS: strokeDashoffset from [inherit] to [140px] was [130px] at 0.75
44 PASS: strokeDashoffset from [inherit] to [140px] was [140px] at 1 44 PASS: strokeDashoffset from [inherit] to [140px] was [140px] at 1
45 PASS: strokeDashoffset from [inherit] to [140px] was [150px] at 1.25 45 PASS: strokeDashoffset from [inherit] to [140px] was [150px] at 1.25
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698