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

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

Issue 2178363002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 "name": "Content Root Layer",
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "name": "LayoutView #document", 7 "name": "LayoutView #document",
8 "bounds": [800, 600], 8 "bounds": [800, 600],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
(...skipping 13 matching lines...) Expand all
24 "bounds": [100, 210], 24 "bounds": [100, 210],
25 "drawsContent": true, 25 "drawsContent": true,
26 "paintInvalidations": [ 26 "paintInvalidations": [
27 { 27 {
28 "object": "LayoutText #text", 28 "object": "LayoutText #text",
29 "rect": [0, 80, 42, 35], 29 "rect": [0, 80, 42, 35],
30 "reason": "selection" 30 "reason": "selection"
31 }, 31 },
32 { 32 {
33 "object": "LayoutText #text", 33 "object": "LayoutText #text",
34 "rect": [40, 80, 2, 36], 34 "rect": [39, 80, 3, 35],
35 "reason": "incremental" 35 "reason": "incremental"
36 } 36 }
37 ] 37 ]
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "rect": [0, 80, 44, 35], 106 "rect": [0, 80, 44, 35],
107 "reason": "selection" 107 "reason": "selection"
108 }, 108 },
109 { 109 {
110 "object": "LayoutText #text", 110 "object": "LayoutText #text",
111 "rect": [0, 160, 42, 35], 111 "rect": [0, 160, 42, 35],
112 "reason": "selection" 112 "reason": "selection"
113 }, 113 },
114 { 114 {
115 "object": "LayoutText #text", 115 "object": "LayoutText #text",
116 "rect": [40, 80, 4, 36], 116 "rect": [39, 80, 5, 35],
117 "reason": "incremental" 117 "reason": "incremental"
118 }, 118 },
119 { 119 {
120 "object": "LayoutText #text", 120 "object": "LayoutText #text",
121 "rect": [40, 160, 2, 36], 121 "rect": [39, 160, 3, 35],
122 "reason": "incremental" 122 "reason": "incremental"
123 } 123 }
124 ] 124 ]
125 } 125 }
126 ] 126 ]
127 } 127 }
128 ] 128 ]
129 } 129 }
130 ], 130 ],
131 "objectPaintInvalidations": [ 131 "objectPaintInvalidations": [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "object": "InlineTextBox 'lorem'", 189 "object": "InlineTextBox 'lorem'",
190 "reason": "incremental" 190 "reason": "incremental"
191 }, 191 },
192 { 192 {
193 "object": "InlineTextBox 'ipsum'", 193 "object": "InlineTextBox 'ipsum'",
194 "reason": "incremental" 194 "reason": "incremental"
195 } 195 }
196 ] 196 ]
197 } 197 }
198 198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698