senorblanco@chromium.org | 3abf59c | 2010-01-14 22:35:33 +0000 | [diff] [blame] | 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> |
rniwa@webkit.org | ea3cf92 | 2012-06-22 06:52:33 +0000 | [diff] [blame] | 8 | if (window.testRunner) |
| 9 | testRunner.dumpAsText(); |
senorblanco@chromium.org | 3abf59c | 2010-01-14 22:35:33 +0000 | [diff] [blame] | 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> |