Index: content/test/data/textinput/page_with_input.html |
diff --git a/content/test/data/textinput/page_with_input.html b/content/test/data/textinput/page_with_input.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8491366fcf9bc2fbfd0b4052bd92e86cec0df9c6 |
--- /dev/null |
+++ b/content/test/data/textinput/page_with_input.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <title> Page with input field. </title> |
+</head> |
+<body> |
+ <input type="text"/> |
+</body> |
+</html> |