blob: 6b410bdd239a1e842f16803584ffc4be1b0cfd42 [file] [log] [blame]
senorblanco@chromium.org3abf59c2010-01-14 22:35:33 +00001<head>
2<style type="text/css">
3.f {
4 background:-webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#CFCFCF));
5}
6</style>
7<script>
rniwa@webkit.orgea3cf922012-06-22 06:52:33 +00008if (window.testRunner)
9 testRunner.dumpAsText();
senorblanco@chromium.org3abf59c2010-01-14 22:35:33 +000010</script>
11</head>
12
13This test should not crash (or ASSERT).<p>
14
15There should also be a table cell with a gradient below.<p>
16
17<table
18<tr class="f">
19<td>Gradient</td>
20</tr>
21</table>