blob: e1d8016dc53458649c377ab4299c24465816e8e4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link href="resources/min-width.css" rel="stylesheet" type="text/css">
<script src="../../resources/js-test-pre.js"></script>
<script src="resources/min-width-helpers.js"></script>
</head>
<body>
<script>
description("This test checks that the min-width style is applied to block HTML tables.");
function computeLogicalWidth(writingMode, direction, tableStyle)
{
return computeLogicalWidthHelper("html", "block", writingMode, direction, tableStyle);
}
runTests("html");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>