Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / script-tests / min-width-html-block-table.js
blob7da2f40314fc22c0148bfd7b3916d4242a839bc9
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);
10 runTests("html");