| OLD | NEW |
| 1 <head> | 1 <head> |
| 2 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | 2 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| 3 <title>Background on 'table'</title> | 3 <title>Background on 'table'</title> |
| 4 <link rel="next" href="border-table-row-group.html" title="Background with Borde
rs: Background on 'table-row-group'"> | 4 <link rel="next" href="border-table-row-group.html" title="Background with Borde
rs: Background on 'table-row-group'"> |
| 5 <link rel="prev" href="layers-opacity.html" title="Background with Borders: Back
ground on 'table-cell'"> | 5 <link rel="prev" href="layers-opacity.html" title="Background with Borders: Back
ground on 'table-cell'"> |
| 6 <link rel="contents" href="./" title="Table of Contents"> | 6 <link rel="contents" href="./" 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(edge.gif) top left no-repeat; border: 5px dotted;
} | 11 table {background: black url(edge.gif) top left no-repeat; border: 5px dotted;
} |
| 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 <p>There should be three aqua stripes just inside the bottom and right table
borders.</p> | 17 <p>There should be three aqua stripes just inside the bottom and right table
borders.</p> |
| 17 <table class="collapse"> | 18 <table class="collapse"> |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 <a href="http://validator.w3.org/check/referer"><img | 59 <a href="http://validator.w3.org/check/referer"><img |
| 59 src="resources/valid-html401.png" height="31" width="88" | 60 src="resources/valid-html401.png" height="31" width="88" |
| 60 alt="Valid HTML 4.01!"></a> | 61 alt="Valid HTML 4.01!"></a> |
| 61 </div> | 62 </div> |
| 62 <address> | 63 <address> |
| 63 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 64 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 64 </address> | 65 </address> |
| 65 | 66 |
| 66 </body> | 67 </body> |
| 67 </html> | 68 </html> |
| OLD | NEW |