summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/reference/clip-path-stripes-001-ref.html
blob: 75d08dc59e797cff43ff457a903e7bd9fc5c2ecb (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: 100px; height: 100px; margin: 75px 0 0 25px; background-color: green;">
		<div style="width: 50px; height: 100px; background-color: lime;"></div>
	</div>
</body>
</html>