blob: bef42ecc013459d66aef425cab99640f9512cc91 [file] [log] [blame]
senorblanco@chromium.org7b6792b2013-01-04 19:48:10 +00001<html>
2 <body>
3 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="0px" height="0px">
4 <defs>
5 <filter id="MyFilter">
6 <feColorMatrix type="hueRotate" values="180"/>
7 </filter>
8 </defs>
9 </svg><img style="-webkit-filter: url(#MyFilter); filter: url(#MyFilter);" src="resources/reference.png">
10 </body>
11</html>