mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1234726: Add crashtest for this no-longer-reproducible bug. (no review, crashtest-only)
Depends on D160733 Differential Revision: https://phabricator.services.mozilla.com/D160734
This commit is contained in:
parent
54ba809ba3
commit
edd3b8cf72
13
layout/svg/crashtests/1234726-1.svg
Normal file
13
layout/svg/crashtests/1234726-1.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<script>
|
||||
|
||||
window.addEventListener("load", function() {
|
||||
document.documentElement.style.fontSize = "70%";
|
||||
document.documentElement.setAttribute("transform", "scale(2)");
|
||||
var filt = document.createElementNS("http://www.w3.org/2000/svg", "filter");
|
||||
filt.style.borderWidth = "2rem";
|
||||
document.documentElement.appendChild(filt);
|
||||
}, false);
|
||||
|
||||
</script>
|
||||
</svg>
|
After Width: | Height: | Size: 412 B |
@ -197,6 +197,7 @@ load 1156581-1.svg
|
||||
load 1182496-1.html
|
||||
load 1209525-1.svg
|
||||
load 1223281-1.svg
|
||||
load 1234726-1.svg
|
||||
load 1322537-1.html
|
||||
load 1322537-2.html
|
||||
load 1322852.html
|
||||
|
Loading…
Reference in New Issue
Block a user