mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 22:09:43 +03:00
add another script test
This commit is contained in:
parent
2999410af6
commit
84152cd72b
@ -9,7 +9,8 @@
|
||||
<li><a href="assorted.html">Assorted</a></li>
|
||||
<li><a href="inline-doc-write-simple.html">Simple docuemnt write</a></li>
|
||||
<li><a href="inline-doc-write.html">Script within inline script</a></li>
|
||||
<li><a href="sync-script.html">External syncronous script (with css)</a></li>
|
||||
<li><a href="sync-script.html">External syncronous script</a></li>
|
||||
<li><a href="sync-script-css.html">External syncronous script (with css)</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
12
test/js/sync-script-css.html
Normal file
12
test/js/sync-script-css.html
Normal file
@ -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>
|
@ -1,7 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Sync script Test</title>
|
||||
<link rel="stylesheet" type="text/css" href="tst.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Sync script Test</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user