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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt

Issue 2327223002: Move all remaining fast/repaint tests to paint/invalidation (Closed)
Patch Set: Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [600, 250],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [600, 250],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutView #document",
13 "rect": [0, 250, 600, 250],
14 "reason": "incremental"
15 },
16 {
17 "object": "LayoutBlockFlow HTML",
18 "rect": [0, 0, 600, 250],
19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutBlockFlow DIV",
23 "rect": [0, 62, 300, 63],
24 "reason": "incremental"
25 }
26 ]
27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutView #document",
32 "reason": "incremental"
33 },
34 {
35 "object": "LayoutBlockFlow HTML",
36 "reason": "forced by layout"
37 },
38 {
39 "object": "LayoutBlockFlow DIV",
40 "reason": "incremental"
41 }
42 ]
43 }
44 {
45 "name": "Content Root Layer",
46 "bounds": [400, 250],
47 "children": [
48 {
49 "name": "LayoutView #document",
50 "bounds": [400, 250],
51 "contentsOpaque": true,
52 "drawsContent": true,
53 "paintInvalidations": [
54 {
55 "object": "LayoutBlockFlow HTML",
56 "rect": [0, 0, 600, 125],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutView #document",
61 "rect": [400, 0, 200, 250],
62 "reason": "incremental"
63 },
64 {
65 "object": "LayoutBlockFlow DIV",
66 "rect": [200, 0, 100, 63],
67 "reason": "incremental"
68 }
69 ]
70 }
71 ],
72 "objectPaintInvalidations": [
73 {
74 "object": "LayoutView #document",
75 "reason": "incremental"
76 },
77 {
78 "object": "LayoutBlockFlow HTML",
79 "reason": "forced by layout"
80 },
81 {
82 "object": "LayoutBlockFlow DIV",
83 "reason": "incremental"
84 }
85 ]
86 }
87 {
88 "name": "Content Root Layer",
89 "bounds": [400, 600],
90 "children": [
91 {
92 "name": "LayoutView #document",
93 "bounds": [400, 600],
94 "contentsOpaque": true,
95 "drawsContent": true,
96 "paintInvalidations": [
97 {
98 "object": "LayoutView #document",
99 "rect": [0, 250, 400, 350],
100 "reason": "incremental"
101 },
102 {
103 "object": "LayoutBlockFlow HTML",
104 "rect": [0, 0, 400, 300],
105 "reason": "forced by layout"
106 },
107 {
108 "object": "LayoutBlockFlow DIV",
109 "rect": [0, 62, 200, 88],
110 "reason": "incremental"
111 }
112 ]
113 }
114 ],
115 "objectPaintInvalidations": [
116 {
117 "object": "LayoutView #document",
118 "reason": "incremental"
119 },
120 {
121 "object": "LayoutBlockFlow HTML",
122 "reason": "forced by layout"
123 },
124 {
125 "object": "LayoutBlockFlow DIV",
126 "reason": "incremental"
127 }
128 ]
129 }
130 {
131 "name": "Content Root Layer",
132 "bounds": [800, 600],
133 "children": [
134 {
135 "name": "LayoutView #document",
136 "bounds": [800, 600],
137 "contentsOpaque": true,
138 "drawsContent": true,
139 "paintInvalidations": [
140 {
141 "object": "LayoutBlockFlow HTML",
142 "rect": [0, 0, 800, 300],
143 "reason": "forced by layout"
144 },
145 {
146 "object": "LayoutView #document",
147 "rect": [400, 0, 400, 600],
148 "reason": "incremental"
149 },
150 {
151 "object": "LayoutBlockFlow DIV",
152 "rect": [200, 0, 200, 150],
153 "reason": "incremental"
154 }
155 ]
156 }
157 ],
158 "objectPaintInvalidations": [
159 {
160 "object": "LayoutView #document",
161 "reason": "incremental"
162 },
163 {
164 "object": "LayoutBlockFlow HTML",
165 "reason": "forced by layout"
166 },
167 {
168 "object": "LayoutBlockFlow DIV",
169 "reason": "incremental"
170 }
171 ]
172 }
173
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698