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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/tbody-background-image-repeat-y.html

Issue 2600903002: Paint the whole of a table-part background image behind the cells in a table (Closed)
Patch Set: Paint the whole of an image behind the cells in a table Created 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 table { border-collapse: collapse; }
4 td { height:200px; }
5 </style>
6 <p>crbug.com/35697: The image should be tiled across the first column of the tab le.</p>
7 <table style="width:100%;">
8 <tbody style="background:url(../..//images/resources/border-image-srgb-color -profile.png) repeat-y;">
9 <tr>
10 <td></td>
11 <td></td>
12 </tr>
13 <tr>
14 <td></td>
15 <td></td>
16 </tr>
17 </tbody>
18 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698