summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/cell-intrinsic-height.html
blob: b79012d43b502fa823bbf9040c62f48bd500aae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<script src="../../resources/check-layout.js"></script>
<table>
    <td style='height: -webkit-fit-content;' data-expected-height=22>
        <div style="height: 20px; width: 20px"></div>
    </td>
</table>
<div id="test-output"></div>
<p> crbug.com/478279: Let instrinsic height stylings work for cells. </p>
<script>
    window.checkLayout("td", document.getElementById("test-output"));
</script>