Skip to content

Commit

Permalink
Major refactoring of AwaitTopLevel test
Browse files Browse the repository at this point in the history
  • Loading branch information
Håkan Olsson committed Jan 13, 2025
1 parent 6897173 commit 7509d90
Show file tree
Hide file tree
Showing 21 changed files with 188 additions and 2,652 deletions.
11 changes: 0 additions & 11 deletions AwaitTopLevel/baseTest.js

This file was deleted.

17 changes: 8 additions & 9 deletions AwaitTopLevel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
</p>
<h1>Select test to run:</h1>
<ul>
<li><a href="./test1.html">onload</a> (fail on iOS)</li>
<li><a href="./test2.html">await top level</a></li>
<li><a href="./test3.html">top level</a></li>
<li><a href="./test4.html">await top level then onload</a> (half fail on iOS)</li>
<li><a href="./test5.html">onload (syncron)</a></li>
<li><a href="./test6.html">onLoad with top level module await</a></li>
<li><a href="./test7.html">initCall with top level module await</a></li>
<li><a href="./test8.html">onLoad with syncron top level module init call</a></li>
<li><a href="./test9.html">initCall with syncron top level module init call</a></li>
<li><a href="./test6.html">onLoad - await module init call</a></li>
<li><a href="./test7.html">initCall - await module init call</a></li>
<li><a href="./test8.html">onLoad - sleep module init call (await import())</a></li>
<li><a href="./test9.html">initCall - sleep module init call (await import())</a></li>
<li><a href="./test10.html">onLoad - sleep module init call </a></li>
<li><a href="./test11.html">initCall - sleep module init call </a></li>
<li><a href="./test12.html">onLoad - syncron module init call</a></li>
<li><a href="./test13.html">initCall - syncron module init call</a></li>
</ul>
</body>
</html>
27 changes: 0 additions & 27 deletions AwaitTopLevel/misc.js

This file was deleted.

Loading

0 comments on commit 7509d90

Please sign in to comment.