layout/reftests/svg/filter-basic-01.svg

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:0d8e012ae503
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg" >
6
7 <title>Testcase for invalid filter</title>
8
9 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=407463 -->
10
11 <rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
12 <rect x="0%" y="0%" width="100%" height="100%" fill="red" filter="url(#null)"/>
13 </svg>

mercurial