Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / 002.html
blob80104a362e7fdcf23f5b4be3a9a16d169f9857ee
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html lang="en">
3 <head>
4 <title>CSS Block Box Model: block widths with position:relative</title>
5 <style type="text/css">
6 .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
7 .outer { position: relative; width: 300px; height: 100px; background: red; }
8 .inner { width: 200%; height: 200%; font: 100px/1 Ahem; color: green; }
9 </style>
10 </head>
11 <body>
12 <div class="control">Ahem_font_required_for_this_test.</div>
13 <div class="outer">
14 <div class="inner">XXX</div>
15 </div>
16 </body>
17 </html>