summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/592118.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/592118.html')
-rw-r--r--layout/generic/crashtests/592118.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/generic/crashtests/592118.html b/layout/generic/crashtests/592118.html
new file mode 100644
index 0000000000..5df4e75280
--- /dev/null
+++ b/layout/generic/crashtests/592118.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<title>Stack pointer free with -moz-element</title>
+<div id="paintServer" style="width: 20px; height: 20px; background: red;"></div>
+<div style="transform: scale(1.01); width: 100px; height: 100px; background: -moz-element(#paintServer) -5px -3px; background-size: 20px 32769px;"></div>