summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/reference/clip-path-stripes-002-ref.html
blob: 8dd1c926cbf0b96f40acf26dc13dfd1987905882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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: 50px; height: 50px; margin: 50px 0 0 25px; background-color: green;">
		<div style="width: 25px; height: 50px; background-color: lime;"></div>
	</div>
</body>
</html>