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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [1250, 585], 5 "bounds": [1250, 585],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 10 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
11 "rect": [0, 0, 1500, 237], 11 "rect": [0, 0, 1500, 237],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 15 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
16 "rect": [-250, 0, 1500, 237], 16 "rect": [-250, 0, 1500, 237],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
21 "rect": [704, 0, 700, 237],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
26 "rect": [454, 0, 700, 237],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
31 "rect": [0, 0, 700, 237],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapp er'",
36 "rect": [-250, 0, 700, 237],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutView #document", 20 "object": "LayoutView #document",
41 "rect": [1250, 0, 250, 585], 21 "rect": [1250, 0, 250, 585],
42 "reason": "incremental" 22 "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, 217, 4, 19],
67 "reason": "bounds change"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [450, 217, 4, 19],
72 "reason": "bounds change"
73 } 23 }
74 ] 24 ]
75 } 25 }
76 ], 26 ],
77 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
78 { 28 {
79 "object": "LayoutView #document", 29 "object": "LayoutView #document",
80 "reason": "incremental" 30 "reason": "incremental"
81 }, 31 },
82 { 32 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "object": "LayoutText #text", 77 "object": "LayoutText #text",
128 "reason": "location change" 78 "reason": "location change"
129 }, 79 },
130 { 80 {
131 "object": "LayoutText #text", 81 "object": "LayoutText #text",
132 "reason": "location change" 82 "reason": "location change"
133 } 83 }
134 ] 84 ]
135 } 85 }
136 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698