| 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'</title> | 4 <title>Background on 'table-column'</title> |
| 5 <link rel="next" href="backgr_position-table-cell.html" title="Background Positi
on: Background on 'table-cell'"> | 5 <link rel="next" href="backgr_position-table-cell.html" title="Background Positi
on: Background on 'table-cell'"> |
| 6 <link rel="prev" href="backgr_position-table-row.html" title="Background Positio
n: Background on 'table-row'"> | 6 <link rel="prev" href="backgr_position-table-row.html" title="Background Positio
n: Background on 'table-row'"> |
| 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 .col-1 {background: black url(resources/edge.gif) bottom right no-repeat} | 12 .col-1 {background: black url(resources/edge.gif) bottom right no-repeat} |
| 12 .col-2 {background: black url(resources/edge.gif) bottom right no-repeat} | 13 .col-2 {background: black url(resources/edge.gif) bottom right no-repeat} |
| 13 .col-3 {background: black url(resources/edge.gif) top left} | 14 .col-3 {background: black url(resources/edge.gif) top left} |
| 14 | 15 |
| 15 </style> | 16 </style> |
| 16 </head> | 17 </head> |
| 17 <body> | 18 <body> |
| 18 <h3>crbug.com/35679: Background on 'table-column'</h3> | 19 <h3>crbug.com/35679: Background on 'table-column'</h3> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 <a href="http://validator.w3.org/check/referer"><img | 66 <a href="http://validator.w3.org/check/referer"><img |
| 66 src="resources/valid-html401.png" height="31" width="88" | 67 src="resources/valid-html401.png" height="31" width="88" |
| 67 alt="Valid HTML 4.01!"></a> | 68 alt="Valid HTML 4.01!"></a> |
| 68 </div> | 69 </div> |
| 69 <address> | 70 <address> |
| 70 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 71 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 71 </address> | 72 </address> |
| 72 | 73 |
| 73 </body> | 74 </body> |
| 74 </html> | 75 </html> |
| OLD | NEW |