8 -webkit-column-width:
100px;
9 -webkit-column-gap:
0px;
15 .percentLogicalHeight {
16 -webkit-writing-mode: vertical-lr;
19 background-color: navy;
23 <script src=
"../../resources/check-layout.js"></script>
24 <body onload=
"checkLayout('.percentLogicalHeight')">
25 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=103075">Bug
103075</a>: LayoutBox::computePercentageLogicalHeight should use containingBlockLogicalWidthForContent
</p>
26 <p>This test checks that a percent logical height child in an orthogonal writing mode uses the multi-column's containing block column-width when resolving the logical height.
</p>
27 <div class=
"container">
28 <div class=
"percentLogicalHeight" data-expected-width=
"100" data-expected-height=
"100"></div>