tenfourfox/layout/reftests/bugs/403249-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
182 B
HTML

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