Index: LayoutTests/fast/gradients/crash-on-tr.html |
=================================================================== |
--- LayoutTests/fast/gradients/crash-on-tr.html (revision 0) |
+++ LayoutTests/fast/gradients/crash-on-tr.html (revision 37126) |
@@ -0,0 +1,21 @@ |
+<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> |