blob: cfd8029223165871c4e2d78bee4a221b54822957 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Filter Opacity Reference with value 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:green;
}
</style>
</head>
<body>
<p>Test filter opacity CSS shorthand. You should see a green box.</p>
<div></div>
</body>
</html>