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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/text/selection-with-inline-padding-expected.txt

Issue 2546473003: Simplify computation of text selection top/bottom. (Closed)
Patch Set: Add add'l test expectations. Created 4 years 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 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x138
4 LayoutBlockFlow {HTML} at (0,0) size 800x138
5 LayoutBlockFlow {BODY} at (8,16) size 784x106
6 LayoutBlockFlow {P} at (0,0) size 784x54
7 LayoutText {#text} at (0,0) size 357x17
8 text run at (0,0) width 357: "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
9 LayoutBR {BR} at (356,0) size 1x17
10 LayoutInline {B} at (0,0) size 314x37
11 LayoutText {#text} at (10,18) size 294x17
12 text run at (10,18) width 294: "Sed dictum erat sit amet pharetra pr etium."
13 LayoutBR {BR} at (313,18) size 1x17
14 LayoutText {#text} at (0,36) size 339x17
15 text run at (0,36) width 339: "Nullam a est vitae orci tempus tincidun t nec at dolor."
16 LayoutBlockFlow {P} at (0,70) size 784x36
17 LayoutText {#text} at (0,0) size 730x35
18 text run at (0,0) width 446: "Tests whether selection includes padding in the Y direction for inline "
19 text run at (445,0) width 285: "elements. This padding would ideally n ot be"
20 text run at (0,18) width 253: "included. http://crbug.com/657325#c13"
21 selection start: position 5 of child 0 {#text} of child 3 {B} of child 0 {P} of body
22 selection end: position 37 of child 0 {#text} of child 3 {B} of child 0 {P} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698