summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/tests/qwebview/resources/input_types.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/tests/qwebview/resources/input_types.html')
-rw-r--r--Source/WebKit/qt/tests/qwebview/resources/input_types.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/WebKit/qt/tests/qwebview/resources/input_types.html b/Source/WebKit/qt/tests/qwebview/resources/input_types.html
deleted file mode 100644
index 2e893afae..000000000
--- a/Source/WebKit/qt/tests/qwebview/resources/input_types.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html><body>
-<input type='text' maxlength='20' style='position: absolute; left: 10px; top: 0px; height: 50px; width: 100px;'/><br>
-<input type='password' style='position: absolute; left: 10px; top: 50px; height: 50px; width: 100px;'/><br>
-<input type='tel' style='position: absolute; left: 10px; top: 100px; height: 50px; width: 100px;'/><br>
-<input type='number' style='position: absolute; left: 10px; top: 150px; height: 50px; width: 100px;'/><br>
-<input type='email' style='position: absolute; left: 10px; top: 200px; height: 50px; width: 100px;'/><br>
-<input type='url' style='position: absolute; left: 10px; top: 250px; height: 50px; width: 100px;'/><br>
-<textarea style='position: absolute; left: 10px; top: 310px; height: 50px; width: 100px;' rows="2" cols="20">blah blah blah blah</textarea><br>
-</body></html>