474417-1.html (226B)
1 <!DOCTYPE html> 2 <!-- use sans to eliminate antialias issues on serif tips --> 3 4 <html style="font-family: sans-serif;"> 5 <div style="width: 100em;"> 6 A<wbr>B 7 </div> 8 <div style="width: 0"> 9 A<wbr>B 10 </div> 11 </html>