playwright/tests/assets/window-stop.html

5 lines
113 B
HTML
Raw Normal View History

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