blob: b0db3fb7f2b06f9223db6739df9b2e06354b12d7 [file] [log] [blame]
commit-queue@webkit.orgd9af3a82012-02-01 19:38:23 +00001<!DOCTYPE html>
2<html>
3 <head>
4 <link href="resources/min-width.css" rel="stylesheet" type="text/css">
mark.lam@apple.com0d4b5fc2013-09-08 00:44:54 +00005 <script src="../../resources/js-test-pre.js"></script>
ap@apple.com27f767d2017-05-26 02:10:33 +00006 <script src="resources/min-width-helpers.js"></script>
commit-queue@webkit.orgd9af3a82012-02-01 19:38:23 +00007 </head>
8 <body>
ap@apple.com27f767d2017-05-26 02:10:33 +00009 <script>
10 description("This test checks that the min-width style is applied to inline HTML tables.");
11
12 function computeLogicalWidth(writingMode, direction, tableStyle)
13 {
14 return computeLogicalWidthHelper("html", "inline", writingMode, direction, tableStyle);
15 }
16
17 runTests("html");
18 </script>
mark.lam@apple.com0d4b5fc2013-09-08 00:44:54 +000019 <script src="../../resources/js-test-post.js"></script>
commit-queue@webkit.orgd9af3a82012-02-01 19:38:23 +000020 </body>
21</html>