summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/536931-1.xhtml
blob: 6f3fc1396a56a114ed948c50d616d640017d7d38 (plain)
1
2
3
4
<html xmlns="http://www.w3.org/1999/xhtml">
<listbox id="listbox" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><tab/></listbox>
<script>window.addEventListener("load", function() { document.documentElement.appendChild(document.getElementById("listbox")); }, false);</script>
</html>