summaryrefslogtreecommitdiff
path: root/test/html/render/min-width-body.ref.html
blob: 84e7a5c07063825ceb0e36b68094dccf47f9659b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>Test min-width CSS property in the body</title>
    <style>
      body {margin: 50px}
      .test {width: 2000px; background: lightgrey}
    </style>
  </head>
  <body>
    <div class="test">
      <p>Hello</p>
    </div>
  </body>
</html>