aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/ref/basic_width_px.html
blob: 660fa67624698f7d8033fb34631c3492ef4bbd31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
  <head>
    <style>
      html {
        font-size: 20px;
      }
      p {
        width: 200px;
        border: solid 1px black;
      }
    </style>
  </head>
  <body>
    <p>hello, wide world</p>
  </body>
</html>