chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/fecolormatrix-type-ref.html

<!DOCTYPE html>
<html>
<head>
    <title>Filter Effects: Test feColorMatrix with type matrix</title>
    <link rel="author" title="Takaki Yasuma" 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: rgba(39.3%, 68.6%, 53.4%, 1);
       }

    </style>
</head>

<body>

	<p>You should see a aquamarine colored rectangle.</p>

	<div></div>

</body>

</html>