Chromium Code Reviews| Index: Source/web/tests/data/email-form.html |
| diff --git a/Source/web/tests/data/email-form.html b/Source/web/tests/data/email-form.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c97b8f5b367671af0d0f3c7105da0f90c42dbb5c |
| --- /dev/null |
| +++ b/Source/web/tests/data/email-form.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<div style="position: absolute; left: 200px; top: 300px;"> |
| + <form id="form"> |
| + <input id="input" type="email" id="addr" style="width:100px; height:25px; padding: 0px; margin: 0px; border:0px" value="notanemail"> |
| + <input id="submit" type="submit" value="submit"> |
| + </form> |
| +</div> |