зеркало из https://github.com/mozilla/pjs.git
Bug 583957 - add crashtest
This commit is contained in:
Родитель
cbcb62128d
Коммит
c8cc50f837
|
@ -0,0 +1,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
window.addEventListener("DOMSubtreeModified", function(){}, false);
|
||||
|
||||
var m = document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul", "menuitem");
|
||||
document.body.appendChild(m);
|
||||
m.setAttribute("type", "checkbox");
|
||||
m.setAttribute("checked", "true");
|
||||
m.removeAttribute("type");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
|
@ -75,3 +75,4 @@ asserts(1) load 538308-1.xul
|
|||
load 557174-1.xml
|
||||
load menulist-focused.xhtml
|
||||
load 564705-1.xul
|
||||
load 583957-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче