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

Unified Diff: LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt

Issue 991533003: Handle more <length> properties in animation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: stroke-dashoffset setter exists + fixups + add tests Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt b/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt
index 5d569dfafdbe9fc4a4e6ca08888f58fdf09d1ce9..3f20b465af1350b606aca8633db1a852239e297e 100644
--- a/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation-expected.txt
@@ -20,6 +20,13 @@ PASS: stroke-dashoffset from [inherit] to [140px] was [120px] at 0.5
PASS: stroke-dashoffset from [inherit] to [140px] was [130px] at 0.75
PASS: stroke-dashoffset from [inherit] to [140px] was [140px] at 1
PASS: stroke-dashoffset from [inherit] to [140px] was [150px] at 1.25
+PASS: stroke-dashoffset from [-10] to [10] was [-15] at -0.25
+PASS: stroke-dashoffset from [-10] to [10] was [-10] at 0
+PASS: stroke-dashoffset from [-10] to [10] was [-5] at 0.25
+PASS: stroke-dashoffset from [-10] to [10] was [0] at 0.5
+PASS: stroke-dashoffset from [-10] to [10] was [5] at 0.75
+PASS: stroke-dashoffset from [-10] to [10] was [10] at 1
+PASS: stroke-dashoffset from [-10] to [10] was [15] at 1.25
Web Animations API:
PASS: strokeDashoffset from [-10px] to [10px] was [-15px] at -0.25
@@ -43,4 +50,11 @@ PASS: strokeDashoffset from [inherit] to [140px] was [120px] at 0.5
PASS: strokeDashoffset from [inherit] to [140px] was [130px] at 0.75
PASS: strokeDashoffset from [inherit] to [140px] was [140px] at 1
PASS: strokeDashoffset from [inherit] to [140px] was [150px] at 1.25
+PASS: strokeDashoffset from [-10] to [10] was [-15] at -0.25
+PASS: strokeDashoffset from [-10] to [10] was [-10] at 0
+PASS: strokeDashoffset from [-10] to [10] was [-5] at 0.25
+PASS: strokeDashoffset from [-10] to [10] was [0] at 0.5
+PASS: strokeDashoffset from [-10] to [10] was [5] at 0.75
+PASS: strokeDashoffset from [-10] to [10] was [10] at 1
+PASS: strokeDashoffset from [-10] to [10] was [15] at 1.25

Powered by Google App Engine
This is Rietveld 408576698