1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/467460-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +</head> 1.8 +<body> 1.9 + <div style="-moz-transform: translate(50px, 50px); border: 1px solid red; width: 7ch;"> 1.10 + A 1.11 + <div id="f" style="left: 50px; top: 100px; border: 1px solid blue; width: 7ch; position: fixed;"> 1.12 + 0 1.13 + </div> 1.14 + </div> 1.15 +</body> 1.16 +</html>