mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
11 lines
319 B
HTML
11 lines
319 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> |