Sign in
webkit
/
WebKit
/
3280e000eb50f51518640837f991471c4062489a
/
.
/
LayoutTests
/
fast
/
gradients
/
css3-repeating-radial-gradients-crash.html
blob: 6dc20087d36b86383ab0ef588c9349864ac933d8 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<body
style
=
"
background-image
:
repeating-radial-gradient
(
closest-side circle at
0%
0%
,
#fff
,
#000
);
"
>
If this test passes, no crash occurs.
</body>
</html>