chromium/third_party/blink/web_tests/fast/block/positioning/060.html

<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>