1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/960277-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<style> 1.6 +#d { overflow:scroll; width:200px; height:200px; background:yellow; transform:translateX(100px); } 1.7 +#d2 { right:0; width:100px; height:100px; background:purple; position:absolute; } 1.8 +</style> 1.9 +<div id="d"> 1.10 + <div id="d2"></div> 1.11 +</div>