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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-group.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
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4 <title>Background on 'table-row-group'</title> 4 <title>Background on 'table-row-group'</title>
5 <link rel="next" href="backgr_border-table-column-group.html" title="Background with Borders: Background on 'table-column-group'"> 5 <link rel="next" href="backgr_border-table-column-group.html" title="Background with Borders: Background on 'table-column-group'">
6 <link rel="prev" href="backgr_border-table.html" title="Background with Borders: Background on 'table'"> 6 <link rel="prev" href="backgr_border-table.html" title="Background with Borders: Background on 'table'">
7 <link rel="contents" href="./backgr_index.html" title="Table of Contents"> 7 <link rel="contents" href="./backgr_index.html" title="Table of Contents">
8 <link rel="stylesheet" type="text/css" href="common.css"> 8 <link rel="stylesheet" type="text/css" href="resources/common.css">
9 <style type="text/css"> 9 <style type="text/css">
10 10
11 table { border: 3px dot ted} 11 table { border: 3px dot ted}
12 thead {background: black url(../images/edge.gif) top right no-repeat; borde r: 5px dashed} 12 thead {background: black url(resources/edge.gif) top right no-repeat; borde r: 5px dashed}
13 .d { border: 5px das hed} 13 .d { border: 5px das hed}
14 tbody {background: black url(../images/edge.gif) bottom left no-repeat; borde r: 5px dashed} 14 tbody {background: black url(resources/edge.gif) bottom left no-repeat; borde r: 5px dashed}
15 .k { border: 5px das hed} 15 .k { border: 5px das hed}
16 16
17 </style> 17 </style>
18 </head> 18 </head>
19 <body> 19 <body>
20 <h1>CSS2 Table Backgrounds Test Suite</h1> 20 <h3>crbug.com/35679: Background on 'table-row-group'</h3>
21
22 <h2>Part D: Background with Borders</h2>
23
24 <h3>Background on 'table-row-group'</h3>
25
26 <p>There should be three aqua stripes along the top of cells A, B, C, and D in the first row and three stripes along the right edge of D, the last cell in t hat row. The stripes should align to be just inside the padding edge of cell D.< /p>
27 <p>There should be three aqua stripes along the bottom of cells J, K, and L. The stripes continue across the bottom of cell E, but are partially obscured by the border. The stripes turn up at cell E's bottom left corner to run under its border a few pixels to the right of its left border edge. The stripes will alig n to be just above cell K's bottom padding edge.</p>
28
29 <dl>
30 <dt>next
31 <dd><a href="backgr_border-table-column-group.html">Background with Bo rders: Background on 'table-column-group'</a>
32 <dt>previous
33 <dd><a href="backgr_border-table.html">Background with Borders: Backgr ound on 'table'</a>
34 <dt>contents
35 <dd><a href="./backgr_index.html">Table of Contents</a>
36 </dl>
37
38
39 <table class="separate"> 21 <table class="separate">
40 <caption>With 'border-collapse: separate'</caption> 22 <caption>With 'border-collapse: separate'</caption>
41 <colgroup class="colgroup-A"> 23 <colgroup class="colgroup-A">
42 <col class="col-1"> 24 <col class="col-1">
43 <col class="col-2"> 25 <col class="col-2">
44 <col class="col-3"> 26 <col class="col-3">
45 </colgroup> 27 </colgroup>
46 <colgroup class="colgroup-B"> 28 <colgroup class="colgroup-B">
47 <col class="col-4"> 29 <col class="col-4">
48 </colgroup> 30 </colgroup>
(...skipping 21 matching lines...) Expand all
70 </tr> 52 </tr>
71 <tr class="tb-row-2"> 53 <tr class="tb-row-2">
72 54
73 <td class="j">TD J</td> 55 <td class="j">TD J</td>
74 <td class="k">TD K</td> 56 <td class="k">TD K</td>
75 <td class="l">TD L</td> 57 <td class="l">TD L</td>
76 </tr> 58 </tr>
77 </tbody> 59 </tbody>
78 </table> 60 </table>
79 61
80 <table class="collapse"> 62 <p>There should be three aqua stripes along the top of cells A, B, C, and D in the first row and three stripes along the right edge of D, the last cell in t hat row. The stripes should align to be just inside the padding edge of cell D.< /p>
81 <caption>With 'border-collapse: collapse'</caption> 63 <p>There should be three aqua stripes along the bottom of cells J, K, and L. The stripes continue across the bottom of cell E, but are partially obscured by the border. The stripes turn up at cell E's bottom left corner to run under its border a few pixels to the right of its left border edge. The stripes will alig n to be just above cell K's bottom padding edge.</p>
82 <colgroup class="colgroup-A">
83 <col class="col-1">
84 <col class="col-2">
85 <col class="col-3">
86 </colgroup>
87 <colgroup class="colgroup-B">
88 <col class="col-4">
89 </colgroup>
90 <thead>
91 <tr class="th-row-1">
92 <th class="a">TH A</th>
93 <th class="b">TH B</th>
94 <th class="c">TH C</th>
95 <th class="d">TH D</th>
96 </tr>
97 </thead>
98 <tfoot>
99 <tr class="tf-row-1">
100 <td class="m" colspan=2>TD M</td>
101
102 <td class="o">TD O</td>
103 <td class="p">TD P</td>
104 </tfoot>
105 <tbody>
106 <tr class="tb-row-1">
107 <td class="e" rowspan=2>TD E</td>
108 <td class="f">TD F</td>
109 <td class="g">TD G</td>
110 <td class="h">TD H</td>
111 </tr>
112 <tr class="tb-row-2">
113
114 <td class="j">TD J</td>
115 <td class="k">TD K</td>
116 <td class="l">TD L</td>
117 </tr>
118 </tbody>
119 </table>
120 <div class="validity"> 64 <div class="validity">
121 <a href="http://validator.w3.org/check/referer"><img 65 <a href="http://validator.w3.org/check/referer"><img
122 src="../images/valid-html401.png" height="31" width="88" 66 src="resources/valid-html401.png" height="31" width="88"
123 alt="Valid HTML 4.01!"></a> 67 alt="Valid HTML 4.01!"></a>
124 </div> 68 </div>
125 <address> 69 <address>
126 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt; 70 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
127 </address> 71 </address>
128 72
129 </body> 73 </body>
130 </html> 74 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698