layout/reftests/reftest-sanity/647192-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/reftest-sanity/647192-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html><head>
     1.5 +<style>
     1.6 +div {
     1.7 +  outline: 1px solid black;
     1.8 +}
     1.9 +</style>
    1.10 +
    1.11 +</head><body>
    1.12 +You should see no red, only green<br>
    1.13 +  <div style="overflow: scroll; height: 200px; z-index: 2; position: relative; background-color: red;"></div>
    1.14 +    <div class="displayport" reftest-displayport-h="500" style="overflow: scroll; position: relative; margin-top: -200px; height: 200px;">
    1.15 +      <div style="z-index: 10; position: absolute; width: 100%; height: 500px; bottom: -300px;">
    1.16 +        <div style="height: 200px; background-color: lime;"></div>
    1.17 +      </div>
    1.18 +   </div>
    1.19 +</body></html>

mercurial