summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/648819-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/svg/crashtests/648819-1.html')
-rw-r--r--layout/svg/crashtests/648819-1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/svg/crashtests/648819-1.html b/layout/svg/crashtests/648819-1.html
new file mode 100644
index 0000000000..727ca3e55f
--- /dev/null
+++ b/layout/svg/crashtests/648819-1.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<script>
+var p = document.createElementNS("http://www.w3.org/2000/svg", "pattern");
+p.setAttribute("patternTransform", "i");
+p.patternTransform.baseVal.clear();
+</script>