| 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-row'</title> | 4 <title>Background on 'table-row'</title> |
| 5 <link rel="next" href="backgr_simple-table-column.html" title="Background Area:
Background on 'table-column'"> | 5 <link rel="next" href="backgr_simple-table-column.html" title="Background Area:
Background on 'table-column'"> |
| 6 <link rel="prev" href="backgr_simple-table-column-group.html" title="Background
Area: Background on 'table-column-group'"> | 6 <link rel="prev" href="backgr_simple-table-column-group.html" title="Background
Area: Background on 'table-column-group'"> |
| 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 tr {background: black url(resources/rainbowh.gif) bottom left;} | 12 tr {background: black url(resources/rainbowh.gif) bottom left;} |
| 12 | 13 |
| 13 </style> | 14 </style> |
| 14 </head> | 15 </head> |
| 15 <body> | 16 <body> |
| 16 <h3>crbug.com/35679: Background on 'table-row'</h3> | 17 <h3>crbug.com/35679: Background on 'table-row'</h3> |
| 17 | 18 |
| 18 <table class="separate"> | 19 <table class="separate"> |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 <a href="http://validator.w3.org/check/referer"><img | 72 <a href="http://validator.w3.org/check/referer"><img |
| 72 src="resources/valid-html401.png" height="31" width="88" | 73 src="resources/valid-html401.png" height="31" width="88" |
| 73 alt="Valid HTML 4.01!"></a> | 74 alt="Valid HTML 4.01!"></a> |
| 74 </div> | 75 </div> |
| 75 <address> | 76 <address> |
| 76 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> | 77 CSS2 Table Backgrounds Test Suite designed and written by fantasai <fantasa
i@escape.com> |
| 77 </address> | 78 </address> |
| 78 | 79 |
| 79 </body> | 80 </body> |
| 80 </html> | 81 </html> |
| OLD | NEW |