Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / script-tests / min-width-css-block-table.js
blobd522e46bc28826ce3f518d8ea3d012b707d39703
1 description("This test checks that the min-width style is applied to block CSS tables.");
3 // Requires min-width-helpers.js.
5 function computeLogicalWidth(writingMode, direction, tableStyle)
7     return computeLogicalWidthHelper("css", "block", writingMode, direction, tableStyle);
10 runTests("css");