Chromium Code Reviews| Index: chrome/test/data/chromedriver/two_inputs.html |
| diff --git a/chrome/test/data/chromedriver/two_inputs.html b/chrome/test/data/chromedriver/two_inputs.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fbf8f14a9406d84f90eb958d45737a61e91dbbf1 |
| --- /dev/null |
| +++ b/chrome/test/data/chromedriver/two_inputs.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <input type="text" id="first"> |
| + <input type="text" id="second"> |
| + </body> |
| +</html> |