summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativewebview/resources/javaScript.html
blob: 35270bc472a2b1a2d2092a37684dc8581ec0dca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head><title>JavaScript</title>
<link rel="icon" sizes="48x48" href="basic.png">
<script type="text/javascript">
<!--
window.onload = function(){ window.status = "status here"; }
// -->
</script>
</head>
<body>
This is a JS test.