4 <!-- Test for https://code.google.com/p/chromium/issues/detail?id=282925.
5 Passes if it displays two green rects and doesn't crash in debug mode -->
6 <svg width=
"200" height=
"200" filter=
"url(#f2)" xmlns=
"http://www.w3.org/2000/svg">
7 <filter height=
"150%" id=
"f1">
10 <rect id=
"r1" width=
"100" height=
"100" fill=
"green"/>
12 <svg width=
"200" height=
"200" filter=
"url(#f1)" xmlns=
"http://www.w3.org/2000/svg">
13 <filter width=
"150%" id=
"f2">
16 <rect id=
"r2" width=
"100" height=
"100" fill=
"green"/>