diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/table/script-tests/min-width-css-inline-table.js')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/table/script-tests/min-width-css-inline-table.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/table/script-tests/min-width-css-inline-table.js b/third_party/WebKit/LayoutTests/fast/table/script-tests/min-width-css-inline-table.js new file mode 100644 index 0000000..f3c3cf2 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/table/script-tests/min-width-css-inline-table.js @@ -0,0 +1,10 @@ +description("This test checks that the min-width style is applied to inline CSS tables."); + +// Requires min-width-helpers.js. + +function computeLogicalWidth(writingMode, direction, tableStyle) +{ + return computeLogicalWidthHelper("css", "inline", writingMode, direction, tableStyle); +} + +runTests("css");
\ No newline at end of file |