summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/resize_flush_iframe.html
blob: 37555a514ac32e20954789376a2c8a34b7ccd29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
  <style>
    body {
      background-color: red;
    }

    @media (min-width: 250px) {
      body {
        background-color: green;
      }
    }
  </style>
</head>
<body>
</body>
</html>