Chromium Code Reviews| Index: chrome/test/data/chromeos/virtual_keyboard/inputs.html |
| diff --git a/chrome/test/data/chromeos/virtual_keyboard/inputs.html b/chrome/test/data/chromeos/virtual_keyboard/inputs.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e3eff1aa7043f2216cb361b16bfb0b6788658c8e |
| --- /dev/null |
| +++ b/chrome/test/data/chromeos/virtual_keyboard/inputs.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <meta charset="utf-8"> |
| + <meta name="viewport" content="width-device-width"> |
| + <title>Virtual Keyboard test page</title> |
| + </head> |
| + <body> |
| + <p> |
| + <label id="blur">blur</label> |
| + <input id="text" type="text" placeholder="type=text"></input> |
| + </p> |
| + </body> |
| +</html> |