Files
UXP-Fixed/layout/reftests/bugs/404666-2-ref.html
T
2018-02-02 04:16:08 -05: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>