1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/generic/crashtests/374090.html
T

11 lines
309 B
HTML

<html><head><script>
function doe() {
window.location.reload();
}
setTimeout(doe, 500);
</script></head><noframes style="overflow: scroll; display: block;"></noframes><body><li></li>
<script>
document.documentElement.setAttribute('style','-moz-binding: url(binding.xml#randomxbl);');
</script>
</body></html>