summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/reference/filters-opacity-001-ref.html
blob: 17d891ee707c36b7d404d9836060d7bb9275e841 (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 Opacity Reference If the value is 0</title>
    <link rel="author" title="Naohiro Nakajima" href="mailto:nakajima.jmg@gmail.com">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
    <style type="text/css">

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

    </style>
</head>
<body>
<p>Test opacity CSS shorthand.You should see a green box.</p>

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