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

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

Powered by Google App Engine
This is Rietveld 408576698