summaryrefslogtreecommitdiff
path: root/test/js/sync-script.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/sync-script.html')
-rw-r--r--test/js/sync-script.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/js/sync-script.html b/test/js/sync-script.html
new file mode 100644
index 000000000..e234fb480
--- /dev/null
+++ b/test/js/sync-script.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>Sync script Test</title>
+<link rel="stylesheet" type="text/css" href="tst.css">
+</head>
+<body>
+<h1>Sync script Test</h1>
+<p>Before</p>
+<script src="tst.js"></script>
+<p>Afterwards</p>
+</body>
+</html>