| 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-cell'</title> | 4 <title>Background on 'table-cell'</title> |
| 5 <link rel="next" href="backgr_layers-show.html" title="Background Layers: empty-
cells: show"> | 5 <link rel="next" href="backgr_layers-show.html" title="Background Layers: empty-
cells: show"> |
| 6 <link rel="prev" href="backgr_position-table-column.html" title="Background Posi
tion: Background on 'table-column'"> | 6 <link rel="prev" href="backgr_position-table-column.html" title="Background Posi
tion: Background on 'table-column'"> |
| 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 .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> |
| 18 | 19 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 <a href="http://validator.w3.org/check/referer"><img | 65 <a href="http://validator.w3.org/check/referer"><img |
| 65 src="resources/valid-html401.png" height="31" width="88" | 66 src="resources/valid-html401.png" height="31" width="88" |
| 66 alt="Valid HTML 4.01!"></a> | 67 alt="Valid HTML 4.01!"></a> |
| 67 </div> | 68 </div> |
| 68 <address> | 69 <address> |
| 69 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 70 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 70 </address> | 71 </address> |
| 71 | 72 |
| 72 </body> | 73 </body> |
| 73 </html> | 74 </html> |
| OLD | NEW |