4 var leftDiv
= document
.getElementById('left');
5 leftDiv
.style
.width
= '100.4px';
7 leftDiv
.textContent
= 'left';
11 This test reproduced the wrong call to LayerScrollableArea::updateAfterLayout()
12 from LayoutBox::setLocationAndUpdateOverflowControlsIfNeeded() which caused incorrect
13 LayoutBlock::baselinePosition() for later layout.
15 <div style=
"vertical-align: baseline; display: inline-block">
16 <div id=
"left" style=
"display: inline-block; width: 100px; background-color: green">left original
17 </div><!-- No whitespace --><div id=
"right" style=
"display: inline-block; position: relative; width: 300.4px; background-color: yellow; font-size: 100px">
18 <span style=
"position: relative; top: -10px">right
</span>