| <!DOCTYPE html> | |
| <meta charset="UTF-8"> | |
| <title>CSS Reftest Reference</title> | |
| <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> | |
| <style> | |
| table | |
| { | |
| border-spacing: 32px; | |
| margin: -32px 0px 0px -32px; | |
| } | |
| td | |
| { | |
| height: 100px; | |
| padding: 0px; | |
| width: 100px; | |
| } | |
| </style> | |
| <table> | |
| <tr> | |
| <td style="background-color: black;"><td style="background-color: gray;"><td style="background-color: gray;"><td style="background-color: black;"> | |
| <tr> | |
| <td style="background-color: blue;"><td><td><td style="background-color: purple;"> | |
| <tr> | |
| <td style="background-color: blue;"><td><td><td style="background-color: purple;"> | |
| <tr> | |
| <td style="background-color: black;"><td style="background-color: orange;"><td style="background-color: orange;"><td style="background-color: black;"> | |
| </table> |