summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/rem-in-monospace-ref.html
blob: 5acb0522019e342eff9a955ae6b15b8d4c235000 (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: 1rem">
  Text.
</div>

<div style="font-family: sans-serif; font-size: 1rem">
  Text.
</div>