blob: cb46593052f577b75a117e42f09d7646871fec4c [file] [log] [blame]
<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>