upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / gradients / crash-on-tr.html
1 <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>
8 if (window.layoutTestController)
9     layoutTestController.dumpAsText();
10 </script>
11 </head>
12
13 This test should not crash (or ASSERT).<p>
14
15 There 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>