2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t1004-c5524-width-00-b-g.html
blobb4fc64ab9c137cba075ade274948f61426df749b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: height</title>
5 <style type="text/css">
6 div { background: url(support/test-outer.png) top left no-repeat; padding: 40px 40px 240px 40px; }
7 img { height: 200px; }
8 </style>
9 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#min-max-widths" title="10.4 Minimum and maximum widths: 'min-width' and 'max-width'">
10 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property" title="10.5 Content height: the 'height' property">
11 </head>
12 <body>
13 <p>The blue rectangle below should be exactly 200 pixels by 120
14 pixels on the ruler (and the aqua bars should stick out of the
15 blue box, with no red present).</p>
16 <!-- This test sucks. Anyone got any better ideas on how to do this? -->
17 <div><img alt="FAIL: Image support required." src="support/test-inner-half-size.png" class="one"></div>
18 </body>
19 </html>