summaryrefslogtreecommitdiff
path: root/test/html/render/min-width-div-extend.ref.html
blob: 5887d5226d4aa18113f76a666a74665a37ba0060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>Test max-width CSS properties</title>
    <style>
      body {margin: 20px}
      .test {width: 100%; height: 100px; background: lightgreen}
    </style>
  </head>
  <body>
    <div class="test">
    </div>
  </body>
</html>