Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: LayoutTests/fast/gradients/crash-on-tr.html

Issue 556023: Merge 53291 - WebCore: Fix for crash with gradient on table cell. Pass the c... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/249s/
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/gradients/crash-on-tr-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/gradients/crash-on-tr-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698