blob: 7fc794a85707f0e0b5c7f122e4d33fdac2c11f36 [file] [log] [blame]
<body>
<div>This document is going to take a long time to load.</div>
<script>
const now = new Date();
const seconds = 1000;
while ((new Date() - now) < 10 * seconds) {};
</script>