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

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

Issue 920653002: Use StringKeyframes to make CSS Animations responsive to style changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@string-keyframes
Patch Set: Update layout tests 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-stroke-width-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt b/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt
index 7bfde47a6b615879fe7568a31cf24e6681557f4d..83c35ac47ae630301910444fa600c6b5070e1537 100644
--- a/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt
@@ -6,7 +6,7 @@ PASS: stroke-width from [0px] to [20px] was [12px] at 0.6
PASS: stroke-width from [0px] to [20px] was [20px] at 1
PASS: stroke-width from [0px] to [20px] was [30px] at 1.5
PASS: stroke-width from [0px] to [10em] was [0em] at -0.3
-FAIL: stroke-width from [0px] to [10em] was [0px] at 0, expected [0em]
+PASS: stroke-width from [0px] to [10em] was [0em] at 0
PASS: stroke-width from [0px] to [10em] was [3em] at 0.3
PASS: stroke-width from [0px] to [10em] was [6em] at 0.6
PASS: stroke-width from [0px] to [10em] was [10em] at 1
@@ -21,7 +21,7 @@ PASS: stroke-width from [10em] to [0px] was [13em] at -0.3
PASS: stroke-width from [10em] to [0px] was [10em] at 0
PASS: stroke-width from [10em] to [0px] was [7em] at 0.3
PASS: stroke-width from [10em] to [0px] was [4em] at 0.6
-FAIL: stroke-width from [10em] to [0px] was [0px] at 1, expected [0em]
+PASS: stroke-width from [10em] to [0px] was [0em] at 1
PASS: stroke-width from [10em] to [0px] was [0em] at 1.5
PASS: stroke-width from [10em] to [30px] was [10em] at -0.3
PASS: stroke-width from [10em] to [30px] was [10em] at 0

Powered by Google App Engine
This is Rietveld 408576698