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

Unified Diff: LayoutTests/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt

Issue 54123007: Web Animations CSS: Fix clamping to non-negative values for BorderImageLength (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix bug with clampTo() Created 7 years, 1 month 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/webkit-mask-box-image-width-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt b/LayoutTests/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt
index 438ae2133627aa1bd24d58e10f112e0e6170fe44..2d17610575e91b50f940113d85b15de8ed1f2ab6 100644
--- a/LayoutTests/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/webkit-mask-box-image-width-interpolation-expected.txt
@@ -6,4 +6,12 @@ FAIL: -webkit-mask-box-image-width from [0px] to [20px] was [5px] at 1, expected
FAIL: -webkit-mask-box-image-width from [0px] to [20px] was [5px] at 1.5, expected [30px]
FAIL: -webkit-mask-box-image-width from [0px] to [20px] was [5px] at 5, expected [100px]
FAIL: -webkit-mask-box-image-width from [0px] to [20px] was [5px] at 10, expected [200px]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at -0.3, expected [0]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at 0, expected [0]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at 0.3, expected [6]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at 0.6, expected [12]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at 1, expected [20]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at 1.5, expected [30]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at 5, expected [100]
+FAIL: -webkit-mask-box-image-width from [0] to [20] was [5px] at 10, expected [200]

Powered by Google App Engine
This is Rietveld 408576698