summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/script-tests/min-width-html-block-table.js
blob: 7da2f40314fc22c0148bfd7b3916d4242a839bc9 (plain)
1
2
3
4
5
6
7
8
9
10
description("This test checks that the min-width style is applied to block HTML tables.");

// Requires min-width-helpers.js.

function computeLogicalWidth(writingMode, direction, tableStyle)
{
    return computeLogicalWidthHelper("html", "block", writingMode, direction, tableStyle);
}

runTests("html");