Index: content/test/data/textinput/page_with_input_iframeX2_input.html |
diff --git a/content/test/data/textinput/page_with_input_iframeX2_input.html b/content/test/data/textinput/page_with_input_iframeX2_input.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c21a22de3d7e20e0d7b5251824667a2c4d60604f |
--- /dev/null |
+++ b/content/test/data/textinput/page_with_input_iframeX2_input.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <title> Page with input, two iframes, and another input. </title> |
+</head> |
+<body> |
+ <input type="text" value="first"/> |
+ <iframe></iframe> |
+ <iframe></iframe> |
+ <input type="text" value="fourth"/> |
+</body> |
+</html> |