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

Side by Side Diff: Source/web/tests/data/sometext.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/email-form.html ('k') | Source/web/tests/data/textbox.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 <html>
3 <head>
4 <style>
5 html {
6 font: 10px Ahem;
7 -webkit-font-smoothing: none;
8 margin: 0px;
9 }
10 div {
11 font: 10px Ahem;
12 -webkit-font-smoothing: none;
13 margin: 0px;
14 position: absolute;
15 left: 200px;
16 top: 250px;
17 }
18
19 </style>
20 </head>
21 <body>
22 <div id='target'>
23 First Line <br>
24 Second Text Row
25 </div>
26 </body>
27 </html>
28
OLDNEW
« no previous file with comments | « Source/web/tests/data/email-form.html ('k') | Source/web/tests/data/textbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698