This commit is contained in:
jruderman%hmc.edu 2007-12-19 23:01:41 +00:00
Родитель ea699aa0f6
Коммит bc2ff7cbed
2 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,20 @@
<html>
<head>
<script>
var XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
function boom()
{
var z = document.createElementNS(XUL_NS, "window");
document.body.appendChild(z);
z.setAttribute("hidechrome", "true");
}
</script>
<body onload="boom();">
</body>
</html>

Просмотреть файл

@ -3,5 +3,6 @@ load 326875-1.xul
load 326881-1.xul
load 329982-1.xhtml
load 336096-1.xhtml
load 354611-1.html
load 360078-1.xhtml
load 363791-1.xul