blob: 24b8cb071034bae9644f8563559fb38992f0ae21 [file] [log] [blame]
<head>
<style type="text/css">
.f {
background:-webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#CFCFCF));
}
</style>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
</head>
This test should not crash (or ASSERT).<p>
There should also be a table cell with a gradient below.<p>
<table
<tr class="f">
<td>Gradient</td>
</tr>
</table>