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