chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/reference/filters-opacity-001-ref.html

<!DOCTYPE html>
<html>
<head>
    <title>CSS Filter Opacity Reference If the value is 0</title>
    <link rel="author" title="Naohiro Nakajima" href="mailto:[email protected]">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:[email protected]">
    <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>