1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/966510-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html reftest-async-scroll> 1.6 +<body> 1.7 + <div reftest-displayport-x="0" reftest-displayport-y="0" 1.8 + reftest-displayport-w="800" reftest-displayport-h="1000" 1.9 + style="overflow: scroll; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 3;"> 1.10 + <div style="background: purple; height: 50px;"></div> 1.11 + </div> 1.12 + <div style="width: 50px; height: 50px; background: url('solidblue.png'); position: absolute; top: 100px; left: 50px; z-index: 2;"> 1.13 + </div> 1.14 +</body> 1.15 +</html>