| 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_simple-table-row-group.html" title="Background Are
a: Background on 'table-row-group'"> | 5 <link rel="next" href="backgr_simple-table-row-group.html" title="Background Are
a: Background on 'table-row-group'"> |
| 6 <link rel="prev contents" href="./backgr_index.html" title="Table of Contents"> | 6 <link rel="prev contents" href="./backgr_index.html" title="Table of Contents"> |
| 7 <link rel="stylesheet" type="text/css" href="resources/common.css"> | 7 <link rel="stylesheet" type="text/css" href="resources/common.css"> |
| 8 <script src="resources/wait-for-onload.js"></script> |
| 8 <style type="text/css"> | 9 <style type="text/css"> |
| 9 | 10 |
| 10 table {background: black url(resources/rainbowh.gif) top right} | 11 table {background: black url(resources/rainbowh.gif) top right} |
| 11 | 12 |
| 12 </style> | 13 </style> |
| 13 </head> | 14 </head> |
| 14 <body> | 15 <body> |
| 15 <h3>crbug.com/35679: Background on 'table'</h3> | 16 <h3>crbug.com/35679: Background on 'table'</h3> |
| 16 <table class="collapse"> | 17 <table class="collapse"> |
| 17 <caption>With 'border-collapse: collapse'</caption> | 18 <caption>With 'border-collapse: collapse'</caption> |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 <a href="http://validator.w3.org/check/referer"><img | 67 <a href="http://validator.w3.org/check/referer"><img |
| 67 src="resources/valid-html401.png" height="31" width="88" | 68 src="resources/valid-html401.png" height="31" width="88" |
| 68 alt="Valid HTML 4.01!"></a> | 69 alt="Valid HTML 4.01!"></a> |
| 69 </div> | 70 </div> |
| 70 <address> | 71 <address> |
| 71 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 72 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 72 </address> | 73 </address> |
| 73 | 74 |
| 74 </body> | 75 </body> |
| 75 </html> | 76 </html> |
| OLD | NEW |