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