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

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

Issue 767593002: Handle interpolation of SVG <paint> 'currentColor' w/ Web/CSS Animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 from [orange] to [blue] was [#ffe700] at -0.4 2 PASS: stroke from [orange] to [blue] was [#ffe700] at -0.4
3 PASS: stroke from [orange] to [blue] was [orange] at 0 3 PASS: stroke from [orange] to [blue] was [orange] at 0
4 PASS: stroke from [orange] to [blue] was [#cc8433] at 0.2 4 PASS: stroke from [orange] to [blue] was [#cc8433] at 0.2
5 PASS: stroke from [orange] to [blue] was [#664299] at 0.6 5 PASS: stroke from [orange] to [blue] was [#664299] at 0.6
6 PASS: stroke from [orange] to [blue] was [blue] at 1 6 PASS: stroke from [orange] to [blue] was [blue] at 1
7 PASS: stroke from [orange] to [blue] was [blue] at 1.5 7 PASS: stroke from [orange] to [blue] was [blue] at 1.5
8 PASS: stroke from [orange] to [currentColor] was [orange] at 0
9 PASS: stroke from [orange] to [currentColor] was [#cc8433] at 0.2
10 PASS: stroke from [orange] to [currentColor] was [#664299] at 0.6
11 PASS: stroke from [orange] to [currentColor] was [blue] at 1
12 PASS: stroke from [currentColor] to [orange] was [blue] at 0
13 PASS: stroke from [currentColor] to [orange] was [#3321cc] at 0.2
14 PASS: stroke from [currentColor] to [orange] was [#996366] at 0.6
15 PASS: stroke from [currentColor] to [orange] was [orange] at 1
8 PASS: stroke from [orange] to [url(#gradient)] was [orange] at 0.2 16 PASS: stroke from [orange] to [url(#gradient)] was [orange] at 0.2
9 PASS: stroke from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6 17 PASS: stroke from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6
10 18
11 Web Animations API: 19 Web Animations API:
12 PASS: stroke from [orange] to [blue] was [#ffe700] at -0.4 20 PASS: stroke from [orange] to [blue] was [#ffe700] at -0.4
13 PASS: stroke from [orange] to [blue] was [orange] at 0 21 PASS: stroke from [orange] to [blue] was [orange] at 0
14 PASS: stroke from [orange] to [blue] was [#cc8433] at 0.2 22 PASS: stroke from [orange] to [blue] was [#cc8433] at 0.2
15 PASS: stroke from [orange] to [blue] was [#664299] at 0.6 23 PASS: stroke from [orange] to [blue] was [#664299] at 0.6
16 PASS: stroke from [orange] to [blue] was [blue] at 1 24 PASS: stroke from [orange] to [blue] was [blue] at 1
17 PASS: stroke from [orange] to [blue] was [blue] at 1.5 25 PASS: stroke from [orange] to [blue] was [blue] at 1.5
26 PASS: stroke from [orange] to [currentColor] was [orange] at 0
27 PASS: stroke from [orange] to [currentColor] was [#cc8433] at 0.2
28 PASS: stroke from [orange] to [currentColor] was [#664299] at 0.6
29 PASS: stroke from [orange] to [currentColor] was [blue] at 1
30 PASS: stroke from [currentColor] to [orange] was [blue] at 0
31 PASS: stroke from [currentColor] to [orange] was [#3321cc] at 0.2
32 PASS: stroke from [currentColor] to [orange] was [#996366] at 0.6
33 PASS: stroke from [currentColor] to [orange] was [orange] at 1
18 PASS: stroke from [orange] to [url(#gradient)] was [orange] at 0.2 34 PASS: stroke from [orange] to [url(#gradient)] was [orange] at 0.2
19 PASS: stroke from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6 35 PASS: stroke from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6
20 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698