translate-rounding-ref.html (312B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Bug 1392161 - Translate rounding reference</title> 5 <style> 6 div { 7 height: 100px; 8 width: 100px; 9 background: blue; 10 position: relative; 11 left: 100px; 12 } 13 </style> 14 </head> 15 <body> 16 <div></div> 17 </body> 18 </html>