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

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

Issue 956553004: Use Length for baselineShiftValue in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: A few more TEs. Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/animations/interpolation/svg-baseline-shift-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/svg-baseline-shift-interpolation-expected.txt b/LayoutTests/animations/interpolation/svg-baseline-shift-interpolation-expected.txt
index f2c598eea2efd71b42d1ac86ff968c62030704a4..ca5d64accd2c94d82e3ac01496b5ce3b1fa5a045 100644
--- a/LayoutTests/animations/interpolation/svg-baseline-shift-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/svg-baseline-shift-interpolation-expected.txt
@@ -38,18 +38,18 @@ PASS: baseline-shift from [50mm] to [inherit] was [149.232284545898px] at 0.25
PASS: baseline-shift from [50mm] to [inherit] was [69.7440948486328px] at 0.75
PASS: baseline-shift from [50mm] to [inherit] was [30px] at 1
PASS: baseline-shift from [50mm] to [inherit] was [-9.74409484863281px] at 1.25
-PASS: baseline-shift from [10px] to [20em] was [10px] at -0.25
-PASS: baseline-shift from [10px] to [20em] was [10px] at 0
-PASS: baseline-shift from [10px] to [20em] was [10px] at 0.25
-PASS: baseline-shift from [10px] to [20em] was [20em] at 0.75
-PASS: baseline-shift from [10px] to [20em] was [20em] at 1
-PASS: baseline-shift from [10px] to [20em] was [20em] at 1.25
-PASS: baseline-shift from [inherit] to [40em] was [30px] at -0.25
-PASS: baseline-shift from [inherit] to [40em] was [30px] at 0
-PASS: baseline-shift from [inherit] to [40em] was [30px] at 0.25
-PASS: baseline-shift from [inherit] to [40em] was [40em] at 0.75
-PASS: baseline-shift from [inherit] to [40em] was [40em] at 1
-PASS: baseline-shift from [inherit] to [40em] was [40em] at 1.25
+PASS: baseline-shift from [10px] to [21em] was [-40px] at -0.25
+PASS: baseline-shift from [10px] to [21em] was [10px] at 0
+PASS: baseline-shift from [10px] to [21em] was [60px] at 0.25
+PASS: baseline-shift from [10px] to [21em] was [160px] at 0.75
+PASS: baseline-shift from [10px] to [21em] was [210px] at 1
+PASS: baseline-shift from [10px] to [21em] was [260px] at 1.25
+PASS: baseline-shift from [inherit] to [33em] was [-45px] at -0.25
+PASS: baseline-shift from [inherit] to [33em] was [30px] at 0
+PASS: baseline-shift from [inherit] to [33em] was [105px] at 0.25
+PASS: baseline-shift from [inherit] to [33em] was [255px] at 0.75
+PASS: baseline-shift from [inherit] to [33em] was [330px] at 1
+PASS: baseline-shift from [inherit] to [33em] was [405px] at 1.25
Web Animations API:
PASS: baselineShift from [-10px] to [10px] was [-15px] at -0.25
@@ -91,16 +91,16 @@ PASS: baselineShift from [50mm] to [inherit] was [149.232284545898px] at 0.25
PASS: baselineShift from [50mm] to [inherit] was [69.7440948486328px] at 0.75
PASS: baselineShift from [50mm] to [inherit] was [30px] at 1
PASS: baselineShift from [50mm] to [inherit] was [-9.74409484863281px] at 1.25
-PASS: baselineShift from [10px] to [20em] was [10px] at -0.25
-PASS: baselineShift from [10px] to [20em] was [10px] at 0
-PASS: baselineShift from [10px] to [20em] was [10px] at 0.25
-PASS: baselineShift from [10px] to [20em] was [20em] at 0.75
-PASS: baselineShift from [10px] to [20em] was [20em] at 1
-PASS: baselineShift from [10px] to [20em] was [20em] at 1.25
-PASS: baselineShift from [inherit] to [40em] was [30px] at -0.25
-PASS: baselineShift from [inherit] to [40em] was [30px] at 0
-PASS: baselineShift from [inherit] to [40em] was [30px] at 0.25
-PASS: baselineShift from [inherit] to [40em] was [40em] at 0.75
-PASS: baselineShift from [inherit] to [40em] was [40em] at 1
-PASS: baselineShift from [inherit] to [40em] was [40em] at 1.25
+PASS: baselineShift from [10px] to [21em] was [-40px] at -0.25
+PASS: baselineShift from [10px] to [21em] was [10px] at 0
+PASS: baselineShift from [10px] to [21em] was [60px] at 0.25
+PASS: baselineShift from [10px] to [21em] was [160px] at 0.75
+PASS: baselineShift from [10px] to [21em] was [210px] at 1
+PASS: baselineShift from [10px] to [21em] was [260px] at 1.25
+PASS: baselineShift from [inherit] to [33em] was [-45px] at -0.25
+PASS: baselineShift from [inherit] to [33em] was [30px] at 0
+PASS: baselineShift from [inherit] to [33em] was [105px] at 0.25
+PASS: baselineShift from [inherit] to [33em] was [255px] at 0.75
+PASS: baselineShift from [inherit] to [33em] was [330px] at 1
+PASS: baselineShift from [inherit] to [33em] was [405px] at 1.25

Powered by Google App Engine
This is Rietveld 408576698