1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: Reference Result
</title>
5 <link rel=
"author" title=
"WebKit" href=
"http://webkit.org/">
6 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/visuren.html#floats">
7 <style type=
"text/css">
8 body
{ width: 400px; background: white
}
9 span
{ display: inline-block
; vertical-align: top
; width: 40px; background: black
; }
10 div
{ background: black
; }
14 <p>There should be two black boxes below.
</p>
15 <div style=
"position: absolute; width: 40px; height: 40px; background: black;"></div>
16 <div style=
"position: absolute; left: 108px; width: 60px; height: 20px; background: black;"></div>