From 4804e8dd94502833102cb7819ed6420476b843c1 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 17 Nov 2023 03:55:56 +0100 Subject: [PATCH] Further changes required by Servo --- tests/unit/style/animated_properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/style/animated_properties.rs b/tests/unit/style/animated_properties.rs index f04718ba20d..e34f5d771be 100644 --- a/tests/unit/style/animated_properties.rs +++ b/tests/unit/style/animated_properties.rs @@ -85,6 +85,6 @@ fn test_rgba_color_interepolation_out_of_range_clamped_2() { AbsoluteColor::srgb(0.0, 1.0, 0.0, 0.2), 1.5 ), - AbsoluteColor::srgb(0.0, 0.0, 0.0, 0.0) + AbsoluteColor::srgb(-0.4, 0.3, 0.0, 0.0) ); }