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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/backgr_border-table-column-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-column-group'</title> 4 <title>Background on 'table-column-group'</title>
5 <link rel="next" href="backgr_border-table-row.html" title="Background with Bord ers: Background on 'table-row'"> 5 <link rel="next" href="backgr_border-table-row.html" title="Background with Bord ers: Background on 'table-row'">
6 <link rel="prev" href="backgr_border-table-row-group.html" title="Background wit h Borders: Background on 'table-row-group'"> 6 <link rel="prev" href="backgr_border-table-row-group.html" title="Background wit h Borders: Background on 'table-row-group'">
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: 3 px dotted} 11 table { border: 3 px dotted}
12 .colgroup-A {background: black url(../images/edge.gif) bottom right no-repeat; border: 5px dashed} 12 .colgroup-A {background: black url(resources/edge.gif) bottom right no-repeat; border: 5px dashed}
13 .g, .m { border: 5 px dashed} 13 .g, .m { border: 5 px dashed}
14 .col-3 { border: 9 px dashed} 14 .col-3 { border: 9 px dashed}
15 .colgroup-B {background: black url(../images/edge.gif) top left no-repeat} 15 .colgroup-B {background: black url(resources/edge.gif) top left no-repeat}
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-column-group'</h3>
21
22 <h2>Part D: Background with Borders</h2>
23
24 <h3>Background on 'table-column-group'</h3>
25
26 <p>Three aqua stripes should run along the bottom of the last cell in the fi rst three columns and up along the right edge of the cells in the third column. The stripes should align to be just inside the padding edge in cells M and G.</p >
27 <p>Three aqua stripes should also run just inside the top padding edge of th e first cell in the last column and down the left border edge of each cell in th at column.</p>
28
29 <dl>
30 <dt>next
31 <dd><a href="backgr_border-table-row.html">Background with Borders: Ba ckground on 'table-row'</a>
32 <dt>previous
33 <dd><a href="backgr_border-table-row-group.html">Background with Borde rs: Background on 'table-row-group'</a>
34 <dt>contents
35 <dd><a href="./">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>Three aqua stripes should run along the bottom of the last cell in the fi rst three columns and up along the right edge of the cells in the third column. The stripes should align to be just inside the padding edge in cells M and G.</p >
81 <caption>With 'border-collapse: collapse'</caption> 63 <p>Three aqua stripes should also run just inside the top padding edge of th e first cell in the last column and down the left border edge of each cell in th at column.</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=3>TD M</td>
101 64
102 <td class="p">TD P</td>
103 </tfoot>
104 <tbody>
105 <tr class="tb-row-1">
106 <td class="e" rowspan=2>TD E</td>
107 <td class="f">TD F</td>
108 <td class="g">TD G</td>
109 <td class="h">TD H</td>
110 </tr>
111 <tr class="tb-row-2">
112
113 <td class="j">TD J</td>
114 <td class="k">TD K</td>
115 <td class="l">TD L</td>
116 </tr>
117 </tbody>
118 </table>
119 <div class="validity"> 65 <div class="validity">
120 <a href="http://validator.w3.org/check/referer"><img 66 <a href="http://validator.w3.org/check/referer"><img
121 src="../images/valid-html401.png" height="31" width="88" 67 src="resources/valid-html401.png" height="31" width="88"
122 alt="Valid HTML 4.01!"></a> 68 alt="Valid HTML 4.01!"></a>
123 </div> 69 </div>
124 <address> 70 <address>
125 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt; 71 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
126 </address> 72 </address>
127 73
128 </body> 74 </body>
129 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698