Mypal/layout/reftests/bugs/402567-2-ref.html

21 lines
313 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<html>
<head><style>
table {
width: 10px;
}
div.scroll {
overflow: scroll;
background: lightgreen;
}
div.invis {
color: white;
}
</style></head>
<body>
<table><tr><td>
<div class="scroll">xxx</div>
<div class="invis">xxx</div>
</td></tr></table>
</body>
</html>