aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/min-width-div.ref.html
blob: 64c02c31d4dc80b46336373e2a99dc8e827d87ab (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</title>
    <style>
      body {margin: 20px}
      .test {width: 400px; display: inline-block; background: lightgrey}
    </style>
  </head>
  <body>
    <div class="test">
      <p>Hello</p>
    </div>
  </body>
</html>