summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/min-width-css-inline-table.html
blob: a51bf67742ef57081a2358d4f34f74b9ef65e48f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
    <head>
        <link href="resources/min-width.css" rel="stylesheet" type="text/css">
        <script src="../../resources/js-test.js"></script>
        <script src="script-tests/min-width-helpers.js"></script>
    </head>
    <body>
        <script src="script-tests/min-width-css-inline-table.js"></script>
    </body>
</html>