Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/svg/crashtests/crashtests.list
<!DOCTYPE html>
<script>
var cm = document.createElementNS("http://www.w3.org/2000/svg", "feConvolveMatrix");
cm.kernelMatrix.baseVal.appendItem({});
cm.setAttribute("kernelMatrix", "0 0 0 0 0 0 0 0 0");
</script>