haikuwebkit/LayoutTests/fast/table/empty-table-should-take-no-...

27 lines
651 B
HTML

<!DOCTYPE html>
<html>
<body>
<style>
span {
background-color: green;
color: green;
}
.vertical-rectangle {
background-color: green;
color: green;
height: 20px;
width: 40px;
}
</style>
<div>Bug <a href="https://webkit.org/b/95521">95521</a>: Tables without any descendant and auto logical width should have a 0px logical width</div>
<div>Description: This test checks that an auto table without any cells doesn't take any space.</div>
<div>There should be 2 green horizontal rectangles with no empty or red space below.</div>
<div>
<span>xxxxxxxxxx</span>
</div>
<br>
<div class="vertical-rectangle"><div>
</body>
</html>