| 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 <title>Background on 'table-cell'</title> | 3 <title>Background on 'table-cell'</title> |
| 4 <link rel="next" href="backgr_layers-opacity.html" title="Background Layers: opa
city"> | 4 <link rel="next" href="backgr_layers-opacity.html" title="Background Layers: opa
city"> |
| 5 <link rel="prev" href="backgr_border-table-column.html" title="Background with B
orders: Background on 'table-column'"> | 5 <link rel="prev" href="backgr_border-table-column.html" title="Background with B
orders: Background on 'table-column'"> |
| 6 <link rel="contents" href="./backgr_index.html" title="Table of Contents"> | 6 <link rel="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 {border: 5px dotted} | 11 table {border: 5px dotted} |
| 11 .e {background: black url(resources/edge.gif) top left no-repeat} | 12 .e {background: black url(resources/edge.gif) top left no-repeat} |
| 12 .m {background: black url(resources/edge.gif) bottom right no-repeat} | 13 .m {background: black url(resources/edge.gif) bottom right no-repeat} |
| 13 | 14 |
| 14 </style> | 15 </style> |
| 15 </head> | 16 </head> |
| 16 <body> | 17 <body> |
| 17 <h3>crbug.com/35679: Background on 'table-cell'</h3> | 18 <h3>crbug.com/35679: Background on 'table-cell'</h3> |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 <a href="http://validator.w3.org/check/referer"><img | 63 <a href="http://validator.w3.org/check/referer"><img |
| 63 src="resources/valid-html401.png" height="31" width="88" | 64 src="resources/valid-html401.png" height="31" width="88" |
| 64 alt="Valid HTML 4.01!"></a> | 65 alt="Valid HTML 4.01!"></a> |
| 65 </div> | 66 </div> |
| 66 <address> | 67 <address> |
| 67 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 68 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 68 </address> | 69 </address> |
| 69 | 70 |
| 70 </body> | 71 </body> |
| 71 </html> | 72 </html> |
| OLD | NEW |