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

Side by Side Diff: LayoutTests/animations/interpolation/svg-fill-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: fill from [orange] to [blue] was [#ffff00] at -5 2 PASS: fill from [orange] to [blue] was [#ffff00] at -5
3 PASS: fill from [orange] to [blue] was [#ffe700] at -0.4 3 PASS: fill from [orange] to [blue] was [#ffe700] at -0.4
4 PASS: fill from [orange] to [blue] was [orange] at 0 4 PASS: fill from [orange] to [blue] was [orange] at 0
5 PASS: fill from [orange] to [blue] was [#cc8433] at 0.2 5 PASS: fill from [orange] to [blue] was [#cc8433] at 0.2
6 PASS: fill from [orange] to [blue] was [#664299] at 0.6 6 PASS: fill from [orange] to [blue] was [#664299] at 0.6
7 PASS: fill from [orange] to [blue] was [blue] at 1 7 PASS: fill from [orange] to [blue] was [blue] at 1
8 PASS: fill from [orange] to [blue] was [blue] at 1.5 8 PASS: fill from [orange] to [blue] was [blue] at 1.5
9 PASS: fill from [orange] to [currentColor] was [orange] at 0
10 PASS: fill from [orange] to [currentColor] was [#cc8433] at 0.2
11 PASS: fill from [orange] to [currentColor] was [#664299] at 0.6
12 PASS: fill from [orange] to [currentColor] was [blue] at 1
13 PASS: fill from [currentColor] to [orange] was [blue] at 0
14 PASS: fill from [currentColor] to [orange] was [#3321cc] at 0.2
15 PASS: fill from [currentColor] to [orange] was [#996366] at 0.6
16 PASS: fill from [currentColor] to [orange] was [orange] at 1
9 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0 17 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0
10 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0.2 18 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0.2
11 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6 19 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6
12 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 1 20 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 1
13 21
14 Web Animations API: 22 Web Animations API:
15 PASS: fill from [orange] to [blue] was [#ffff00] at -5 23 PASS: fill from [orange] to [blue] was [#ffff00] at -5
16 PASS: fill from [orange] to [blue] was [#ffe700] at -0.4 24 PASS: fill from [orange] to [blue] was [#ffe700] at -0.4
17 PASS: fill from [orange] to [blue] was [orange] at 0 25 PASS: fill from [orange] to [blue] was [orange] at 0
18 PASS: fill from [orange] to [blue] was [#cc8433] at 0.2 26 PASS: fill from [orange] to [blue] was [#cc8433] at 0.2
19 PASS: fill from [orange] to [blue] was [#664299] at 0.6 27 PASS: fill from [orange] to [blue] was [#664299] at 0.6
20 PASS: fill from [orange] to [blue] was [blue] at 1 28 PASS: fill from [orange] to [blue] was [blue] at 1
21 PASS: fill from [orange] to [blue] was [blue] at 1.5 29 PASS: fill from [orange] to [blue] was [blue] at 1.5
30 PASS: fill from [orange] to [currentColor] was [orange] at 0
31 PASS: fill from [orange] to [currentColor] was [#cc8433] at 0.2
32 PASS: fill from [orange] to [currentColor] was [#664299] at 0.6
33 PASS: fill from [orange] to [currentColor] was [blue] at 1
34 PASS: fill from [currentColor] to [orange] was [blue] at 0
35 PASS: fill from [currentColor] to [orange] was [#3321cc] at 0.2
36 PASS: fill from [currentColor] to [orange] was [#996366] at 0.6
37 PASS: fill from [currentColor] to [orange] was [orange] at 1
22 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0 38 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0
23 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0.2 39 PASS: fill from [orange] to [url(#gradient)] was [orange] at 0.2
24 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6 40 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 0.6
25 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 1 41 PASS: fill from [orange] to [url(#gradient)] was [url(#gradient)] at 1
26 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698