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

12 lines
163 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>location.reload()</title>
<script>
setTimeout('location.reload();', 100);
</script>
</head>
<body>
Testing location.reload();
</body>
</html>