Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / basic / 019.html
blob63da369928ba92a79878b9689d0d5d6ad1370199
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html lang="en-au">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title></title>
6 <style>
7 h1 { border: 3px solid red; }
8 </style>
9 </head>
11 <body>
13 <p>These &lt;h1&gt;s should all be left-aligned:</p>
15 <h1 style="width: auto;">sample</h1>
16 <h1 style="width: 10em;">sample</h1>
18 <p>These &lt;p&gt;s should be (and are) left-aligned:</p>
20 <p style="width: auto;">sample</p>
21 <p style="width: 10em;">sample</p>
23 </body>
25 </html>