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