summaryrefslogtreecommitdiff
path: root/test/js/sync-script-css.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-31 21:44:03 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-31 21:44:03 +0100
commit84152cd72b5971250ba37b7654856a15c03ba42b (patch)
tree3b94e0f2fc03259bae62a7447c4265b9bfc5885d /test/js/sync-script-css.html
parent2999410af69bff5e27e1203d2288a938bcee8604 (diff)
downloadnetsurf-84152cd72b5971250ba37b7654856a15c03ba42b.tar.gz
netsurf-84152cd72b5971250ba37b7654856a15c03ba42b.tar.bz2
add another script test
Diffstat (limited to 'test/js/sync-script-css.html')
-rw-r--r--test/js/sync-script-css.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/js/sync-script-css.html b/test/js/sync-script-css.html
new file mode 100644
index 000000000..55840f297
--- /dev/null
+++ b/test/js/sync-script-css.html
@@ -0,0 +1,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>