Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>CSS zoom applies to font-size when specified by keywords</title>
<link rel="help" href="https://drafts.csswg.org/css-viewport/">
<link rel="match" href="font-size-keyword-specified-ref.html">
<div style="zoom: 2">
<div style="font-size: medium">This is some zoomed medium text</div>
</div>