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

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

Issue 2634613002: Revert of Remove obsolete code that invalidates document element on LayoutView resize (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, 500, 600],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutBlockFlow P", 15 "object": "LayoutBlockFlow P",
11 "rect": [8, 569, 418, 21], 16 "rect": [8, 569, 418, 21],
12 "reason": "incremental" 17 "reason": "incremental"
13 }, 18 },
14 { 19 {
15 "object": "LayoutText #text", 20 "object": "LayoutText #text",
16 "rect": [14, 242, 406, 125], 21 "rect": [14, 242, 406, 125],
17 "reason": "forced by layout" 22 "reason": "forced by layout"
18 }, 23 },
19 { 24 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 }, 116 },
112 { 117 {
113 "object": "VerticalScrollbar", 118 "object": "VerticalScrollbar",
114 "reason": "scroll" 119 "reason": "scroll"
115 }, 120 },
116 { 121 {
117 "object": "LayoutView #document", 122 "object": "LayoutView #document",
118 "reason": "incremental" 123 "reason": "incremental"
119 }, 124 },
120 { 125 {
126 "object": "LayoutBlockFlow HTML",
127 "reason": "forced by layout"
128 },
129 {
121 "object": "LayoutBlockFlow P", 130 "object": "LayoutBlockFlow P",
122 "reason": "incremental" 131 "reason": "incremental"
123 }, 132 },
124 { 133 {
125 "object": "RootInlineBox", 134 "object": "RootInlineBox",
126 "reason": "incremental" 135 "reason": "incremental"
127 }, 136 },
128 { 137 {
129 "object": "LayoutText #text", 138 "object": "LayoutText #text",
130 "reason": "forced by layout" 139 "reason": "forced by layout"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "object": "InlineTextBox 'here; the great\n'", 318 "object": "InlineTextBox 'here; the great\n'",
310 "reason": "forced by layout" 319 "reason": "forced by layout"
311 }, 320 },
312 { 321 {
313 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 322 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
314 "reason": "forced by layout" 323 "reason": "forced by layout"
315 } 324 }
316 ] 325 ]
317 } 326 }
318 327
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698