Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-17 03:55:56 +01:00 committed by Martin Robinson
parent f3402e6144
commit 4804e8dd94

View file

@ -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)
);
}