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/relative-units-from-parent.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="relative-units-from-parent-ref.html">
<!--
The font-size and line-height use the parent sizes, but should still
multiply by our own zoom.
-->
<div style="zoom: 2; font-size: 2em; line-height: 2lh">ABC</div>