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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/line-flow-with-floats-9-expected.txt

Issue 2550333002: Revert of Verify paintedOutputOfObjectHasNoEffectRegardlessOfSize during painting (Closed)
Patch Set: Created 4 years 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "rect": [372, 371, 48, 81], 86 "rect": [372, 371, 48, 81],
87 "reason": "bounds change" 87 "reason": "bounds change"
88 }, 88 },
89 { 89 {
90 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'", 90 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'",
91 "rect": [372, 245, 48, 49], 91 "rect": [372, 245, 48, 49],
92 "reason": "layoutObject insertion" 92 "reason": "layoutObject insertion"
93 }, 93 },
94 { 94 {
95 "object": "LayoutView #document", 95 "object": "LayoutView #document",
96 "rect": [485, 0, 15, 600],
97 "reason": "incremental"
98 },
99 {
100 "object": "LayoutView #document",
101 "rect": [485, 0, 15, 600], 96 "rect": [485, 0, 15, 600],
102 "reason": "scroll" 97 "reason": "scroll"
103 } 98 }
104 ] 99 ]
105 } 100 }
106 ], 101 ],
107 "objectPaintInvalidations": [ 102 "objectPaintInvalidations": [
108 { 103 {
109 "object": "LayoutView #document", 104 "object": "LayoutView #document",
110 "reason": "scroll" 105 "reason": "scroll"
111 }, 106 },
112 { 107 {
113 "object": "VerticalScrollbar", 108 "object": "VerticalScrollbar",
114 "reason": "scroll" 109 "reason": "scroll"
115 }, 110 },
116 { 111 {
117 "object": "LayoutView #document",
118 "reason": "incremental"
119 },
120 {
121 "object": "LayoutBlockFlow P", 112 "object": "LayoutBlockFlow P",
122 "reason": "incremental" 113 "reason": "incremental"
123 }, 114 },
124 { 115 {
125 "object": "RootInlineBox", 116 "object": "RootInlineBox",
126 "reason": "incremental" 117 "reason": "incremental"
127 }, 118 },
128 { 119 {
129 "object": "LayoutText #text", 120 "object": "LayoutText #text",
130 "reason": "forced by layout" 121 "reason": "forced by layout"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "object": "InlineTextBox 'here; the great\n'", 300 "object": "InlineTextBox 'here; the great\n'",
310 "reason": "forced by layout" 301 "reason": "forced by layout"
311 }, 302 },
312 { 303 {
313 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 304 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
314 "reason": "forced by layout" 305 "reason": "forced by layout"
315 } 306 }
316 ] 307 ]
317 } 308 }
318 309
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698