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