2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t1001-abs-pos-cb-08-b.html
blobfd9836f6b29ab64c259d210f2058fae424fcfa31
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Containing block for absolute positioning</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#containing-block-details">
6 <style type="text/css">
7 html { border: 100px solid red; background: red; }
8 div { background: white; color: green; position: absolute;
9 top: 0; right: 0; width: 100%; height: 100%; }
10 </style>
11 </head>
12 <body>
13 <div>
14 There should be no red on this page.
15 </div>
16 </body>
17 </html>