1
0
Fork 0
firefox/testing/web-platform/tests/css/css-images/normalization-conic-2.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

15 lines
534 B
HTML

<!doctype html>
<meta charset="utf-8">
<title>Conic gradient stop normalization</title>
<link rel="help" href="https://drafts.csswg.org/css-images-4/#conic-gradients">
<meta name="assert" content="Rendering of conic-gradient with normalized color stops">
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-10000">
<link rel="match" href="reference/100x100-blue.html">
<style>
#gradient {
width: 100px;
height: 100px;
background-image: conic-gradient(blue 150%, red 150%);
}
</style>
<div id="gradient"></div>