aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/min-width-html.html
blob: 09e89d5c2c1066afe55e2096fd5d3dfbe4d0781c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title>Test min-width in the html tag</title>
    <style>
      html {min-width: 2000px}
      body {margin: 0px}
      .test {background: lightgrey}
    </style>
  </head>
  <body>
    <div class="test">
      <p>Hello</p>
    </div>
  </body>
</html>