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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/text/flexbox-selection-nested-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 800x110
4 LayoutBlockFlow {HTML} at (0,0) size 800x110
5 LayoutBlockFlow {BODY} at (8,8) size 784x94
6 LayoutBlockFlow (anonymous) at (0,0) size 784x20
7 LayoutText {#text} at (0,0) size 550x19
8 text run at (0,0) width 550: "This test verifies that a selection span ning nested flexbox boundaries is drawn correctly."
9 layer at (8,28) size 200x74
10 LayoutBlockFlow (relative positioned) {DIV} at (0,20) size 200x74 [bgcolor=#DD DDDD]
11 LayoutFlexibleBox {DIV} at (0,0) size 200x37
12 LayoutBlockFlow {SPAN} at (0,0) size 100x37
13 LayoutText {#text} at (0,0) size 42x36
14 text run at (0,0) width 42: "aaa"
15 LayoutFlexibleBox {DIV} at (100,0) size 100x37
16 LayoutBlockFlow {SPAN} at (0,0) size 100x37
17 LayoutText {#text} at (0,0) size 48x36
18 text run at (0,0) width 48: "bbb"
19 LayoutFlexibleBox {DIV} at (0,37) size 200x37
20 LayoutBlockFlow {SPAN} at (0,0) size 100x37
21 LayoutText {#text} at (0,0) size 42x36
22 text run at (0,0) width 42: "ccc"
23 LayoutFlexibleBox {DIV} at (100,0) size 100x37
24 LayoutBlockFlow {SPAN} at (0,0) size 100x37
25 LayoutText {#text} at (0,0) size 48x36
26 text run at (0,0) width 48: "ddd"
27 selection start: position 1 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV } of child 1 {DIV} of body
28 selection end: position 2 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV } of child 3 {DIV} of child 1 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698