summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data
diff options
context:
space:
mode:
authorTamas Zakor <ztamas@inf.u-szeged.hu>2018-11-13 13:52:45 +0100
committerZakor Tamas <ztamas@inf.u-szeged.hu>2018-11-14 15:21:27 +0000
commit8ab92fa543d4c92fc8859fdc4e9d0a7bc5461248 (patch)
tree9d42c2a5f07b2e4212900b03b5aa2d0c1ef79886 /tests/auto/quick/qmltests/data
parent9e4fefbc9a8c23dcd7fa3a58328f39a4bcd35b42 (diff)
Fix typos in html tests
Change-Id: I578595a1efa5e9a560b98e7a0a138621fdd04245 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/quick/qmltests/data')
-rw-r--r--tests/auto/quick/qmltests/data/directoryupload.html3
-rw-r--r--tests/auto/quick/qmltests/data/favicon.html2
-rw-r--r--tests/auto/quick/qmltests/data/multifileupload.html3
-rw-r--r--tests/auto/quick/qmltests/data/singlefileupload.html3
-rw-r--r--tests/auto/quick/qmltests/data/test4.html2
5 files changed, 8 insertions, 5 deletions
diff --git a/tests/auto/quick/qmltests/data/directoryupload.html b/tests/auto/quick/qmltests/data/directoryupload.html
index 6a6e4580c..adc408ebb 100644
--- a/tests/auto/quick/qmltests/data/directoryupload.html
+++ b/tests/auto/quick/qmltests/data/directoryupload.html
@@ -1,9 +1,10 @@
<html>
<head>
-<meta name="viewport" initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Directory Upload </title>
<script src = "./titleupdate.js">
</script>
+</head>
<body>
<input type="file" id="upfile" webkitdirectory="" directory="" onchange="updateTitle()">
diff --git a/tests/auto/quick/qmltests/data/favicon.html b/tests/auto/quick/qmltests/data/favicon.html
index 7a81194e4..e1b84a9cc 100644
--- a/tests/auto/quick/qmltests/data/favicon.html
+++ b/tests/auto/quick/qmltests/data/favicon.html
@@ -1,7 +1,7 @@
<html>
<head>
-</head>
<link type="image/png" href="icons/favicon.png" sizes="48x48" rel="icon" />
+</head>
<body>
<p>It's expected that you see a favicon displayed for this page when you open it as a local file.</p>
<p>The favicon looks like this:</p>
diff --git a/tests/auto/quick/qmltests/data/multifileupload.html b/tests/auto/quick/qmltests/data/multifileupload.html
index cc87d8f41..1f788a377 100644
--- a/tests/auto/quick/qmltests/data/multifileupload.html
+++ b/tests/auto/quick/qmltests/data/multifileupload.html
@@ -1,9 +1,10 @@
<html>
<head>
-<meta name="viewport" initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Mutli-file Upload </title>
<script src = "./titleupdate.js">
</script>
+</head>
<body>
<input type="file" name="file" id="upfile" onchange="updateTitle()" multiple/>
diff --git a/tests/auto/quick/qmltests/data/singlefileupload.html b/tests/auto/quick/qmltests/data/singlefileupload.html
index 8469aa128..6cfef7ade 100644
--- a/tests/auto/quick/qmltests/data/singlefileupload.html
+++ b/tests/auto/quick/qmltests/data/singlefileupload.html
@@ -1,9 +1,10 @@
<html>
<head>
-<meta name="viewport" initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Single File Upload </title>
<script src = "./titleupdate.js">
</script>
+</head>
<body>
<input type="file" name="file" id="upfile" onchange="updateTitle()"/>
diff --git a/tests/auto/quick/qmltests/data/test4.html b/tests/auto/quick/qmltests/data/test4.html
index 142b53668..afda71bc5 100644
--- a/tests/auto/quick/qmltests/data/test4.html
+++ b/tests/auto/quick/qmltests/data/test4.html
@@ -12,7 +12,7 @@
<meta name="viewport" content="initial-scale=2.0"/>
</head>
<body>
- <button onclick="scrollWin()", id="scroll">Click me to scroll!</button><br><br>
+ <button onclick="scrollWin()" id="scroll">Click me to scroll!</button><br><br>
<script>
window.onload = function() {