9 border:
10px green solid;
14 display: table-caption;
15 -webkit-writing-mode: vertical-lr;
18 background-color: navy;
22 <script src=
"../../resources/check-layout.js"></script>
23 <body onload=
"checkLayout('.caption')">
24 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=103075">Bug
103075</a>: LayoutBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent
</p>
25 <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>
27 <div class=
"caption" data-expected-width=
"200" data-expected-height=
"100"></div>