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

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

Issue 2483483003: Remove obsolete code that invalidates document element on LayoutView resize (Closed)
Patch Set: Rebaseline-cl Created 4 years, 1 month 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 {
15 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
16 "rect": [8, 569, 418, 21], 11 "rect": [8, 569, 418, 21],
17 "reason": "incremental" 12 "reason": "incremental"
18 }, 13 },
19 { 14 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [14, 242, 406, 125], 16 "rect": [14, 242, 406, 125],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": "LayoutBlockFlow HTML",
118 "reason": "forced by layout"
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