1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-background/backgr_border-table-quirks.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,123 @@ 1.4 +<head> 1.5 +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 1.6 +<title>Background on 'table'</title> 1.7 +<link rel="next" href="border-table-row-group.html" title="Background with Borders: Background on 'table-row-group'"> 1.8 +<link rel="prev" href="layers-opacity.html" title="Background with Borders: Background on 'table-cell'"> 1.9 +<link rel="contents" href="./" title="Table of Contents"> 1.10 +<link rel="stylesheet" type="text/css" href="common.css"> 1.11 +<style type="text/css"> 1.12 + 1.13 + table {background: black url(edge.gif) top left no-repeat; border: 5px dotted;} 1.14 + 1.15 +</style> 1.16 +</head> 1.17 +<body> 1.18 +<h1>CSS2 Table Backgrounds Test Suite</h1> 1.19 + 1.20 +<h2>Part D: Background with Borders</h2> 1.21 + 1.22 + <h3>Background on 'table'</h3> 1.23 + 1.24 + <p>There should be three aqua stripes just inside the bottom and right table borders.</p> 1.25 + 1.26 + <dl> 1.27 + <dt>next 1.28 + <dd><a href="border-table-row-group.html">Background with Borders: Background on 'table-row-group'</a> 1.29 + <dt>previous 1.30 + <dd><a href="layers-opacity.html">Background with Borders: Background on 'table-cell'</a> 1.31 + <dt>contents 1.32 + <dd><a href="./">Table of Contents</a> 1.33 + </dl> 1.34 + 1.35 + <table class="separate"> 1.36 + <caption>With 'border-collapse: separate'</caption> 1.37 + <colgroup class="colgroup-A"> 1.38 + <col class="col-1"> 1.39 + <col class="col-2"> 1.40 + <col class="col-3"> 1.41 + </colgroup> 1.42 + <colgroup class="colgroup-B"> 1.43 + <col class="col-4"> 1.44 + </colgroup> 1.45 + <thead> 1.46 + <tr id="th-row-1"> 1.47 + <th class="a">TH A</th> 1.48 + <th class="b">TH B</th> 1.49 + <th class="c">TH C</th> 1.50 + <th class="d">TH D</th> 1.51 + </tr> 1.52 + </thead> 1.53 + <tbody> 1.54 + <tr class="tb-row-1"> 1.55 + <td class="e" rowspan=2>TD E</td> 1.56 + <td class="f">TD F</td> 1.57 + <td class="g">TD G</td> 1.58 + <td class="h">TD H</td> 1.59 + </tr> 1.60 + <tr class="tb-row-2"> 1.61 + 1.62 + <td class="j">TD J</td> 1.63 + <td class="k">TD K</td> 1.64 + <td class="l">TD L</td> 1.65 + </tr> 1.66 + </tbody> 1.67 + <tfoot> 1.68 + <tr id="tb-row-1"> 1.69 + <td class="m" colspan=2>TD M</td> 1.70 + 1.71 + <td class="o">TD O</td> 1.72 + <td class="p">TD P</td> 1.73 + </tfoot> 1.74 + </table> 1.75 + 1.76 + <table class="collapse"> 1.77 + <caption>With 'border-collapse: collapse'</caption> 1.78 + <colgroup class="colgroup-A"> 1.79 + <col class="col-1"> 1.80 + <col class="col-2"> 1.81 + <col class="col-3"> 1.82 + </colgroup> 1.83 + <colgroup class="colgroup-B"> 1.84 + <col class="col-4"> 1.85 + </colgroup> 1.86 + <thead> 1.87 + <tr id="th-row-1"> 1.88 + <th class="a">TH A</th> 1.89 + <th class="b">TH B</th> 1.90 + <th class="c">TH C</th> 1.91 + <th class="d">TH D</th> 1.92 + </tr> 1.93 + </thead> 1.94 + <tfoot> 1.95 + <tr id="tb-row-1"> 1.96 + <td class="m" colspan=2>TD M</td> 1.97 + 1.98 + <td class="o">TD O</td> 1.99 + <td class="p">TD P</td> 1.100 + </tfoot> 1.101 + <tbody> 1.102 + <tr class="tb-row-1"> 1.103 + <td class="e" rowspan=2>TD E</td> 1.104 + <td class="f">TD F</td> 1.105 + <td class="g">TD G</td> 1.106 + <td class="h">TD H</td> 1.107 + </tr> 1.108 + <tr class="tb-row-2"> 1.109 + 1.110 + <td class="j">TD J</td> 1.111 + <td class="k">TD K</td> 1.112 + <td class="l">TD L</td> 1.113 + </tr> 1.114 + </tbody> 1.115 + </table> 1.116 +<div class="validity"> 1.117 + <a href="http://validator.w3.org/check/referer"><img 1.118 + src="valid-html401.png" height="31" width="88" 1.119 + alt="Valid HTML 4.01!"></a> 1.120 +</div> 1.121 +<address> 1.122 + CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasai@escape.com> 1.123 +</address> 1.124 + 1.125 +</body> 1.126 +</html>