This commit is contained in:
jruderman@hmc.edu 2008-01-04 21:07:49 -08:00
Родитель ce41f67eb4
Коммит e16bda2e7f
2 изменённых файлов: 18 добавлений и 0 удалений

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

@ -0,0 +1,17 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script>
function init() {
document.getElementById("foopy").style.position = "absolute";
}
window.addEventListener("load", init, 0);
</script>
<box id="foopy" />
</window>

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

@ -6,6 +6,7 @@ load 328135-1.xul
load 329327-1.xul
load 329407-1.xml
load 329477-1.xhtml
load 336962-1.xul
load 344228-1.xul
load 346083-1.html
load 346281-1.html