summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/fecolormatrix-type-ref.html
blob: 182b4b547c0d8f45c0b55a290d7d5b83e297364c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
    <title>Filter Effects: Test feColorMatrix with type matrix</title>
    <link rel="author" title="Takaki Yasuma" href="mailto:takakiyasuma@gmail.com">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
    <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>