Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / dynamic-top-change-005-expected.html
blob8363b948e21b671365da9f3a2cd1c714d6d49f92
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test Reference Result: Inheriting 'top' changes from abspos grandparent</title>
5 <style type="text/css">
6 .testDiv { position: relative; width: 100px; height: 100px; }
7 #green { top: 100px; background: green; }
8 body > p { position: absolute; font-size: medium; }
9 body { font-size: 0; line-height: 0; position: relative; }
10 </style>
11 </head>
12 <body>
13 <p>There should be no red.</p>
14 <div id="green" class="testDiv"></div>
15 </body>
16 </html>