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

Side by Side Diff: LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.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
1 <style> 1 <style>
2 body { font-size: 64px; font-family: ahem; color: transparent; } 2 body { font-size: 64px; font-family: ahem; color: transparent; margin-top: 0 px; }
3 div { outline: 1px dashed green; } 3 div { outline: 1px dashed green; }
4 div > div { outline: initial; background-color: rgba(0, 0, 255, .4); } 4 div > div { outline: initial; background-color: rgba(0, 0, 255, .4); }
5 </style> 5 </style>
6 <div style="outline: none;">
7 <div style="height: 8px; margin-left: 128px;"></div>
8 </div>
6 <div> 9 <div>
7 <div style="height: 30px; margin-left: 128px;"></div> 10 <div style="height: 30px; margin-left: 128px;"></div>
8 </div> 11 </div>
9 <div> 12 <div>
10 <div style="height: 17px; margin-left: 128px;"></div> 13 <div style="height: 17px; margin-left: 128px;"></div>
11 <div style="height: 47px;"></div> 14 <div style="height: 47px;"></div>
12 </div> 15 </div>
13 <div style="margin-top: -10px; height: 64px;"> 16 <div style="margin-top: -10px; height: 64px;">
14 <div style="height: 10px; background-color: transparent;"></div> 17 <div style="height: 10px; background-color: transparent;"></div>
15 <div style="height: 54px; width: 256px;"></div> 18 <div style="height: 54px; width: 256px;"></div>
16 </div> 19 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/selection-rect-line-height-too-big.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698