| 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-column-group'</title> | 4 <title>Background on 'table-column-group'</title> |
| 5 <link rel="next" href="backgr_position-table-row.html" title="Background Positio
n: Background on 'table-row'"> | 5 <link rel="next" href="backgr_position-table-row.html" title="Background Positio
n: Background on 'table-row'"> |
| 6 <link rel="prev" href="backgr_position-table-row-group.html" title="Background P
osition: Background on 'table-row-group'"> | 6 <link rel="prev" href="backgr_position-table-row-group.html" title="Background P
osition: 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="resources/common.css"> | 8 <link rel="stylesheet" type="text/css" href="resources/common.css"> |
| 9 <script src="resources/wait-for-onload.js"></script> |
| 9 <style type="text/css"> | 10 <style type="text/css"> |
| 10 | 11 |
| 11 .colgroup-A {background: black url(resources/edge.gif) bottom right no-repeat} | 12 .colgroup-A {background: black url(resources/edge.gif) bottom right no-repeat} |
| 12 .colgroup-B {background: black url(resources/edge.gif) top left no-repeat} | 13 .colgroup-B {background: black url(resources/edge.gif) top left no-repeat} |
| 13 | 14 |
| 14 </style> | 15 </style> |
| 15 </head> | 16 </head> |
| 16 <h3>crbug.com/35679: Background on 'table-column-group'</h3> | 17 <h3>crbug.com/35679: Background on 'table-column-group'</h3> |
| 17 <table class="collapse"> | 18 <table class="collapse"> |
| 18 <caption>With 'border-collapse: collapse'</caption> | 19 <caption>With 'border-collapse: collapse'</caption> |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 <a href="http://validator.w3.org/check/referer"><img | 61 <a href="http://validator.w3.org/check/referer"><img |
| 61 src="resources/valid-html401.png" height="31" width="88" | 62 src="resources/valid-html401.png" height="31" width="88" |
| 62 alt="Valid HTML 4.01!"></a> | 63 alt="Valid HTML 4.01!"></a> |
| 63 </div> | 64 </div> |
| 64 <address> | 65 <address> |
| 65 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 66 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 66 </address> | 67 </address> |
| 67 | 68 |
| 68 </body> | 69 </body> |
| 69 </html> | 70 </html> |
| OLD | NEW |