summaryrefslogtreecommitdiff
path: root/test/js/sync-script-err.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-08-01 19:25:45 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-08-01 19:25:45 +0100
commit6bbae1f2284a7d52daf96ad30e1519600ae5493b (patch)
tree5d35c4f4e378d5c4083d3b04e51fb1799374a20d /test/js/sync-script-err.html
parentb238791002697efbda1ece31985ca15331511fa8 (diff)
downloadnetsurf-6bbae1f2284a7d52daf96ad30e1519600ae5493b.tar.gz
netsurf-6bbae1f2284a7d52daf96ad30e1519600ae5493b.tar.bz2
add document IDL and test for geteleemntbyid
Diffstat (limited to 'test/js/sync-script-err.html')
-rw-r--r--test/js/sync-script-err.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/js/sync-script-err.html b/test/js/sync-script-err.html
new file mode 100644
index 000000000..68e77baea
--- /dev/null
+++ b/test/js/sync-script-err.html
@@ -0,0 +1,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>