summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/zoom-font-size.html
blob: 4f925fbdd005a737f1c6d3253a3b70231e229891 (plain)
1
2
3
4
5
6
7
8
9
10
<body style="font-size:16px">

All text below should be 32px tall.

<div style="zoom:200%">This text should be 32px tall.</div>
<div style="font-size:32px; zoom:reset">This text should be 32px tall.</div>
<div style="zoom:50%;font-size:64px">This text should be 32px tall.</div>
<div style="font-size:4px; zoom:400%; font-size:8px">This text should be 32px tall.</div>

</body>