gecko/layout/reftests/bugs/399209-1-ref.html
bzbarsky@mit.edu 1a0b565fc7 Adding tests
2007-12-16 20:40:36 -08:00

16 lines
187 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
table { background: white; }
td { color: white; }
</style>
</head>
<body>
<table>
<td>One</td>
<td>Two</td>
<td>Three</td>
</body>
</html>