зеркало из https://github.com/mozilla/gecko-dev.git
Adding crashtest
This commit is contained in:
Родитель
9e2673ce3b
Коммит
0e80d6f1b5
|
@ -0,0 +1,29 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var listbox = document.getElementById("listbox");
|
||||
var td = document.getElementById("td");
|
||||
|
||||
var listitem = document.createElementNS(XUL_NS, "listitem");
|
||||
|
||||
listbox.appendChild(listitem);
|
||||
listbox.appendChild(td);
|
||||
}
|
||||
|
||||
var XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<table><tbody><tr><td id="td">X</td></tr></tbody></table>
|
||||
|
||||
<xul:listbox id="listbox"/>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -61,6 +61,7 @@ load 379920-1.svg
|
|||
load 379920-2.svg
|
||||
load 380096-1.html
|
||||
load 382204-1.html
|
||||
load 383806-1.xhtml
|
||||
load 385866-1.xhtml
|
||||
load 385880-1.xhtml
|
||||
load 390976-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче