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

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

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 years, 8 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
(Empty)
1 CSS Animations:
2 PASS: kerning from [-10px] to [10px] was [-15px] at -0.25
3 PASS: kerning from [-10px] to [10px] was [-10px] at 0
4 PASS: kerning from [-10px] to [10px] was [-5px] at 0.25
5 PASS: kerning from [-10px] to [10px] was [0px] at 0.5
6 PASS: kerning from [-10px] to [10px] was [5px] at 0.75
7 PASS: kerning from [-10px] to [10px] was [10px] at 1
8 PASS: kerning from [-10px] to [10px] was [15px] at 1.25
9
10 Web Animations API:
11 PASS: kerning from [-10px] to [10px] was [-15px] at -0.25
12 PASS: kerning from [-10px] to [10px] was [-10px] at 0
13 PASS: kerning from [-10px] to [10px] was [-5px] at 0.25
14 PASS: kerning from [-10px] to [10px] was [0px] at 0.5
15 PASS: kerning from [-10px] to [10px] was [5px] at 0.75
16 PASS: kerning from [-10px] to [10px] was [10px] at 1
17 PASS: kerning from [-10px] to [10px] was [15px] at 1.25
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698