Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 3 | <body style="margin: 0px"> |
michael@0 | 4 | <svg xmlns="http://www.w3.org/2000/svg" style="display: block; height: 0px"> |
michael@0 | 5 | <defs> |
michael@0 | 6 | <!-- Copied verbatim from layout/reftests/filters.svg: --> |
michael@0 | 7 | <filter id="NonWhiteToBlack" x="0%" y="0%" width="100%" height="100%"> |
michael@0 | 8 | <feComponentTransfer> |
michael@0 | 9 | <feFuncR type="linear" slope="-1" intercept="1" /> |
michael@0 | 10 | <feFuncG type="linear" slope="-1" intercept="1" /> |
michael@0 | 11 | <feFuncB type="linear" slope="-1" intercept="1" /> |
michael@0 | 12 | </feComponentTransfer> |
michael@0 | 13 | <feColorMatrix type="matrix" values="255 255 255 0 0 |
michael@0 | 14 | 255 255 255 0 0 |
michael@0 | 15 | 255 255 255 0 0 |
michael@0 | 16 | 0 0 0 1 0" /> |
michael@0 | 17 | <feComponentTransfer> |
michael@0 | 18 | <feFuncR type="linear" slope="-1" intercept="1" /> |
michael@0 | 19 | <feFuncG type="linear" slope="-1" intercept="1" /> |
michael@0 | 20 | <feFuncB type="linear" slope="-1" intercept="1" /> |
michael@0 | 21 | </feComponentTransfer> |
michael@0 | 22 | </filter> |
michael@0 | 23 | </defs> |
michael@0 | 24 | </svg> |
michael@0 | 25 | <div style="filter: url(#NonWhiteToBlack); |
michael@0 | 26 | background: lime; |
michael@0 | 27 | height: 100px; width: 100px"> |
michael@0 | 28 | </div> |
michael@0 | 29 | </body> |
michael@0 | 30 | </html> |