summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/min-width-ref.html
blob: 7131d977c2dd25a7b0e70419f90f23d569761698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <body>
    <style>
      #a { border: 1px solid green; width: 150px; height: 200px; }
      #b { border: 1px solid black; min-width: 200px; height: 100px; }
    </style>
    <div id="a">
      <div id="b">
      </div>
    </div>
  </body>
</html>