1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <!-- Test for http://crbug.com/311548 -->
4 <rect width=
"100" height=
"100" fill=
"green" filter=
"url(#filter)"/>
8 <filter id=
"filter" filterUnits=
"userSpaceOnUse" x=
"0" y=
"0" width=
"100" height=
"100" filterRes=
"400">
13 <text>PASS: did not crash.
</text>
16 if (window.testRunner)
17 testRunner.dumpAsText();
19 setTimeout(function() {
20 document.getElementById('filter').setAttribute('width',
99);