trisquel-icecat/icecat/toolkit/components/places/tests/browser/399606-location.reload.html

13 lines
178 B
HTML

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