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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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, 236], 11 "rect": [0, 0, 1500, 236],
12 "reason": "bounds change" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 15 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
16 "rect": [-250, 0, 1500, 236], 16 "rect": [-250, 0, 1500, 236],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutView #document", 20 "object": "LayoutView #document",
21 "rect": [1250, 0, 250, 585], 21 "rect": [1250, 0, 250, 585],
22 "reason": "incremental" 22 "reason": "incremental"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutView #document", 29 "object": "LayoutView #document",
30 "reason": "incremental" 30 "reason": "incremental"
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'", 33 "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
34 "reason": "bounds change" 34 "reason": "geometry"
35 }, 35 },
36 { 36 {
37 "object": "RootInlineBox", 37 "object": "RootInlineBox",
38 "reason": "bounds change" 38 "reason": "geometry"
39 }, 39 },
40 { 40 {
41 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" , 41 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" ,
42 "reason": "bounds change" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "RootInlineBox", 45 "object": "RootInlineBox",
46 "reason": "bounds change" 46 "reason": "geometry"
47 }, 47 },
48 { 48 {
49 "object": "LayoutImage IMG", 49 "object": "LayoutImage IMG",
50 "reason": "bounds change" 50 "reason": "geometry"
51 }, 51 },
52 { 52 {
53 "object": "LayoutText #text", 53 "object": "LayoutText #text",
54 "reason": "location change" 54 "reason": "geometry"
55 }, 55 },
56 { 56 {
57 "object": "LayoutText #text", 57 "object": "LayoutText #text",
58 "reason": "bounds change" 58 "reason": "geometry"
59 }, 59 },
60 { 60 {
61 "object": "InlineTextBox '\n'", 61 "object": "InlineTextBox '\n'",
62 "reason": "bounds change" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" , 65 "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'" ,
66 "reason": "bounds change" 66 "reason": "geometry"
67 }, 67 },
68 { 68 {
69 "object": "RootInlineBox", 69 "object": "RootInlineBox",
70 "reason": "bounds change" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "LayoutImage IMG", 73 "object": "LayoutImage IMG",
74 "reason": "bounds change" 74 "reason": "geometry"
75 }, 75 },
76 { 76 {
77 "object": "LayoutText #text", 77 "object": "LayoutText #text",
78 "reason": "location change" 78 "reason": "geometry"
79 }, 79 },
80 { 80 {
81 "object": "LayoutText #text", 81 "object": "LayoutText #text",
82 "reason": "location change" 82 "reason": "geometry"
83 } 83 }
84 ] 84 ]
85 } 85 }
86 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698