haikuwebkit/LayoutTests/fast/text/justify-ideograph-leading-e...

27 lines
636 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<meta charset="utf-8">
<style>
.test { margin: 8px 0; text-align: justify; border: solid; width: 100px; font-family: "hiragino mincho pro"; }
</style>
<div>
<div class="test">
a. b. <span>i</span>はxxxxxxx
</div>
<div class="test">
a. b. iはxxxxxxx
</div>
<div class="test">
xxxxxxxxxxxxxxxxxxxxx
</div>
</div>
<div style="text-rendering: optimizelegibility">
<div class="test">
a. b. <span>i</span>はxxxxxxx
</div>
<div class="test">
a. b. iはxxxxxxx
</div>
<div class="test">
xxxxxxxxxxxxxxxxxxxxx
</div>
</div>