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