| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| This test makes sure that text-align: right, text-overflow: ellipsis, and padding all play nicely with each other. | |
| <div style="font: 20px Ahem; -webkit-font-smoothing: none;"> | |
| <div style="padding: 20px; width: 100px; background-color: green; overflow: hidden; text-overflow: ellipsis; text-align: right;">abcdefghijklmnopqrstuvwxyz</div> | |
| </div> | |
| </body> | |
| </html> |