commit-queue@webkit.org | d9af3a8 | 2012-02-01 19:38:23 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <link href="resources/min-width.css" rel="stylesheet" type="text/css"> |
mark.lam@apple.com | 0d4b5fc | 2013-09-08 00:44:54 +0000 | [diff] [blame] | 5 | <script src="../../resources/js-test-pre.js"></script> |
ap@apple.com | 27f767d | 2017-05-26 02:10:33 +0000 | [diff] [blame] | 6 | <script src="resources/min-width-helpers.js"></script> |
commit-queue@webkit.org | d9af3a8 | 2012-02-01 19:38:23 +0000 | [diff] [blame] | 7 | </head> |
| 8 | <body> |
ap@apple.com | 27f767d | 2017-05-26 02:10:33 +0000 | [diff] [blame] | 9 | <script> |
| 10 | description("This test checks that the min-width style is applied to inline HTML tables."); |
| 11 | |
| 12 | function computeLogicalWidth(writingMode, direction, tableStyle) |
| 13 | { |
| 14 | return computeLogicalWidthHelper("html", "inline", writingMode, direction, tableStyle); |
| 15 | } |
| 16 | |
| 17 | runTests("html"); |
| 18 | </script> |
mark.lam@apple.com | 0d4b5fc | 2013-09-08 00:44:54 +0000 | [diff] [blame] | 19 | <script src="../../resources/js-test-post.js"></script> |
commit-queue@webkit.org | d9af3a8 | 2012-02-01 19:38:23 +0000 | [diff] [blame] | 20 | </body> |
| 21 | </html> |