Mozilla/mozilla/layout/reftests/bugs/404666-2-ref.html
bzbarsky%mit.edu 6687377ad9 Tweak reference
git-svn-id: svn://10.0.0.236/trunk@240285 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-03 08:03:41 +00:00

16 lines
171 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
table {background-color:green}
td { color: white }
</style>
</head>
<body>
<table>
<tr>
<td>Three</td>
</tr>
</table>
</html>