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