mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
14 lines
279 B
HTML
14 lines
279 B
HTML
<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>
|