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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/text/flexbox-selection-expected.txt

Issue 2728263002: Omit wrapped selection for text under inline containing block. (Closed)
Patch Set: Update baselines. Created 3 years, 9 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 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x90
4 LayoutBlockFlow {HTML} at (0,0) size 800x90
5 LayoutBlockFlow {BODY} at (8,8) size 784x74
6 LayoutFlexibleBox {DIV} at (0,0) size 784x74 [bgcolor=#DDDDDD]
7 LayoutBlockFlow {DIV} at (0,0) size 100x74
8 LayoutInline {SPAN} at (0,0) size 56x36
9 LayoutText {#text} at (0,0) size 56x36
10 text run at (0,0) width 56: "aaaa"
11 LayoutBR {BR} at (56,0) size 0x36
12 LayoutInline {SPAN} at (0,0) size 64x36
13 LayoutText {#text} at (0,37) size 64x36
14 text run at (0,37) width 64: "bbbb"
15 LayoutText {#text} at (0,0) size 0x0
16 LayoutBlockFlow {DIV} at (100,0) size 100x74
17 LayoutInline {SPAN} at (0,0) size 56x36
18 LayoutText {#text} at (0,0) size 56x36
19 text run at (0,0) width 56: "cccc"
20 LayoutBR {BR} at (56,0) size 0x36
21 LayoutInline {SPAN} at (0,0) size 64x36
22 LayoutText {#text} at (0,37) size 64x36
23 text run at (0,37) width 64: "dddd"
24 LayoutText {#text} at (0,0) size 0x0
25 selection start: position 0 of child 0 {#text} of child 4 {SPAN} of child 1 {DIV } of child 0 {DIV} of body
26 selection end: position 2 of child 0 {#text} of child 4 {SPAN} of child 3 {DIV } of child 0 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698