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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div style="position: absolute; left: 200px; top: 300px;">
3 <form id="form">
4 <input id="input" type="email" id="addr" style="width:100px; height:25px; pa dding: 0px; margin: 0px; border:0px" value="notanemail">
5 <input id="submit" type="submit" value="submit">
6 </form>
7 </div>
OLDNEW
« 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