Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Håkan Olsson committed Jan 13, 2025
1 parent 7509d90 commit 6ab8c13
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions AwaitTopLevel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</p>
<h1>Select test to run:</h1>
<ul>
<li><a href="./test6.html">onLoad - await module init call</a></li>
<li><a href="./test6.html">onLoad - await module init call</a> (Fail on all iOS browsers)</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="./test10.html">onLoad - sleep module init call </a> (Fail on all browsers)</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>
Expand Down
6 changes: 3 additions & 3 deletions AwaitTopLevel/test10.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 10</title>
<title>Await Top Level 5</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -18,8 +18,8 @@
</script>
</head>
<body>
<h3>Await Top Level 10</h3>
<p>Expekt string '"Hello from OnLoad. IsInit true':</p>
<h3>Await Top Level 5</h3>
<p>Expekt string "Hello from OnLoad. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>
6 changes: 3 additions & 3 deletions AwaitTopLevel/test11.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 11</title>
<title>Await Top Level 6</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -16,8 +16,8 @@
</script>
</head>
<body>
<h3>Await Top Level 11</h3>
<p>Expekt string '"Hello from TopLevel. IsInit true':</p>
<h3>Await Top Level 6</h3>
<p>Expekt string "Hello from TopLevel. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>
6 changes: 3 additions & 3 deletions AwaitTopLevel/test12.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 12</title>
<title>Await Top Level 7</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -18,8 +18,8 @@
</script>
</head>
<body>
<h3>Await Top Level 12</h3>
<p>Expekt string '"Hello from OnLoad. IsInit true':</p>
<h3>Await Top Level 7</h3>
<p>Expekt string "Hello from OnLoad. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>
6 changes: 3 additions & 3 deletions AwaitTopLevel/test13.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 13</title>
<title>Await Top Level 8</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -16,8 +16,8 @@
</script>
</head>
<body>
<h3>Await Top Level 13</h3>
<p>Expekt string '"Hello from TopLevel. IsInit true':</p>
<h3>Await Top Level 8</h3>
<p>Expekt string "Hello from TopLevel. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>
6 changes: 3 additions & 3 deletions AwaitTopLevel/test6.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 6</title>
<title>Await Top Level 1</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -18,8 +18,8 @@
</script>
</head>
<body>
<h3>Await Top Level 6</h3>
<p>Expekt string '"Hello from OnLoad. IsInit true':</p>
<h3>Await Top Level 1</h3>
<p>Expekt string "Hello from OnLoad. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>
6 changes: 3 additions & 3 deletions AwaitTopLevel/test7.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 7</title>
<title>Await Top Level 2</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -16,8 +16,8 @@
</script>
</head>
<body>
<h3>Await Top Level 7</h3>
<p>Expekt string '"Hello from TopLevel. IsInit true':</p>
<h3>Await Top Level 2</h3>
<p>Expekt string "Hello from TopLevel. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>
6 changes: 3 additions & 3 deletions AwaitTopLevel/test8.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 8</title>
<title>Await Top Level 3</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -19,8 +19,8 @@
</script>
</head>
<body>
<h3>Await Top Level 8</h3>
<p>Expekt string '"Hello from OnLoad. IsInit true':</p>
<h3>Await Top Level 3</h3>
<p>Expekt string "Hello from OnLoad. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>
6 changes: 3 additions & 3 deletions AwaitTopLevel/test9.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Await Top Level 9</title>
<title>Await Top Level 4</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=700, initial-scale=1.0">
<script type="module">
Expand All @@ -19,8 +19,8 @@
</script>
</head>
<body>
<h3>Await Top Level 9</h3>
<p>Expekt string '"Hello from TopLevel. IsInit true':</p>
<h3>Await Top Level 4</h3>
<p>Expekt string "Hello from TopLevel. IsInit true":</p>
<div id="OutputArea" style="width:800px"\>
</body>
</html>

0 comments on commit 6ab8c13

Please sign in to comment.