| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | |
| <html> | |
| <head> | |
| <style> | |
| HTML { background: white; } | |
| BODY { background: white no-repeat top center; background-image: url(resources/apple.jpg); } | |
| HTML, BODY { padding-top: 232px; } | |
| </style> | |
| </head> | |
| <body> | |
| <p> | |
| Repaint test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15157">http://bugs.webkit.org/show_bug.cgi?id=15157</a> | |
| Image defined in background-position: top center gets unexpectedly truncated</i>. | |
| </p> | |
| </body> | |
| </html> |