1 description("This test checks that the min-width style is applied to block HTML tables.");
3 // Requires min-width-helpers.js.
5 function computeLogicalWidth(writingMode
, direction
, tableStyle
)
7 return computeLogicalWidthHelper("html", "block", writingMode
, direction
, tableStyle
);