mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Further changes required by Servo
This commit is contained in:
parent
f3402e6144
commit
4804e8dd94
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ fn test_rgba_color_interepolation_out_of_range_clamped_2() {
|
||||||
AbsoluteColor::srgb(0.0, 1.0, 0.0, 0.2),
|
AbsoluteColor::srgb(0.0, 1.0, 0.0, 0.2),
|
||||||
1.5
|
1.5
|
||||||
),
|
),
|
||||||
AbsoluteColor::srgb(0.0, 0.0, 0.0, 0.0)
|
AbsoluteColor::srgb(-0.4, 0.3, 0.0, 0.0)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue