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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/window-resize-percent-html-expected.txt

Issue 2669033009: Run virtual suite paint/invalidation with --disable-slimming-paint-invalidation (Closed)
Patch Set: Rebase Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/window-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [600, 250],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 250, 600, 250],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutBlockFlow HTML",
16 "rect": [0, 0, 600, 250],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [0, 62, 300, 63],
22 "reason": "incremental"
23 }
24 ]
25 }
26 ],
27 "objectPaintInvalidations": [
28 {
29 "object": "LayoutView #document",
30 "reason": "incremental"
31 },
32 {
33 "object": "LayoutBlockFlow HTML",
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutBlockFlow DIV",
38 "reason": "incremental"
39 }
40 ]
41 }
42 {
43 "layers": [
44 {
45 "name": "LayoutView #document",
46 "bounds": [400, 250],
47 "contentsOpaque": true,
48 "drawsContent": true,
49 "paintInvalidations": [
50 {
51 "object": "LayoutBlockFlow HTML",
52 "rect": [0, 0, 600, 125],
53 "reason": "forced by layout"
54 },
55 {
56 "object": "LayoutView #document",
57 "rect": [400, 0, 200, 250],
58 "reason": "incremental"
59 },
60 {
61 "object": "LayoutBlockFlow DIV",
62 "rect": [200, 0, 100, 63],
63 "reason": "incremental"
64 }
65 ]
66 }
67 ],
68 "objectPaintInvalidations": [
69 {
70 "object": "LayoutView #document",
71 "reason": "incremental"
72 },
73 {
74 "object": "LayoutBlockFlow HTML",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "LayoutBlockFlow DIV",
79 "reason": "incremental"
80 }
81 ]
82 }
83 {
84 "layers": [
85 {
86 "name": "LayoutView #document",
87 "bounds": [400, 600],
88 "contentsOpaque": true,
89 "drawsContent": true,
90 "paintInvalidations": [
91 {
92 "object": "LayoutView #document",
93 "rect": [0, 250, 400, 350],
94 "reason": "incremental"
95 },
96 {
97 "object": "LayoutBlockFlow HTML",
98 "rect": [0, 0, 400, 300],
99 "reason": "forced by layout"
100 },
101 {
102 "object": "LayoutBlockFlow DIV",
103 "rect": [0, 62, 200, 88],
104 "reason": "incremental"
105 }
106 ]
107 }
108 ],
109 "objectPaintInvalidations": [
110 {
111 "object": "LayoutView #document",
112 "reason": "incremental"
113 },
114 {
115 "object": "LayoutBlockFlow HTML",
116 "reason": "forced by layout"
117 },
118 {
119 "object": "LayoutBlockFlow DIV",
120 "reason": "incremental"
121 }
122 ]
123 }
124 {
125 "layers": [
126 {
127 "name": "LayoutView #document",
128 "bounds": [800, 600],
129 "contentsOpaque": true,
130 "drawsContent": true,
131 "paintInvalidations": [
132 {
133 "object": "LayoutBlockFlow HTML",
134 "rect": [0, 0, 800, 300],
135 "reason": "forced by layout"
136 },
137 {
138 "object": "LayoutView #document",
139 "rect": [400, 0, 400, 600],
140 "reason": "incremental"
141 },
142 {
143 "object": "LayoutBlockFlow DIV",
144 "rect": [200, 0, 200, 150],
145 "reason": "incremental"
146 }
147 ]
148 }
149 ],
150 "objectPaintInvalidations": [
151 {
152 "object": "LayoutView #document",
153 "reason": "incremental"
154 },
155 {
156 "object": "LayoutBlockFlow HTML",
157 "reason": "forced by layout"
158 },
159 {
160 "object": "LayoutBlockFlow DIV",
161 "reason": "incremental"
162 }
163 ]
164 }
165
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/svg/window-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698