robert@webkit.org | fc7763c | 2011-09-03 18:28:57 +0000 | [diff] [blame] | 1 | <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> |