mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Add crashtest
This commit is contained in:
parent
2a55bac05b
commit
5bf381d7cf
21
layout/svg/crashtests/386566-1.svg
Normal file
21
layout/svg/crashtests/386566-1.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="5" onload="setTimeout(boom, 30);" class="reftest-wait">
|
||||
|
||||
<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content></content></binding></bindings>
|
||||
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("rr").style.MozBinding = "url('#foo')";
|
||||
document.documentElement.setAttribute('height', "5px");
|
||||
setTimeout(done, 30);
|
||||
}
|
||||
|
||||
function done()
|
||||
{
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
|
||||
<rect id="rr" x="50%" width="25%" height="10em" fill="red"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 546 B |
@ -45,6 +45,7 @@ load 385246-2.svg
|
||||
load 385840-1.svg # asserts (bug 385845)
|
||||
load 385852-1.svg
|
||||
load 386475-1.xhtml # asserts (bug 385554)
|
||||
load 386566-1.svg
|
||||
load 387290-1.svg
|
||||
load 402408-1.svg
|
||||
load 404677-1.xhtml
|
||||
|
Loading…
x
Reference in New Issue
Block a user