layout/reftests/bugs/960277-1-ref.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:4e8afc2ec93f
1 <!DOCTYPE HTML>
2 <style>
3 #d { overflow:scroll; width:200px; height:200px; background:yellow; transform:translateX(100px); }
4 #d2 { right:0; width:100px; height:100px; background:purple; position:absolute; }
5 </style>
6 <div id="d">
7 <div id="d2"></div>
8 </div>

mercurial