comparison: layout/svg/crashtests/587336-1.html
layout/svg/crashtests/587336-1.html
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head><script> |
|
3 function boom() |
|
4 { |
|
5 var b = document.getElementById("b"); |
|
6 b.setAttributeNS(null, "style", "filter: url(#a);"); |
|
7 } |
|
8 </script></head> |
|
9 <body onload="boom();" id="a"><span id="b">B</span></body></html> |