summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filter-grayscale-ref.html
blob: beaa72aaa3c3e9a6fdbf95ef3f50c7c515a77b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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:pierre.vandereecken@gmail.com">
		<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>