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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 строки
324 B
HTML
Исходник Обычный вид История

2008-01-05 08:07:49 +03:00
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script>
function init() {
document.getElementById("foopy").style.display = "block";
document.getElementById("foopy").style.position = "absolute";
2008-01-05 08:07:49 +03:00
}
window.addEventListener("load", init, 0);
</script>
<box id="foopy" />
2008-01-05 08:07:49 +03:00
</window>