1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-radius/clipping-6.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 1.8 +</head> 1.9 +<body> 1.10 + <div style="overflow:hidden; border-radius:25px; border:3px solid #f00; padding:1px; height:180px;"> 1.11 + <div style="height:100px; width:100px; transform:perspective(1px); background-color:lime"></div> 1.12 + <div style="height:100px; width: 50px; background-color:red; position:relative; top: -20px;">Hi</div> 1.13 + </div> 1.14 + <div 1.15 +</body> 1.16 +</html>