summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/singlefileupload.html
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/singlefileupload.html
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/singlefileupload.html')
-rw-r--r--tests/auto/quick/qmltests/data/singlefileupload.html3
1 files changed, 2 insertions, 1 deletions
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()"/>