layout/reftests/border-radius/transforms-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-radius/transforms-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<body style="background:white">
     1.7 +<style>
     1.8 +div {
     1.9 +  position: absolute;
    1.10 +  width: 100px;
    1.11 +  height: 100px;
    1.12 +  border-radius: 30px;
    1.13 +  overflow: hidden;
    1.14 +}
    1.15 +
    1.16 +span {
    1.17 +  position: absolute;
    1.18 +  top: 0;
    1.19 +  left: 0;
    1.20 +  width: 100%;
    1.21 +  height: 100%;
    1.22 +  background: black;
    1.23 +  transform: scale(2);
    1.24 +}
    1.25 +</style>
    1.26 +<div><span></span></div>
    1.27 +</body>
    1.28 +</html>

mercurial