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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698