1239564-ref.html (397B)
1 <html><head> 2 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 3 <title>Testcase for bug 1239564</title> 4 <style> 5 #circle { 6 border-radius: 300px; 7 height: 80px; 8 width: 80px; 9 background-color: red; 10 margin: auto; 11 position: absolute; 12 left: 0; 13 right: 0; 14 top:0; 15 bottom: 0; 16 transform: translateZ(1px) scale(3); 17 } 18 </style> 19 <body> 20 <div id="circle"></div> 21 </body></html>