blob: 75d08dc59e797cff43ff457a903e7bd9fc5c2ecb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Masking: Reftest reference</title>
<link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
</head>
<body>
<p>The test passes if you see a green vertical stripe next to a lime green vertical stripe, both stripes should be of equal size and there should be no red.</p>
<div style="width: 100px; height: 100px; margin: 75px 0 0 25px; background-color: green;">
<div style="width: 50px; height: 100px; background-color: lime;"></div>
</div>
</body>
</html>