summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/min-width-css-block-table.html
blob: 68382d6ad58f424fae191eab8b28e12e9f948767 (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-block-table.js"></script>
    </body>
</html>