blob: 1bea172a0eb0cf63a07a311c90e0c29ea185eb0d (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<p>The following two lines should look exactly the same.</p>
<div style="font-family: sans-serif; font-size: 1rch">
Text.
</div>
<div style="font-family: sans-serif; font-size: 1rch">
Text.
</div>
|