summaryrefslogtreecommitdiff
path: root/test/js/sync-script-err.html
blob: 68e77baea84f44110f9e49d8233413580c103a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<title>Sync script Test with bad src</title>
</head>
<body>
<h1>Sync script Test with bad src</h1>
<p>Before</p>
<script src="notthere.js"></script>
<script src="tst.js"></script>
<p>Afterwards</p>
</body>
</html>