summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-inflation/threshold-scope-grid-container-1.html
blob: 0bb87bae460add02c1b172fead87f971f9fddecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE HTML>
<style>
  div.outer {
    width: 450px;
    font-size: 12px;
  }

  .outer > div {
    display: grid;
  }
</style>
<div class="outer">
  <div>These</div>
  <div>separate</div>
  <div>grid</div>
  <div>containers</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>