summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/592118.html
blob: 5df4e7528044ad23e6b46972ea20a7f394b7bbfc (plain)
1
2
3
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>