gecko/layout/reftests/bugs/399209-1-ref.html

16 lines
187 B
HTML
Raw Normal View History

2007-12-16 20:40:36 -08:00
<!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>