chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/filter-grayscale-ref.html

<!doctype html>
<html lang="en">
<!-- Submitted from TestTWF Paris -->
	<head>
		<title>CSS Filter Reference file</title>
		<link rel="author" title="Pierre Van der Eecken" href="mailto:[email protected]">
		<style type="text/css">
			.testzone{
				position: relative;
			}
			.box{
				background-color: #121212;
				height: 30px;
				width: 30px;
			}
		</style>
	</head>
	<body>
		<p>The test passes if the little box looks grey.</p>
		<div class="testzone">
			<div class="box"></div>
		</div>
	</body>
</html>