Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / unscrollable-layer-subpixel-size-with-negative-overflow-expected.html
blob67e3d2932878b3627daf3053f7686996acafd480
1 <!DOCTYPE html>
2 <div>
3 This test reproduced the wrong call to LayerScrollableArea::updateAfterLayout()
4 from LayoutBox::setLocationAndUpdateOverflowControlsIfNeeded() which caused incorrect
5 LayoutBlock::baselinePosition() for later layout.
6 </div>
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>
11 </div>
12 </div>