blob: c6d6f13e8e48b9d4021b0489dbeb48e13b89ee75 [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 CSS tables.");
function computeLogicalWidth(writingMode, direction, tableStyle)
{
return computeLogicalWidthHelper("css", "block", writingMode, direction, tableStyle);
}
runTests("css");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>