| border: 10px green solid; |
| -webkit-writing-mode: vertical-lr; |
| <script src="../../resources/check-layout.js"></script> |
| <body onload="checkLayout('.caption')"> |
| <p><a href="https://bugs.webkit.org/show_bug.cgi?id=103075">Bug 103075</a>: RenderBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent</p> |
| <p>This test checks that a table caption with an orthogonal writing mode properly uses the table's logical width (including padding and borders).</p> |
| <div class="caption" data-expected-width="200" data-expected-height="100"></div> |