diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativewebview/data/javaScript.html')
-rw-r--r-- | tests/auto/declarative/qdeclarativewebview/data/javaScript.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/declarative/qdeclarativewebview/data/javaScript.html b/tests/auto/declarative/qdeclarativewebview/data/javaScript.html deleted file mode 100644 index 35270bc..0000000 --- a/tests/auto/declarative/qdeclarativewebview/data/javaScript.html +++ /dev/null @@ -1,11 +0,0 @@ -<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. |