1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
4 <title>Replaced inline elements with % widths
</title>
5 <style type=
"text/css">
6 div
{ width: 600px: height: 100px; background: red
; }
7 img
{ width: 100%; height: 100px; vertical-align: bottom
; }
11 <p>There should be no red below.
</p>
13 <p><img src=
"resources/sample.gif" alt=
"Image support required for this test"></p>