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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/selection-rect-line-height-too-big.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
diff --git a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html b/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
index b4eed8a55c4c1efdf7120385689713a89194fdae..b67fecd8b345b591d0d64fe23d5b014f3e8ab208 100644
--- a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
+++ b/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html
@@ -1,8 +1,11 @@
<style>
- body { font-size: 64px; font-family: ahem; color: transparent; }
+ body { font-size: 64px; font-family: ahem; color: transparent; margin-top: 0px; }
div { outline: 1px dashed green; }
div > div { outline: initial; background-color: rgba(0, 0, 255, .4); }
</style>
+<div style="outline: none;">
+ <div style="height: 8px; margin-left: 128px;"></div>
+</div>
<div>
<div style="height: 30px; margin-left: 128px;"></div>
</div>
« 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