Test the 'networkidle' navigation logic

This patch adds a test to verify that navigation properly waits for the
network to become idle.

References #10
This commit is contained in:
Andrey Lushnikov
2017-06-27 22:02:46 -07:00
committed by GitHub
parent d5a91650ae
commit 5ed71fcb8f
4 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<script>
fetch('fetch-request-a.js');
fetch('fetch-request-b.js');
fetch('fetch-request-c.js');
</script>