haikuwebkit/LayoutTests/fast/gradients/css3-radial-gradient-crash....

12 lines
236 B
HTML

<head>
<script>
if (window.testRunner)
window.testRunner.dumpAsText();
</script>
</head>
<body>
<p>This test should not crash.</p>
<div style="height: 10px; width: 10px; background-image: -webkit-radial-gradient(top)"></div>
</body>