Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / scrolling / horizontal-overflow-quirks-expected.html
blob6ef04c2f145bcd50e7c3e915c890145a3cef28c6
1 <!DOCTYPE html>
2 <style>
3 body {
4 border: 2px solid #ccf;
5 margin: 10px;
6 padding: 10px;
7 width: 3000px;
8 position: absolute;
9 top: 0;
10 bottom: 0;
12 </style>
13 The body should stretch to fill the viewport without introducing vertical overflow.