forked from mirrors/gecko-dev
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
38 lines
688 B
HTML
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>
|