layout/reftests/bugs/621253-helper-internalFilter.xhtml

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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>

mercurial