summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/contain-paint-size-002.html
blob: 18d03e7f5224432b05d71727fa24ee4552d37894 (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
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Containment Test: 'contain: paint size' and block box</title>

  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
  <link rel="help" href="https://www.w3.org/TR/css-contain-1/#contain-property">
  <link rel="match" href="reference/contain-paint-size-001-ref.html">


  <style>
  div
    {
      background-color: red;
      border: green solid 1em;
      color: red;
      contain: paint size;
      font-size: 20px;
      width: 166px;
    }
  </style>

  <p>Test passes if there is a short horizontal green stripe and <strong>no red</strong>.

  <div>FAIL FAIL FAIL FAIL FAIL FAIL</div>