gecko/layout/reftests/bugs/474417-1.html

12 lines
239 B
HTML
Raw Normal View History

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