<title>This tests that text-indent works with shrink-to-fit width computation.</title> | |
<style> | |
div { | |
border: 1px solid green; | |
float: right; | |
margin: 10px; | |
} | |
</style> | |
<div style="width: 126px; height: 28px;"></div> | |
<div style="width: 176px; height: 14px;"></div> | |
<script> | |
</script> |