summaryrefslogtreecommitdiff
path: root/test/js/sync-script-css.html
blob: 55840f2977cb4acc1bfcc7b1e16ed3f5f5a07d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<title>Sync script Test (css)</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>Sync script Test (css0</h1>
<p>Before</p>
<script src="tst.js"></script>
<p>Afterwards</p>
</body>
</html>