Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-viewport/zoom/font-size-keyword-specified.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS zoom applies to font-size when specified by keywords</title>
<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>