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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-width-height-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": [600, 250], 5 "bounds": [600, 250],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 250, 600, 250], 11 "rect": [0, 250, 600, 250],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV", 15 "object": "LayoutBlockFlow (positioned) DIV",
16 "rect": [0, 125, 300, 125], 16 "rect": [0, 125, 300, 125],
17 "reason": "incremental" 17 "reason": "incremental"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
23 { 23 {
24 "object": "LayoutView #document", 24 "object": "LayoutView #document",
25 "reason": "incremental" 25 "reason": "incremental"
26 }, 26 },
27 { 27 {
28 "object": "LayoutBlockFlow HTML",
29 "reason": "forced by layout"
30 },
31 {
28 "object": "LayoutBlockFlow (positioned) DIV", 32 "object": "LayoutBlockFlow (positioned) DIV",
29 "reason": "incremental" 33 "reason": "incremental"
30 } 34 }
31 ] 35 ]
32 } 36 }
33 { 37 {
34 "layers": [ 38 "layers": [
35 { 39 {
36 "name": "LayoutView #document", 40 "name": "LayoutView #document",
37 "bounds": [400, 250], 41 "bounds": [400, 250],
(...skipping 12 matching lines...) Expand all
50 } 54 }
51 ] 55 ]
52 } 56 }
53 ], 57 ],
54 "objectPaintInvalidations": [ 58 "objectPaintInvalidations": [
55 { 59 {
56 "object": "LayoutView #document", 60 "object": "LayoutView #document",
57 "reason": "incremental" 61 "reason": "incremental"
58 }, 62 },
59 { 63 {
64 "object": "LayoutBlockFlow HTML",
65 "reason": "forced by layout"
66 },
67 {
60 "object": "LayoutBlockFlow (positioned) DIV", 68 "object": "LayoutBlockFlow (positioned) DIV",
61 "reason": "incremental" 69 "reason": "incremental"
62 } 70 }
63 ] 71 ]
64 } 72 }
65 { 73 {
66 "layers": [ 74 "layers": [
67 { 75 {
68 "name": "LayoutView #document", 76 "name": "LayoutView #document",
69 "bounds": [400, 600], 77 "bounds": [400, 600],
(...skipping 12 matching lines...) Expand all
82 } 90 }
83 ] 91 ]
84 } 92 }
85 ], 93 ],
86 "objectPaintInvalidations": [ 94 "objectPaintInvalidations": [
87 { 95 {
88 "object": "LayoutView #document", 96 "object": "LayoutView #document",
89 "reason": "incremental" 97 "reason": "incremental"
90 }, 98 },
91 { 99 {
100 "object": "LayoutBlockFlow HTML",
101 "reason": "forced by layout"
102 },
103 {
92 "object": "LayoutBlockFlow (positioned) DIV", 104 "object": "LayoutBlockFlow (positioned) DIV",
93 "reason": "incremental" 105 "reason": "incremental"
94 } 106 }
95 ] 107 ]
96 } 108 }
97 { 109 {
98 "layers": [ 110 "layers": [
99 { 111 {
100 "name": "LayoutView #document", 112 "name": "LayoutView #document",
101 "bounds": [800, 600], 113 "bounds": [800, 600],
(...skipping 12 matching lines...) Expand all
114 } 126 }
115 ] 127 ]
116 } 128 }
117 ], 129 ],
118 "objectPaintInvalidations": [ 130 "objectPaintInvalidations": [
119 { 131 {
120 "object": "LayoutView #document", 132 "object": "LayoutView #document",
121 "reason": "incremental" 133 "reason": "incremental"
122 }, 134 },
123 { 135 {
136 "object": "LayoutBlockFlow HTML",
137 "reason": "forced by layout"
138 },
139 {
124 "object": "LayoutBlockFlow (positioned) DIV", 140 "object": "LayoutBlockFlow (positioned) DIV",
125 "reason": "incremental" 141 "reason": "incremental"
126 } 142 }
127 ] 143 ]
128 } 144 }
129 145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698