1149923-ref.html (635B)
1 <!DOCTYPE html> 2 <html> 3 4 <head> 5 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1"> 6 <meta charset="utf-8"> 7 <title>Testcase for bug 1149923</title> 8 <style> 9 #outer { 10 width: 64px; 11 height: 64px; 12 background-color: #00f; 13 opacity: 1.0; 14 transform: rotate(90deg); 15 } 16 #inner { 17 width: 100%; 18 height: 100%; 19 background-color: #f00; 20 border-top-left-radius: 10%; 21 border-bottom-left-radius: 10%; 22 } 23 </style> 24 </head> 25 <body> 26 <div id='outer'><div id='inner'></div></div> 27 </body> 28 </html>