summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/webenginedriver/resources/input.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/webenginedriver/resources/input.html')
-rw-r--r--tests/auto/core/webenginedriver/resources/input.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/core/webenginedriver/resources/input.html b/tests/auto/core/webenginedriver/resources/input.html
new file mode 100644
index 000000000..c21458350
--- /dev/null
+++ b/tests/auto/core/webenginedriver/resources/input.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+ <input type="text" id="text_input">
+</body>
+</html>