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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 lorem ipsumlorem ipsumlorem ipsum 1 lorem ipsumlorem ipsumlorem ipsum
2 { 2 {
3 "name": "Content Root Layer", 3 "layers": [
4 "bounds": [800, 600],
5 "children": [
6 { 4 {
7 "name": "LayoutView #document", 5 "name": "LayoutView #document",
8 "bounds": [800, 600], 6 "bounds": [800, 600],
9 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true
9 },
10 {
11 "name": "Squashing Containment Layer",
12 "shouldFlattenTransform": false
13 },
14 {
15 "name": "LayoutBlockFlow DIV class='overlap'",
16 "position": [8, 8],
17 "bounds": [300, 500]
18 },
19 {
20 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV class='item')",
21 "position": [15, 35],
22 "bounds": [100, 210],
10 "drawsContent": true, 23 "drawsContent": true,
11 "children": [ 24 "paintInvalidations": [
12 { 25 {
13 "name": "Squashing Containment Layer", 26 "object": "LayoutText #text",
14 "shouldFlattenTransform": false, 27 "rect": [0, 80, 38, 39],
15 "children": [ 28 "reason": "selection"
16 { 29 },
17 "name": "LayoutBlockFlow DIV class='overlap'", 30 {
18 "position": [8, 8], 31 "object": "LayoutText #text",
19 "bounds": [300, 500] 32 "rect": [35, 80, 3, 39],
20 }, 33 "reason": "incremental"
21 {
22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV class='item')",
23 "position": [15, 35],
24 "bounds": [100, 210],
25 "drawsContent": true,
26 "paintInvalidations": [
27 {
28 "object": "LayoutText #text",
29 "rect": [0, 80, 38, 39],
30 "reason": "selection"
31 },
32 {
33 "object": "LayoutText #text",
34 "rect": [35, 80, 3, 39],
35 "reason": "incremental"
36 }
37 ]
38 }
39 ]
40 } 34 }
41 ] 35 ]
42 } 36 }
43 ], 37 ],
44 "objectPaintInvalidations": [ 38 "objectPaintInvalidations": [
45 { 39 {
46 "object": "LayoutBlockFlow (positioned) DIV id='item1' class='item'", 40 "object": "LayoutBlockFlow (positioned) DIV id='item1' class='item'",
47 "reason": "selection" 41 "reason": "selection"
48 }, 42 },
49 { 43 {
(...skipping 20 matching lines...) Expand all
70 "object": "InlineTextBox 'lorem'", 64 "object": "InlineTextBox 'lorem'",
71 "reason": "incremental" 65 "reason": "incremental"
72 }, 66 },
73 { 67 {
74 "object": "InlineTextBox 'ipsum'", 68 "object": "InlineTextBox 'ipsum'",
75 "reason": "incremental" 69 "reason": "incremental"
76 } 70 }
77 ] 71 ]
78 } 72 }
79 { 73 {
80 "name": "Content Root Layer", 74 "layers": [
81 "bounds": [800, 600],
82 "children": [
83 { 75 {
84 "name": "LayoutView #document", 76 "name": "LayoutView #document",
85 "bounds": [800, 600], 77 "bounds": [800, 600],
86 "contentsOpaque": true, 78 "contentsOpaque": true,
79 "drawsContent": true
80 },
81 {
82 "name": "Squashing Containment Layer",
83 "shouldFlattenTransform": false
84 },
85 {
86 "name": "LayoutBlockFlow DIV class='overlap'",
87 "position": [8, 8],
88 "bounds": [300, 500]
89 },
90 {
91 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione d) DIV class='item')",
92 "position": [15, 35],
93 "bounds": [100, 210],
87 "drawsContent": true, 94 "drawsContent": true,
88 "children": [ 95 "paintInvalidations": [
89 { 96 {
90 "name": "Squashing Containment Layer", 97 "object": "LayoutText #text",
91 "shouldFlattenTransform": false, 98 "rect": [0, 80, 39, 39],
92 "children": [ 99 "reason": "selection"
93 { 100 },
94 "name": "LayoutBlockFlow DIV class='overlap'", 101 {
95 "position": [8, 8], 102 "object": "LayoutText #text",
96 "bounds": [300, 500] 103 "rect": [0, 160, 38, 39],
97 }, 104 "reason": "selection"
98 { 105 },
99 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p ositioned) DIV class='item')", 106 {
100 "position": [15, 35], 107 "object": "LayoutText #text",
101 "bounds": [100, 210], 108 "rect": [35, 80, 4, 39],
102 "drawsContent": true, 109 "reason": "incremental"
103 "paintInvalidations": [ 110 },
104 { 111 {
105 "object": "LayoutText #text", 112 "object": "LayoutText #text",
106 "rect": [0, 80, 39, 39], 113 "rect": [35, 160, 3, 39],
107 "reason": "selection" 114 "reason": "incremental"
108 },
109 {
110 "object": "LayoutText #text",
111 "rect": [0, 160, 38, 39],
112 "reason": "selection"
113 },
114 {
115 "object": "LayoutText #text",
116 "rect": [35, 80, 4, 39],
117 "reason": "incremental"
118 },
119 {
120 "object": "LayoutText #text",
121 "rect": [35, 160, 3, 39],
122 "reason": "incremental"
123 }
124 ]
125 }
126 ]
127 } 115 }
128 ] 116 ]
129 } 117 }
130 ], 118 ],
131 "objectPaintInvalidations": [ 119 "objectPaintInvalidations": [
132 { 120 {
133 "object": "LayoutBlockFlow (positioned) DIV id='item1' class='item'", 121 "object": "LayoutBlockFlow (positioned) DIV id='item1' class='item'",
134 "reason": "selection" 122 "reason": "selection"
135 }, 123 },
136 { 124 {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "object": "InlineTextBox 'lorem'", 177 "object": "InlineTextBox 'lorem'",
190 "reason": "incremental" 178 "reason": "incremental"
191 }, 179 },
192 { 180 {
193 "object": "InlineTextBox 'ipsum'", 181 "object": "InlineTextBox 'ipsum'",
194 "reason": "incremental" 182 "reason": "incremental"
195 } 183 }
196 ] 184 ]
197 } 185 }
198 186
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698