| 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'</title> | 4 <title>Background on 'table'</title> |
| 5 <link rel="next" href="backgr_position-table-row-group.html" title="Background P
osition: Background on 'table-row-group'"> | 5 <link rel="next" href="backgr_position-table-row-group.html" title="Background P
osition: Background on 'table-row-group'"> |
| 6 <link rel="prev" href="backgr_position-table-cell.html" title="Background Positi
on: Background on 'table-cell'"> | 6 <link rel="prev" href="backgr_position-table-cell.html" title="Background Positi
on: Background on 'table-cell'"> |
| 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 {background: black url(../images/edge.gif) top right no-repeat} | 11 table {background: black url(resources/edge.gif) top right no-repeat} |
| 12 | 12 |
| 13 </style> | 13 </style> |
| 14 </head> | 14 </head> |
| 15 <body> | 15 <body> |
| 16 <h1>CSS2 Table Backgrounds Test Suite</h1> | 16 <h3>crbug.com/35679: Background on 'table'</h3> |
| 17 | |
| 18 <h2>Part B: Background Position</h2> | |
| 19 | |
| 20 <h3>Background on 'table'</h3> | |
| 21 | 17 |
| 22 <p>There should be three aqua stripes just inside the top and right table bo
rders.</p> | 18 <p>There should be three aqua stripes just inside the top and right table bo
rders.</p> |
| 23 | 19 |
| 24 <dl> | |
| 25 <dt>next | |
| 26 <dd><a href="backgr_position-table-row-group.html">Background Position
: Background on 'table-row-group'</a> | |
| 27 <dt>previous | |
| 28 <dd><a href="backgr_position-table-cell.html">Background Position: Bac
kground on 'table-cell'</a> | |
| 29 <dt>contents | |
| 30 <dd><a href="./backgr_index.html">Table of Contents</a> | |
| 31 </dl> | |
| 32 | |
| 33 <table class="separate"> | 20 <table class="separate"> |
| 34 <caption>With 'border-collapse: separate'</caption> | 21 <caption>With 'border-collapse: separate'</caption> |
| 35 <colgroup class="colgroup-A"> | 22 <colgroup class="colgroup-A"> |
| 36 <col class="col-1"> | 23 <col class="col-1"> |
| 37 <col class="col-2"> | 24 <col class="col-2"> |
| 38 <col class="col-3"> | 25 <col class="col-3"> |
| 39 </colgroup> | 26 </colgroup> |
| 40 <colgroup class="colgroup-B"> | 27 <colgroup class="colgroup-B"> |
| 41 <col class="col-4"> | 28 <col class="col-4"> |
| 42 </colgroup> | 29 </colgroup> |
| (...skipping 21 matching lines...) Expand all Loading... |
| 64 </tbody> | 51 </tbody> |
| 65 <tfoot> | 52 <tfoot> |
| 66 <tr id="tb-row-1"> | 53 <tr id="tb-row-1"> |
| 67 <td class="m" colspan=2>TD M</td> | 54 <td class="m" colspan=2>TD M</td> |
| 68 | 55 |
| 69 <td class="o">TD O</td> | 56 <td class="o">TD O</td> |
| 70 <td class="p">TD P</td> | 57 <td class="p">TD P</td> |
| 71 </tfoot> | 58 </tfoot> |
| 72 </table> | 59 </table> |
| 73 | 60 |
| 74 <table class="collapse"> | |
| 75 <caption>With 'border-collapse: collapse'</caption> | |
| 76 <colgroup class="colgroup-A"> | |
| 77 <col class="col-1"> | |
| 78 <col class="col-2"> | |
| 79 <col class="col-3"> | |
| 80 </colgroup> | |
| 81 <colgroup class="colgroup-B"> | |
| 82 <col class="col-4"> | |
| 83 </colgroup> | |
| 84 <thead> | |
| 85 <tr id="th-row-1"> | |
| 86 <th class="a">TH A</th> | |
| 87 <th class="b">TH B</th> | |
| 88 <th class="c">TH C</th> | |
| 89 <th class="d">TH D</th> | |
| 90 </tr> | |
| 91 </thead> | |
| 92 <tfoot> | |
| 93 <tr id="tb-row-1"> | |
| 94 <td class="m" colspan=2>TD M</td> | |
| 95 | |
| 96 <td class="o">TD O</td> | |
| 97 <td class="p">TD P</td> | |
| 98 </tfoot> | |
| 99 <tbody> | |
| 100 <tr class="tb-row-1"> | |
| 101 <td class="e" rowspan=2>TD E</td> | |
| 102 <td class="f">TD F</td> | |
| 103 <td class="g">TD G</td> | |
| 104 <td class="h">TD H</td> | |
| 105 </tr> | |
| 106 <tr class="tb-row-2"> | |
| 107 | |
| 108 <td class="j">TD J</td> | |
| 109 <td class="k">TD K</td> | |
| 110 <td class="l">TD L</td> | |
| 111 </tr> | |
| 112 </tbody> | |
| 113 </table> | |
| 114 <div class="validity"> | 61 <div class="validity"> |
| 115 <a href="http://validator.w3.org/check/referer"><img | 62 <a href="http://validator.w3.org/check/referer"><img |
| 116 src="../images/valid-html401.png" height="31" width="88" | 63 src="resources/valid-html401.png" height="31" width="88" |
| 117 alt="Valid HTML 4.01!"></a> | 64 alt="Valid HTML 4.01!"></a> |
| 118 </div> | 65 </div> |
| 119 <address> | 66 <address> |
| 120 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 67 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 121 </address> | 68 </address> |
| 122 | 69 |
| 123 </body> | 70 </body> |
| 124 </html> | 71 </html> |
| OLD | NEW |