зеркало из https://github.com/mozilla/pjs.git
Adding crashtest
This commit is contained in:
Родитель
3cfe63715f
Коммит
4bfa027f96
|
@ -0,0 +1,27 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="reftest-wait">
|
||||
|
||||
<head>
|
||||
|
||||
<script>
|
||||
|
||||
function boo()
|
||||
{
|
||||
var tabbox = document.getElementById("tabbox");
|
||||
document.body.removeChild(tabbox);
|
||||
tabbox.setAttribute("context", "a");
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="setTimeout(boo, 30)">
|
||||
|
||||
<xul:tabbox id="tabbox" />
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -2,6 +2,7 @@ load 327571-1.html
|
|||
load 327695-1.html
|
||||
load 329481-1.xhtml
|
||||
load 346381-1.html
|
||||
load 359432-1.xhtml
|
||||
load 369413-1.html
|
||||
load 372554-1.html
|
||||
load 404869-1.xul
|
||||
|
|
Загрузка…
Ссылка в новой задаче