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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/621253-helper-externalFilter.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<body style="margin: 0px">
     1.7 +  <div style="filter: url(../filters.svg#NonWhiteToBlack);
     1.8 +              background: lime;
     1.9 +              height: 100px; width: 100px">
    1.10 +  </div>
    1.11 +  <svg xmlns="http://www.w3.org/2000/svg"
    1.12 +       xmlns:xlink="http://www.w3.org/1999/xlink">
    1.13 +    <!-- use an empty g to force filters.svg to load before onload -->
    1.14 +    <use xlink:href="../filters.svg#empty" />
    1.15 +  </svg>
    1.16 +</body>
    1.17 +</html>

mercurial