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

25 lines
378 B
HTML

<!DOCTYPE html>
<html>
<head>
<head>
<style>
table table
{ border-collapse: collapse; border-style: solid; border-width: 10px;
border-color: green }
</style>
</head>
</head>
<body>
<table><tr>
<td>
<table>
<tr><td></td></tr>
</table>
<table>
<tr><td></td></tr>
</table>
</td>
</tr></table>
</body>
</html>