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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-2-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow HTML", 10 "object": "LayoutBlockFlow HTML",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "reason": "bounds change" 97 "reason": "bounds change"
98 }, 98 },
99 { 99 {
100 "object": "LayoutText #text", 100 "object": "LayoutText #text",
101 "rect": [303, 420, 67, 19], 101 "rect": [303, 420, 67, 19],
102 "reason": "bounds change" 102 "reason": "bounds change"
103 }, 103 },
104 { 104 {
105 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 105 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
106 "rect": [372, 384, 48, 81], 106 "rect": [372, 384, 48, 81],
107 "reason": "location change" 107 "reason": "bounds change"
108 }, 108 },
109 { 109 {
110 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 110 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
111 "rect": [372, 383, 48, 81], 111 "rect": [372, 383, 48, 81],
112 "reason": "location change" 112 "reason": "bounds change"
113 }, 113 },
114 { 114 {
115 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 115 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
116 "rect": [14, 364, 48, 65], 116 "rect": [14, 364, 48, 65],
117 "reason": "location change" 117 "reason": "bounds change"
118 }, 118 },
119 { 119 {
120 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 120 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
121 "rect": [14, 363, 48, 65], 121 "rect": [14, 363, 48, 65],
122 "reason": "location change" 122 "reason": "bounds change"
123 }, 123 },
124 { 124 {
125 "object": "LayoutText #text", 125 "object": "LayoutText #text",
126 "rect": [149, 180, 45, 20], 126 "rect": [149, 180, 45, 20],
127 "reason": "style change" 127 "reason": "style change"
128 }, 128 },
129 { 129 {
130 "object": "LayoutView #document", 130 "object": "LayoutView #document",
131 "rect": [485, 0, 15, 600], 131 "rect": [485, 0, 15, 600],
132 "reason": "scroll" 132 "reason": "scroll"
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 }, 365 },
366 { 366 {
367 "object": "VerticalScrollbar", 367 "object": "VerticalScrollbar",
368 "reason": "scroll" 368 "reason": "scroll"
369 } 369 }
370 ] 370 ]
371 } 371 }
372 ] 372 ]
373 } 373 }
374 374
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698