3 This test reproduced the wrong call to LayerScrollableArea::updateAfterLayout()
4 from LayoutBox::setLocationAndUpdateOverflowControlsIfNeeded() which caused incorrect
5 LayoutBlock::baselinePosition() for later layout.
7 <div style=
"vertical-align: baseline; display: inline-block">
8 <div id=
"left" style=
"display: inline-block; width: 100.4px; background-color: green">left
9 </div><!-- No whitespace --><div id=
"right" style=
"display: inline-block; width: 300.4px; background-color: yellow; font-size: 100px">
10 <span style=
"position: relative; top: -10px">right
</span>