summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/contain-size-061.html
blob: 1738b7f2a0358c1de808e171b143155813d4eb3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Containment Test: 'contain: size' applies to block box (basic)</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/#containment-size">
  <link rel="match" href="reference/contain-size-061-ref.html">


  <style>
  div
    {
      contain: size;
      font-size: 100px;
      overflow: hidden;
    }
  </style>

  <p>Test passes if the word FAIL is absent.

  <div>FAIL</div>