summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-blending/mix-blend-mode-dest-alpha-1135271-ref.html
blob: e8ff8a610916ab025ddd5fc5bc5766e3f170dee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<head>
  <style>
    .parent {
       width: 200px;
       height: 200px;
       isolation: isolate;
    }
    .child {
      width: 200px;
      height: 200px;
      background: green;
    }
  </style>
</head>
<body>
 <div class="parent">
  <div class="child">
  </div>
 </div>
</body>