playwright/tests/assets/window-stop.html
2021-11-05 16:51:22 -07:00

5 lines
113 B
HTML

<script type="module" src="./module.js"></script>
<script>
setTimeout(() => window.stop(), 100);
</script>