1
0
Fork 0
firefox/testing/web-platform/tests/css/css-images/radial-gradient-transition-hint-crash.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

11 lines
417 B
HTML

<!DOCTYPE html>
<title>Color transition hint between values that are far apart</title>
<link rel="help" href="https://drafts.csswg.org/css-images-4/#radial-gradients">
<link rel="help" href="https://drafts.csswg.org/css-images-4/#color-transition-hint">
<div style="width:400px;height:400px;"></div>
<style>
div {
background-image: radial-gradient(green -1540359700%, 0px, darkgrey 2%);
}
</style>
PASS if no crash