Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / relative-overflow-block.html
blob7312dff1dcd6d8e9dcd0037cb18e7e95add96727
1 <html>
2 <body>
3 Document canvas should be big enough to fit both blue and red (relative positioned) rectangles (ie. have scrollbars if they don't fit to the view)
4 <div style="width: 500px; height: 500px; position: absolute; border: 2px solid blue;">
5 <div style="width: 500px; height: 500px; left: 300px; top:300px; position: relative; border: 2px solid red;">
6 </div>
7 </div>