Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / 001.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html lang="en">
3  <head>
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; }
8   </style>
9  </head>
10  <body>
11   <p>There should be no red below.</p>
12   <div>
13    <p><img src="resources/sample.gif" alt="Image support required for this test"></p>
14   </div>
15  </body>
16 </html>