diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/1702638.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/1702638.html b/gfx/tests/crashtests/1702638.html new file mode 100644 index 0000000000..da27edc41c --- /dev/null +++ b/gfx/tests/crashtests/1702638.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<style> +* { + background-image: repeating-conic-gradient(from 0.48turn at right, hsl(3.57rad, 15%, 54%, 66%) 26.78deg 5.33rad, 335.48grad, rgba(57413.24, -63.27, -31, 40%) 64%); + padding-right: 356550072.76vh; +</style> |