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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt

Issue 1881903002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidationClients": [ 8 "paintInvalidations": [
9 "LayoutBlockFlow HTML", 9 {
10 "LayoutBlockFlow BODY" 10 "object": "LayoutBlockFlow BODY",
11 "rect": [0, 0, 0, 0],
12 "reason": "selection"
13 },
14 {
15 "object": "LayoutBlockFlow HTML",
16 "rect": [0, 0, 0, 0],
17 "reason": "selection"
18 }
11 ], 19 ],
12 "children": [ 20 "children": [
13 { 21 {
14 "position": [8, 8], 22 "position": [8, 8],
15 "bounds": [200, 200], 23 "bounds": [200, 200],
16 "contentsOpaque": true, 24 "contentsOpaque": true,
17 "shouldFlattenTransform": false, 25 "shouldFlattenTransform": false,
18 "drawsContent": true, 26 "drawsContent": true,
19 "backgroundColor": "#D3D3D3", 27 "backgroundColor": "#D3D3D3",
20 "repaintRects": [ 28 "paintInvalidations": [
21 [0, 160, 23, 18] 29 {
22 ], 30 "object": "InlineTextBox 'test'",
23 "paintInvalidationClients": [ 31 "rect": [0, 0, 0, 0],
24 "LayoutBlockFlow DIV id='scroller'", 32 "reason": "selection"
25 "LayoutBlockFlow DIV id='target'", 33 },
26 "LayoutText #text", 34 {
27 "InlineTextBox 'test'" 35 "object": "LayoutBlockFlow DIV id='scroller'",
36 "rect": [0, 0, 0, 0],
37 "reason": "selection"
38 },
39 {
40 "object": "LayoutBlockFlow DIV id='target'",
41 "rect": [0, 0, 0, 0],
42 "reason": "selection"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [0, 160, 23, 18],
47 "reason": "selection"
48 }
28 ], 49 ],
29 "children": [ 50 "children": [
30 { 51 {
31 "bounds": [185, 185], 52 "bounds": [185, 185],
32 "shouldFlattenTransform": false, 53 "shouldFlattenTransform": false,
33 "children": [ 54 "children": [
34 { 55 {
35 "bounds": [200, 1620], 56 "bounds": [200, 1620],
36 "drawsContent": true, 57 "drawsContent": true,
37 "repaintRects": [ 58 "paintInvalidations": [
38 [0, 610, 23, 18] 59 {
39 ], 60 "object": "InlineTextBox 'test'",
40 "paintInvalidationClients": [ 61 "rect": [0, 0, 0, 0],
41 "LayoutBlockFlow DIV id='scroller'", 62 "reason": "selection"
42 "LayoutBlockFlow DIV id='target'", 63 },
43 "LayoutText #text", 64 {
44 "InlineTextBox 'test'" 65 "object": "LayoutBlockFlow DIV id='scroller'",
66 "rect": [0, 0, 0, 0],
67 "reason": "selection"
68 },
69 {
70 "object": "LayoutBlockFlow DIV id='target'",
71 "rect": [0, 0, 0, 0],
72 "reason": "selection"
73 },
74 {
75 "object": "LayoutText #text",
76 "rect": [0, 610, 23, 18],
77 "reason": "selection"
78 }
45 ] 79 ]
46 } 80 }
47 ] 81 ]
48 }, 82 },
49 { 83 {
50 "bounds": [200, 200], 84 "bounds": [200, 200],
51 "children": [ 85 "children": [
52 { 86 {
53 "position": [0, 185], 87 "position": [0, 185],
54 "bounds": [185, 15] 88 "bounds": [185, 15]
55 }, 89 },
56 { 90 {
57 "position": [185, 0], 91 "position": [185, 0],
58 "bounds": [15, 185] 92 "bounds": [15, 185]
59 }, 93 },
60 { 94 {
61 "position": [185, 185], 95 "position": [185, 185],
62 "bounds": [15, 15], 96 "bounds": [15, 15],
63 "drawsContent": true 97 "drawsContent": true
64 } 98 }
65 ] 99 ]
66 } 100 }
67 ] 101 ]
68 } 102 }
69 ] 103 ]
70 } 104 }
71 ] 105 ]
72 } 106 }
73 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698