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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 800x148
4 LayoutBlockFlow {HTML} at (0,0) size 800x148
5 LayoutBlockFlow {BODY} at (8,16) size 784x116
6 LayoutBlockFlow {P} at (0,0) size 784x60
7 LayoutText {#text} at (0,0) size 330x19
8 text run at (0,0) width 330: "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
9 LayoutBR {BR} at (330,0) size 0x19
10 LayoutInline {B} at (0,0) size 301x39
11 LayoutText {#text} at (10,20) size 281x19
12 text run at (10,20) width 281: "Sed dictum erat sit amet pharetra pr etium."
13 LayoutBR {BR} at (300,20) size 1x19
14 LayoutText {#text} at (0,40) size 315x19
15 text run at (0,40) width 315: "Nullam a est vitae orci tempus tincidun t nec at dolor."
16 LayoutBlockFlow {P} at (0,76) size 784x40
17 LayoutText {#text} at (0,0) size 729x39
18 text run at (0,0) width 409: "Tests whether selection includes padding in the Y direction for inline "
19 text run at (408,0) width 321: "elements. This padding would ideally n ot be included."
20 text run at (0,20) width 181: "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