зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest
This commit is contained in:
Родитель
ad7c18e905
Коммит
17d21b05bf
|
@ -0,0 +1,32 @@
|
|||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
<![CDATA[
|
||||
|
||||
window.addEventListener("load", init, false);
|
||||
|
||||
function init()
|
||||
{
|
||||
document.getElementById("n1").style.display = "table-caption";
|
||||
setTimeout(init2, 30);
|
||||
}
|
||||
|
||||
function init2()
|
||||
{
|
||||
document.getElementById("n2").style.display = "table-caption";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
]]>
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<hbox>
|
||||
<vbox flex="1" id="n1"/>
|
||||
<spacer flex="1" id="n2"/>
|
||||
</hbox>
|
||||
|
||||
</window>
|
|
@ -18,6 +18,7 @@ load 335140-1.html
|
|||
load 336291-1.html
|
||||
load 337268-1.html
|
||||
load 337419-1.html
|
||||
load 337476-1.xul
|
||||
load 339651-1.html
|
||||
load 343540-1.html
|
||||
load 348688-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче