summaryrefslogtreecommitdiffstats
path: root/layout/reftests/z-index/stacking-context-yes.html
blob: bdb9567b54253f5b8e27b8e2765f788251bcca87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<meta charset="UTF-8">
<title>Reference for things that create a stacking context</title>
<link rel="stylesheet" href="stacking-context-common.css">
<style>
.sc {
  z-index: 0;
}
</style>
<div class="contain">
  <div class="maybesc sc">
    <div class="inner1"></div>
    <div class="inner3"></div>
  </div>
  <div class="intruder"></div>
</div>