blob: b63786838f65833829d8153687326db59dac2364 [file] [log] [blame]
<html>
<head>
<style type="text/css">
.green {
width: 100px;
height: 100px;
background-color: green;
padding: 10px;
-webkit-background-clip: content;
}
.blue {
width: 50px;
height: 50px;
background-color: blue;
}
</style>
</head>
<body>
<div class="green">
<div class="blue">
</div>
</div>
</body>
</html>