OLD | NEW |
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"> | |
40 <caption>With 'border-collapse: separate'</caption> | |
41 <colgroup class="colgroup-A"> | |
42 <col class="col-1"> | |
43 <col class="col-2"> | |
44 <col class="col-3"> | |
45 </colgroup> | |
46 <colgroup class="colgroup-B"> | |
47 <col class="col-4"> | |
48 </colgroup> | |
49 <thead> | |
50 <tr class="th-row-1"> | |
51 <th class="a">TH A</th> | |
52 <th class="b">TH B</th> | |
53 <th class="c">TH C</th> | |
54 <th class="d">TH D</th> | |
55 </tr> | |
56 </thead> | |
57 <tfoot> | |
58 <tr class="tf-row-1"> | |
59 <td class="m" colspan=2>TD M</td> | |
60 | |
61 <td class="o">TD O</td> | |
62 <td class="p">TD P</td> | |
63 </tfoot> | |
64 <tbody> | |
65 <tr class="tb-row-1"> | |
66 <td class="e" rowspan=2>TD E</td> | |
67 <td class="f">TD F</td> | |
68 <td class="g">TD G</td> | |
69 <td class="h">TD H</td> | |
70 </tr> | |
71 <tr class="tb-row-2"> | |
72 | |
73 <td class="j">TD J</td> | |
74 <td class="k">TD K</td> | |
75 <td class="l">TD L</td> | |
76 </tr> | |
77 </tbody> | |
78 </table> | |
79 | |
80 <table class="collapse"> | 21 <table class="collapse"> |
81 <caption>With 'border-collapse: collapse'</caption> | 22 <caption>With 'border-collapse: collapse'</caption> |
82 <colgroup class="colgroup-A"> | 23 <colgroup class="colgroup-A"> |
83 <col class="col-1"> | 24 <col class="col-1"> |
84 <col class="col-2"> | 25 <col class="col-2"> |
85 <col class="col-3"> | 26 <col class="col-3"> |
86 </colgroup> | 27 </colgroup> |
87 <colgroup class="colgroup-B"> | 28 <colgroup class="colgroup-B"> |
88 <col class="col-4"> | 29 <col class="col-4"> |
89 </colgroup> | 30 </colgroup> |
(...skipping 20 matching lines...) Expand all Loading... |
110 <td class="h">TD H</td> | 51 <td class="h">TD H</td> |
111 </tr> | 52 </tr> |
112 <tr class="tb-row-2"> | 53 <tr class="tb-row-2"> |
113 | 54 |
114 <td class="j">TD J</td> | 55 <td class="j">TD J</td> |
115 <td class="k">TD K</td> | 56 <td class="k">TD K</td> |
116 <td class="l">TD L</td> | 57 <td class="l">TD L</td> |
117 </tr> | 58 </tr> |
118 </tbody> | 59 </tbody> |
119 </table> | 60 </table> |
| 61 |
| 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> |
| 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> |
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 <fantasa
i@escape.com> | 70 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
127 </address> | 71 </address> |
128 | 72 |
129 </body> | 73 </body> |
130 </html> | 74 </html> |
OLD | NEW |