summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/filter-invert-001-ref.html
blob: 5242811f062e4a0d2ed14003e0c95eb9e472fcb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
    <title>CSS Filter Sepia Reference</title>
    <link rel="author" title="Tien Le" href="mailto:shonentokyo@gmail.com">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
    <style type="text/css">

	div {
		width: 200px;
		height: 200px;
		background-color: yellow;
	}

    </style>
</head>
<body>
    <p>You should see a yellow rectangle.</p>

	<div></div>
</body>
</html>