зеркало из https://github.com/mozilla/gecko-dev.git
Bug 665334 part 1 - crashtest, r=dholbert
This commit is contained in:
Родитель
715a8b091b
Коммит
df02e9baf3
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
// Remove the first 'a'.
|
||||
document.documentElement.removeChild(document.getElementById("a"));
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
window.addEventListener("load", boom, false);
|
||||
</script>
|
||||
<animate id="a"/>
|
||||
<animate id="a" end="a.begin" />
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 355 B |
|
@ -34,3 +34,4 @@ load 608295-1.html
|
|||
load 611927-1.svg
|
||||
load 615002-1.svg
|
||||
load 615872-1.svg
|
||||
load 665335-1.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче