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