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

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

Issue 2643723009: Revert of Remove obsolete code that invalidates document element on LayoutView resize (patchset #3 … (Closed)
Patch Set: Created 3 years, 11 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 "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 HTML",
11 "rect": [0, 0, 485, 600],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutBlockFlow P", 15 "object": "LayoutBlockFlow P",
11 "rect": [8, 74, 418, 526], 16 "rect": [8, 74, 418, 526],
12 "reason": "border box change" 17 "reason": "border box change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutText #text", 20 "object": "LayoutText #text",
16 "rect": [13, 241, 408, 139], 21 "rect": [13, 241, 408, 139],
17 "reason": "forced by layout" 22 "reason": "forced by layout"
18 }, 23 },
19 { 24 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 } 133 }
129 ] 134 ]
130 } 135 }
131 ], 136 ],
132 "objectPaintInvalidations": [ 137 "objectPaintInvalidations": [
133 { 138 {
134 "object": "VerticalScrollbar", 139 "object": "VerticalScrollbar",
135 "reason": "scroll" 140 "reason": "scroll"
136 }, 141 },
137 { 142 {
143 "object": "LayoutBlockFlow HTML",
144 "reason": "forced by layout"
145 },
146 {
138 "object": "LayoutBlockFlow P", 147 "object": "LayoutBlockFlow P",
139 "reason": "border box change" 148 "reason": "border box change"
140 }, 149 },
141 { 150 {
142 "object": "RootInlineBox", 151 "object": "RootInlineBox",
143 "reason": "border box change" 152 "reason": "border box change"
144 }, 153 },
145 { 154 {
146 "object": "LayoutText #text", 155 "object": "LayoutText #text",
147 "reason": "forced by layout" 156 "reason": "forced by layout"
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 391 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
383 "reason": "forced by layout" 392 "reason": "forced by layout"
384 }, 393 },
385 { 394 {
386 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 395 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
387 "reason": "forced by layout" 396 "reason": "forced by layout"
388 } 397 }
389 ] 398 ]
390 } 399 }
391 400
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698