Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / inflow-bottom-margin.html
blobeaaadf8874db3c9a63077bd8c8d316ba4beaf290
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p> Bug 270473: When you scroll down there should be 50px of space provided by the margin after the yellow box.</p>
5 <div style="background-color: green; height: 100px; width: 100px;">
6 <div style="background-color: yellow; border: 1px solid red; width: 100px; height: 1000px; margin-top: 50px; margin-bottom: 50px;">
7 </div>
8 </div>
9 </body>
10 </html>