wpt / css / css-viewport / zoom / font-size-keyword-specified.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-viewport/zoom/font-size-keyword-specified.html

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

/css/css-viewport/zoom/font-size-keyword-specified-ref.html

<!DOCTYPE html>
<title>CSS zoom applies to font-size when specified by keywords</title>
<div style="font-size: medium">
    <div style="zoom: 2">This is some zoomed medium text</div>
</div>