summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/block/positioning/060.html
blob: 7c5939306d217c67b8379795c26fca36ccfbdb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
There should be two 100x100 green squares below.  They should be vertically stacked.

<div style="position:absolute;left:10px;top:40px;height:100px;background-color:green">
<div style="min-width:100px"></div>
</div>

<div style="position:absolute;left:10px;top:150px;height:100px;background-color:green">
<div style="width:300px; max-width:100px"></div>
</div>