summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/fixed-table-with-percent-inside-percent-table.html
blob: 334f37aa44e83ce58cdffc07d0a7dfe43acd14b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
    <table style="width:100%; background-color:red"><tr><td>

        <tr><td>

            <table style="width:100%; background-color:green; table-layout:fixed"><tr><td>
                Content
            </td></tr></table>

        </td></tr>

    </td></tr></table>
</html>