1
0
Fork 0
firefox/layout/reftests/css-gradients/radial-2b.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

3 lines
289 B
HTML

<!-- This test checks that adjustment of stop positions to be non-negative
happens after the calculation of implied stop positions -->
<div style="background: radial-gradient(closest-side at 100px 100px, #ff0000 -50px, #ff0000, #0000ff 50px); width: 300px; height: 300px;"><br></div>