Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1820)

Unified Diff: Source/web/tests/data/email-form.html

Issue 1007503003: Fixed key event context menu and added tests for coordinate cleanups (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed typo in expectation Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/data/canvas-copy-image.html ('k') | Source/web/tests/data/sometext.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « Source/web/tests/data/canvas-copy-image.html ('k') | Source/web/tests/data/sometext.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698