Files
palemoon27/toolkit/components/places/tests/browser/399606-location.reload.html
T

12 lines
163 B
HTML

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