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