Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / basic / 018.html
blob5bb27b1d2dc4495d160c410342d6d4e1ee83215d
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 </head>
8 <body>
10 <p>This &lt;hr width="25%"&gt; should be centered:</p>
12 <hr width="25%">
14 <p>This one should be left-aligned.</p>
16 <hr width="25%" align=left>
18 <p>This one should be right-aligned.</p>
20 <hr width="25%" align=right>
22 <p>This one should be centered.</p>
24 <hr width="25%" align=center>
26 <p>(W3C: &#8220;<a href="http://www.w3.org/TR/REC-html32#hr">By
27 default, the rule is centered.</a>&#8221;)</p>
29 </body>
31 </html>