blob: d522e46bc28826ce3f518d8ea3d012b707d39703 (
plain)
1
2
3
4
5
6
7
8
9
10
|
description("This test checks that the min-width style is applied to block CSS tables.");
// Requires min-width-helpers.js.
function computeLogicalWidth(writingMode, direction, tableStyle)
{
return computeLogicalWidthHelper("css", "block", writingMode, direction, tableStyle);
}
runTests("css");
|