gecko/layout/xul/crashtests/336962-1.xul

18 lines
275 B
Plaintext
Raw Normal View History

2008-01-04 21:07:49 -08:00
<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>