summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-radial-gradients-crash.html
blob: faee4c7996a96ed4ee35dd90fdc52c10b258b67c (plain)
1
2
3
4
5
6
<!doctype html>
<html>
<body style="background-image: repeating-radial-gradient(closest-side circle at 0% 0%, #fff, #000);">
Test for crbug.com/295126. If this test passes, no crash occurs.
</body>
</html>