blob: 6cf5bcabd1e619e35c6f03099250143dc6306d38 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.masked {
height: 100px;
width: 100px;
background-color: green;
}
</style>
</head>
<body>
<div class="masked"></div>
</body>
</html>