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-html-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": [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 HTML",
16 "rect": [0, 0, 600, 250],
17 "reason": "forced by layout"
18 },
19 {
15 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
16 "rect": [0, 0, 300, 125], 21 "rect": [0, 0, 300, 125],
17 "reason": "border box change" 22 "reason": "border box change"
18 } 23 }
19 ] 24 ]
20 } 25 }
21 ], 26 ],
22 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
23 { 28 {
24 "object": "LayoutView #document", 29 "object": "LayoutView #document",
25 "reason": "incremental" 30 "reason": "incremental"
26 }, 31 },
27 { 32 {
33 "object": "LayoutBlockFlow HTML",
34 "reason": "forced by layout"
35 },
36 {
28 "object": "LayoutBlockFlow DIV", 37 "object": "LayoutBlockFlow DIV",
29 "reason": "border box change" 38 "reason": "border box change"
30 } 39 }
31 ] 40 ]
32 } 41 }
33 { 42 {
34 "layers": [ 43 "layers": [
35 { 44 {
36 "name": "LayoutView #document", 45 "name": "LayoutView #document",
37 "bounds": [400, 250], 46 "bounds": [400, 250],
38 "contentsOpaque": true, 47 "contentsOpaque": true,
39 "drawsContent": true, 48 "drawsContent": true,
40 "paintInvalidations": [ 49 "paintInvalidations": [
41 { 50 {
51 "object": "LayoutBlockFlow HTML",
52 "rect": [0, 0, 600, 125],
53 "reason": "forced by layout"
54 },
55 {
42 "object": "LayoutBlockFlow DIV", 56 "object": "LayoutBlockFlow DIV",
43 "rect": [0, 0, 300, 63], 57 "rect": [0, 0, 300, 63],
44 "reason": "border box change" 58 "reason": "border box change"
45 }, 59 },
46 { 60 {
47 "object": "LayoutView #document", 61 "object": "LayoutView #document",
48 "rect": [400, 0, 200, 250], 62 "rect": [400, 0, 200, 250],
49 "reason": "incremental" 63 "reason": "incremental"
50 } 64 }
51 ] 65 ]
52 } 66 }
53 ], 67 ],
54 "objectPaintInvalidations": [ 68 "objectPaintInvalidations": [
55 { 69 {
56 "object": "LayoutView #document", 70 "object": "LayoutView #document",
57 "reason": "incremental" 71 "reason": "incremental"
58 }, 72 },
59 { 73 {
74 "object": "LayoutBlockFlow HTML",
75 "reason": "forced by layout"
76 },
77 {
60 "object": "LayoutBlockFlow DIV", 78 "object": "LayoutBlockFlow DIV",
61 "reason": "border box change" 79 "reason": "border box change"
62 } 80 }
63 ] 81 ]
64 } 82 }
65 { 83 {
66 "layers": [ 84 "layers": [
67 { 85 {
68 "name": "LayoutView #document", 86 "name": "LayoutView #document",
69 "bounds": [400, 600], 87 "bounds": [400, 600],
70 "contentsOpaque": true, 88 "contentsOpaque": true,
71 "drawsContent": true, 89 "drawsContent": true,
72 "paintInvalidations": [ 90 "paintInvalidations": [
73 { 91 {
74 "object": "LayoutView #document", 92 "object": "LayoutView #document",
75 "rect": [0, 250, 400, 350], 93 "rect": [0, 250, 400, 350],
76 "reason": "incremental" 94 "reason": "incremental"
77 }, 95 },
78 { 96 {
97 "object": "LayoutBlockFlow HTML",
98 "rect": [0, 0, 400, 300],
99 "reason": "forced by layout"
100 },
101 {
79 "object": "LayoutBlockFlow DIV", 102 "object": "LayoutBlockFlow DIV",
80 "rect": [0, 0, 200, 150], 103 "rect": [0, 0, 200, 150],
81 "reason": "border box change" 104 "reason": "border box change"
82 } 105 }
83 ] 106 ]
84 } 107 }
85 ], 108 ],
86 "objectPaintInvalidations": [ 109 "objectPaintInvalidations": [
87 { 110 {
88 "object": "LayoutView #document", 111 "object": "LayoutView #document",
89 "reason": "incremental" 112 "reason": "incremental"
90 }, 113 },
91 { 114 {
115 "object": "LayoutBlockFlow HTML",
116 "reason": "forced by layout"
117 },
118 {
92 "object": "LayoutBlockFlow DIV", 119 "object": "LayoutBlockFlow DIV",
93 "reason": "border box change" 120 "reason": "border box change"
94 } 121 }
95 ] 122 ]
96 } 123 }
97 { 124 {
98 "layers": [ 125 "layers": [
99 { 126 {
100 "name": "LayoutView #document", 127 "name": "LayoutView #document",
101 "bounds": [800, 600], 128 "bounds": [800, 600],
102 "contentsOpaque": true, 129 "contentsOpaque": true,
103 "drawsContent": true, 130 "drawsContent": true,
104 "paintInvalidations": [ 131 "paintInvalidations": [
105 { 132 {
133 "object": "LayoutBlockFlow HTML",
134 "rect": [0, 0, 800, 300],
135 "reason": "forced by layout"
136 },
137 {
106 "object": "LayoutView #document", 138 "object": "LayoutView #document",
107 "rect": [400, 0, 400, 600], 139 "rect": [400, 0, 400, 600],
108 "reason": "incremental" 140 "reason": "incremental"
109 }, 141 },
110 { 142 {
111 "object": "LayoutBlockFlow DIV", 143 "object": "LayoutBlockFlow DIV",
112 "rect": [200, 0, 200, 150], 144 "rect": [200, 0, 200, 150],
113 "reason": "incremental" 145 "reason": "incremental"
114 } 146 }
115 ] 147 ]
116 } 148 }
117 ], 149 ],
118 "objectPaintInvalidations": [ 150 "objectPaintInvalidations": [
119 { 151 {
120 "object": "LayoutView #document", 152 "object": "LayoutView #document",
121 "reason": "incremental" 153 "reason": "incremental"
122 }, 154 },
123 { 155 {
156 "object": "LayoutBlockFlow HTML",
157 "reason": "forced by layout"
158 },
159 {
124 "object": "LayoutBlockFlow DIV", 160 "object": "LayoutBlockFlow DIV",
125 "reason": "incremental" 161 "reason": "incremental"
126 } 162 }
127 ] 163 ]
128 } 164 }
129 165
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698