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