Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / 001.html
blob98e452963f8d4b591003a8f91b66c97f278a8a5d
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>