haikuwebkit/LayoutTests/fast/css/zoom-font-size.html

11 lines
378 B
HTML

<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>