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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/gradients/crash-on-tr-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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>
OLDNEW
« 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