| <!DOCTYPE html> | |
| <head> | |
| <title>This tests that text with subpixel margin-top value does not get cut off prematurely.</title> | |
| <style> | |
| .outer { | |
| display: inline-block; | |
| font-family: '.LucidaGrandeUI'; | |
| margin-top: 0.5px; | |
| } | |
| .inner { | |
| overflow: hidden; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class=outer> | |
| <div class=inner>ggggg</div> | |
| </div> | |
| <body> |