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