summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicswebview/data/javaScript.html
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-10 06:52:35 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-10 06:52:35 (GMT)
commit08b3d0ae11392528af3c39766023ffd2d116eb6b (patch)
treee9e2b90d84b2186db61932b0f3e3b245fb0fcd6c /tests/auto/declarative/qmlgraphicswebview/data/javaScript.html
parentbdb9c0ffa84bfab386de5550bd8f9b013288daca (diff)
parent432d54d092414431e1e54daa2259384d83600bf2 (diff)
downloadQt-08b3d0ae11392528af3c39766023ffd2d116eb6b.zip
Qt-08b3d0ae11392528af3c39766023ffd2d116eb6b.tar.gz
Qt-08b3d0ae11392528af3c39766023ffd2d116eb6b.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview/data/javaScript.html')
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/javaScript.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/javaScript.html b/tests/auto/declarative/qmlgraphicswebview/data/javaScript.html
new file mode 100644
index 0000000..35270bc
--- /dev/null
+++ b/tests/auto/declarative/qmlgraphicswebview/data/javaScript.html
@@ -0,0 +1,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.