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