Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / 060.html
blob7c5939306d217c67b8379795c26fca36ccfbdb50
1 <html>
2 <body>
3 There should be two 100x100 green squares below. They should be vertically stacked.
5 <div style="position:absolute;left:10px;top:40px;height:100px;background-color:green">
6 <div style="min-width:100px"></div>
7 </div>
9 <div style="position:absolute;left:10px;top:150px;height:100px;background-color:green">
10 <div style="width:300px; max-width:100px"></div>
11 </div>