2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t1001-abs-pos-cb-03-b.html
blob6ee92b28eff868e167aa2dc337f8b0c46df403cb
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 body { background: red; margin: 100px 100px; }
8 div { background: white; color: green; position: fixed; top: 0; right: 0; height: 100%; width: 100%; }
9 </style>
10 </head>
11 <body>
12 <div>
13 There should be no red on this page.
14 </div>
15 </body>
16 </html>