1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-radius/border-reduce-height.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<html> 1.5 + <head> 1.6 + <style> 1.7 + div { box-sizing: border-box; 1.8 + width: 60px; 1.9 + height: 20px; 1.10 + border: 2px solid black; 1.11 + background: green; 1.12 + position: absolute; 1.13 + top: 12px; 1.14 + left: 12px; 1.15 + border-radius: 5px 20px 5px 20px; 1.16 + } 1.17 + </style> 1.18 + </head> 1.19 + <body> 1.20 + <div></div> 1.21 + </body> 1.22 +</html>