| <!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-size: 0px;"> |
| <div style="width: 140px; height: 20px; background-color: green;"></div><div style="display: inline-block; width: 20px; height: 20px; background-color: green;"></div><div style="display: inline-block; width: 100px; height: 20px; background-color: black;"></div><div style="display: inline-block; width: 20px; height: 20px; background-color: green;"></div><div style="width: 140px; height: 20px; background-color: green;"></div> |
| </div> |
| </div> |
| </body> |
| </html> |