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

Side by Side Diff: LayoutTests/fast/text/selection-rect-line-height-too-small.html

Issue 141683003: Return the right top position for text selections when there are no previous root inline boxes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added [ NeedsRebaseline ] for editing/selection/move-left-right.html Created 6 years, 10 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 <style>
2 div::selection { background-color: green; }
3 </style>
4 <div id="target" style="font-size: 16px; height: 20px; line-height: 0px;">
5 The House
6 </div>
7 <script>
8 getSelection().setBaseAndExtent(target, 0, target, 1);
9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698