gecko/toolkit/components/places/tests/browser/bug_399606/399606-location.reload.html

12 lines
163 B
HTML

<html>
<head>
<title>location.reload()</title>
<script>
setTimeout('location.reload();', 100);
</script>
</head>
<body>
Testing location.reload();
</body>
</html>