layout/reftests/z-index/stacking-context-yes.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/z-index/stacking-context-yes.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<meta charset="UTF-8">
     1.6 +<title>Reference for things that create a stacking context</title>
     1.7 +<link rel="stylesheet" href="stacking-context-common.css">
     1.8 +<style>
     1.9 +.sc {
    1.10 +  z-index: 0;
    1.11 +}
    1.12 +</style>
    1.13 +<div class="contain">
    1.14 +  <div class="maybesc sc">
    1.15 +    <div class="inner1"></div>
    1.16 +    <div class="inner3"></div>
    1.17 +  </div>
    1.18 +  <div class="intruder"></div>
    1.19 +</div>

mercurial