diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-10 06:52:35 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-10 06:52:35 (GMT) |
commit | 08b3d0ae11392528af3c39766023ffd2d116eb6b (patch) | |
tree | e9e2b90d84b2186db61932b0f3e3b245fb0fcd6c /tests/auto/declarative/qmlgraphicswebview/data/javaScript.html | |
parent | bdb9c0ffa84bfab386de5550bd8f9b013288daca (diff) | |
parent | 432d54d092414431e1e54daa2259384d83600bf2 (diff) | |
download | Qt-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.html | 11 |
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. |