summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/fixed-table-layout/empty-table-should-take-no-space-fixed-layout-expected.html
blob: 11642a3df6b397dd0fbe11d1c05f1490c218b2fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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>