chromium/third_party/blink/web_tests/external/wpt/css/css-masking/clip-path/reference/clip-path-stripes-001-ref.html

<!DOCTYPE html>
<html>
<head>
	<title>CSS Masking: Reftest reference</title>
	<link rel="author" title="Dirk Schulze" href="mailto:[email protected]">
</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>