| <html> | |
| <head> | |
| <!-- An absolute-positioned inline element, with no leading text, should still obey the alignment of its parent block. | |
| 'Hello World, And Stuff!' should be aligned 150 pixels to the left of the center. | |
| https://bugs.webkit.org/show_bug.cgi?id=4860--> | |
| </head> | |
| <body> | |
| <div align="center"> | |
| <font style="font-size:24px; font-variant:small-caps;letter-spacing:2px; position:absolute; bottom:10px; margin-left:-150px">Hello World, And Stuff!</font> | |
| </div> | |
| </body></html> |