aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/max-width-div-clamp.html
blob: b4f4bfe1003709e8bae0e9be48ee8d9e83bd0b22 (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 {max-width: 1000px; height: 100px; background: lightgreen}
    </style>
  </head>
  <body>
    <div class="test">
    </div>
  </body>
</html>