blob: e0dad2797b7ad14f71fba8b595f073279c671d5a [file] [log] [blame]
robert@webkit.orgfc7763c2011-09-03 18:28:57 +00001<html>
2<head>
3<!-- An absolute-positioned inline element, with no leading text, should still obey the alignment of its parent block.
4 'Hello World, And Stuff!' should be aligned 150 pixels to the left of the center.
5 https://bugs.webkit.org/show_bug.cgi?id=4860-->
6</head>
7<body>
8<div align="center">
9<font style="font-size:24px; font-variant:small-caps;letter-spacing:2px; position:absolute; bottom:10px; margin-left:-150px">Hello World, And Stuff!</font>
10</div>
11</body></html>