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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/longpress_image_contenteditable.html

Issue 1845193002: Fix long-press image selection inside editables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually use adjustedHitTestResult Created 4 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 span {
6 font-size: 300%;
7 }
8 </style>
9 </head>
10 <body>
11 <div id="textbox" contenteditable="true">
12 <img id="purpleimage" style="-webkit-logical-width:20px;-webkit-logical-height:1 00px;background-color:purple">
13 </div>
14
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698