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