summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-viewport/zoom/font-size-ref.html
blob: 5714a878b301a645e9ca07d0b52e68d67febfc7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<style>CSS Test reference</style>
<div style="font-size: 12px">
  12px text
</div>

<hr>

<div style="font-size: 24px;">
  12px zoomed text
</div>

<hr>

<div style="font-size: 12px">
  <div style="font-size: 24px">
    12px zoomed inherited text
  </div>
</div>