fune/layout/reftests/font-inflation/threshold-scope-grid-container-items-1.html
Jan Henning b0ada58aa8 Bug 1552781 - Part 1: Add reftests for flexbox/grid font inflation scope. r=dbaron
In this case, the desired end state is *no* inflation, so we don't need separate
ref-versions of the test pages - the only difference is in the prefs being used.

Differential Revision: https://phabricator.services.mozilla.com/D32621

--HG--
extra : moz-landing-system : lando
2019-06-26 21:11:14 +00:00

38 lines
688 B
HTML

<!DOCTYPE HTML>
<style>
div.outer {
width: 450px;
font-size: 12px;
display: grid;
}
</style>
<div class="outer">
<div>These</div>
<div>separate</div>
<div>grid</div>
<div>items</div>
<div>shouldn't</div>
<div>be</div>
<div>inflated,</div>
<div>because</div>
<div>they</div>
<div>each</div>
<div>form</div>
<div>separate</div>
<div>formatting</div>
<div>contexts</div>
<div>and</div>
<div>should</div>
<div>therefore</div>
<div>be</div>
<div>considered</div>
<div>individually</div>
<div>when</div>
<div>evaluating</div>
<div>the</div>
<div>font</div>
<div>inflation</div>
<div>text</div>
<div>threshold.</div>
</div>