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

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

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and added rounding to numbers that get displayed Created 6 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 PASS: baseline-shift from [-10px] to [10px] was [-15px] at -0.25 2 PASS: baseline-shift from [-10px] to [10px] was [-15px] at -0.25
2 PASS: baseline-shift from [-10px] to [10px] was [-10px] at 0 3 PASS: baseline-shift from [-10px] to [10px] was [-10px] at 0
3 PASS: baseline-shift from [-10px] to [10px] was [-5px] at 0.25 4 PASS: baseline-shift from [-10px] to [10px] was [-5px] at 0.25
4 PASS: baseline-shift from [-10px] to [10px] was [0px] at 0.5 5 PASS: baseline-shift from [-10px] to [10px] was [0px] at 0.5
5 PASS: baseline-shift from [-10px] to [10px] was [5px] at 0.75 6 PASS: baseline-shift from [-10px] to [10px] was [5px] at 0.75
6 PASS: baseline-shift from [-10px] to [10px] was [10px] at 1 7 PASS: baseline-shift from [-10px] to [10px] was [10px] at 1
7 PASS: baseline-shift from [-10px] to [10px] was [15px] at 1.25 8 PASS: baseline-shift from [-10px] to [10px] was [15px] at 1.25
8 9
10 Web Animations API:
11 PASS: baselineShift from [-10px] to [10px] was [-15px] at -0.25
12 PASS: baselineShift from [-10px] to [10px] was [-10px] at 0
13 PASS: baselineShift from [-10px] to [10px] was [-5px] at 0.25
14 PASS: baselineShift from [-10px] to [10px] was [0px] at 0.5
15 PASS: baselineShift from [-10px] to [10px] was [5px] at 0.75
16 PASS: baselineShift from [-10px] to [10px] was [10px] at 1
17 PASS: baselineShift from [-10px] to [10px] was [15px] at 1.25
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698