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