translate-rounding-2.html (385B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Bug 1392161 - Transform translate rounding (rem)</title> 5 <style> 6 div { 7 height: 100px; 8 width: 100px; 9 background: blue; 10 transform: scale(100000) translate(0.0001rem) scale(0.00001); 11 } 12 html { 13 font-size: 10px; 14 } 15 </style> 16 </head> 17 <body> 18 <div></div> 19 </body> 20 </html>