gecko/layout/reftests/bugs/474417-1-ref.html
2009-01-20 14:42:25 -05:00

12 lines
232 B
HTML

<!DOCTYPE html>
<!-- Use the 0-width non-breakable space to force the same kerning behavior
as <wbr> -->
<html>
<div style="width: 100em">
A&#xFEFF;B
</div>
<div style="width: 0">
A&#xFEFF; B
</div>
</html>