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

Unified Diff: LayoutTests/animations/interpolation/webkit-mask-box-image-outset-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-outset-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/webkit-mask-box-image-outset-interpolation-expected.txt b/LayoutTests/animations/interpolation/webkit-mask-box-image-outset-interpolation-expected.txt
index 7042160af0e85d99ff7a2a05d23594b541f4132a..eea416aafad2b1c8cf544e57648e27f1a78b17ac 100644
--- a/LayoutTests/animations/interpolation/webkit-mask-box-image-outset-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/webkit-mask-box-image-outset-interpolation-expected.txt
@@ -4,4 +4,10 @@ FAIL: -webkit-mask-box-image-outset from [0px] to [50px] was [0px] at 0.4, expec
FAIL: -webkit-mask-box-image-outset from [0px] to [50px] was [0px] at 0.6, expected [30px]
FAIL: -webkit-mask-box-image-outset from [0px] to [50px] was [0px] at 1, expected [50px]
FAIL: -webkit-mask-box-image-outset from [0px] to [50px] was [0px] at 1.5, expected [75px]
+FAIL: -webkit-mask-box-image-outset from [0] to [50] was [0px] at -0.3, expected [0]
+FAIL: -webkit-mask-box-image-outset from [0] to [50] was [0px] at 0, expected [0]
+FAIL: -webkit-mask-box-image-outset from [0] to [50] was [0px] at 0.4, expected [20]
+FAIL: -webkit-mask-box-image-outset from [0] to [50] was [0px] at 0.6, expected [30]
+FAIL: -webkit-mask-box-image-outset from [0] to [50] was [0px] at 1, expected [50]
+FAIL: -webkit-mask-box-image-outset from [0] to [50] was [0px] at 1.5, expected [75]

Powered by Google App Engine
This is Rietveld 408576698