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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) 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": [1250, 585],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [1250, 585],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
13 "rect": [0, 0, 1500, 236],
14 "reason": "bounds change"
15 },
16 {
17 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
18 "rect": [-250, 0, 1500, 236],
19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutBlockFlow HTML",
23 "rect": [0, 0, 800, 52],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
28 "rect": [704, 0, 700, 236],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
33 "rect": [454, 0, 700, 236],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
38 "rect": [0, 0, 700, 236],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
43 "rect": [-250, 0, 700, 236],
44 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutView #document",
48 "rect": [1250, 0, 250, 585],
49 "reason": "incremental"
50 },
51 {
52 "object": "LayoutImage IMG",
53 "rect": [704, 0, 214, 232],
54 "reason": "bounds change"
55 },
56 {
57 "object": "LayoutImage IMG",
58 "rect": [454, 0, 214, 232],
59 "reason": "bounds change"
60 },
61 {
62 "object": "LayoutImage IMG",
63 "rect": [0, 0, 214, 232],
64 "reason": "bounds change"
65 },
66 {
67 "object": "LayoutImage IMG",
68 "rect": [-250, 0, 214, 232],
69 "reason": "bounds change"
70 },
71 {
72 "object": "LayoutText #text",
73 "rect": [700, 218, 4, 18],
74 "reason": "bounds change"
75 },
76 {
77 "object": "LayoutText #text",
78 "rect": [450, 218, 4, 18],
79 "reason": "bounds change"
80 }
81 ]
82 }
83 ],
84 "objectPaintInvalidations": [
85 {
86 "object": "LayoutView #document",
87 "reason": "incremental"
88 },
89 {
90 "object": "LayoutBlockFlow HTML",
91 "reason": "forced by layout"
92 },
93 {
94 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
95 "reason": "bounds change"
96 },
97 {
98 "object": "RootInlineBox",
99 "reason": "bounds change"
100 },
101 {
102 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" ,
103 "reason": "bounds change"
104 },
105 {
106 "object": "RootInlineBox",
107 "reason": "bounds change"
108 },
109 {
110 "object": "LayoutImage IMG",
111 "reason": "bounds change"
112 },
113 {
114 "object": "LayoutText #text",
115 "reason": "location change"
116 },
117 {
118 "object": "LayoutText #text",
119 "reason": "bounds change"
120 },
121 {
122 "object": "InlineTextBox '\n'",
123 "reason": "bounds change"
124 },
125 {
126 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" ,
127 "reason": "bounds change"
128 },
129 {
130 "object": "RootInlineBox",
131 "reason": "bounds change"
132 },
133 {
134 "object": "LayoutImage IMG",
135 "reason": "bounds change"
136 },
137 {
138 "object": "LayoutText #text",
139 "reason": "location change"
140 },
141 {
142 "object": "LayoutText #text",
143 "reason": "location change"
144 }
145 ]
146 }
147
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698