Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / vertical-lr / 002.html
blob935a370fe688e9f5634a2c168d45eeb71596a432
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; height: 300px; width: 100px; background: red; }
8 .inner { width: 200%; height: 200%; font: 100px/1 Ahem; color: green; }
9 body { -webkit-writing-mode: vertical-lr; }
10 </style>
11 </head>
12 <body>
13 <div class="control">Ahem_font_required_for_this_test.</div>
14 <div class="outer">
15 <div class="inner">XXX</div>
16 </div>
17 </body>
18 </html>