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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-removal-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": [785, 735], 5 "bounds": [785, 735],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 98], 11 "rect": [0, 735, 785, 98],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 184, 769, 641], 16 "rect": [8, 184, 769, 641],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'", 20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641], 21 "rect": [8, 86, 769, 641],
22 "reason": "bounds change" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (anonymous)", 25 "object": "LayoutBlockFlow (anonymous)",
26 "rect": [8, 86, 769, 98], 26 "rect": [8, 86, 769, 98],
27 "reason": "layoutObject removal" 27 "reason": "disappeared"
28 }, 28 },
29 { 29 {
30 "object": "LayoutIFrame IFRAME id='iframe'", 30 "object": "LayoutIFrame IFRAME id='iframe'",
31 "rect": [8, 86, 732, 94], 31 "rect": [8, 86, 732, 94],
32 "reason": "layoutObject removal" 32 "reason": "disappeared"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow HTML", 35 "object": "LayoutBlockFlow HTML",
36 "rect": [10, 88, 728, 90], 36 "rect": [10, 88, 728, 90],
37 "reason": "layoutObject removal" 37 "reason": "disappeared"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow BODY", 40 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 96, 712, 74], 41 "rect": [18, 96, 712, 74],
42 "reason": "layoutObject removal" 42 "reason": "disappeared"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ], 46 ],
47 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
48 { 48 {
49 "object": "LayoutIFrame IFRAME id='iframe'", 49 "object": "LayoutIFrame IFRAME id='iframe'",
50 "reason": "layoutObject removal" 50 "reason": "disappeared"
51 }, 51 },
52 { 52 {
53 "object": "LayoutText #text", 53 "object": "LayoutText #text",
54 "reason": "layoutObject removal" 54 "reason": "disappeared"
55 }, 55 },
56 { 56 {
57 "object": "LayoutBlockFlow (anonymous)", 57 "object": "LayoutBlockFlow (anonymous)",
58 "reason": "layoutObject removal" 58 "reason": "disappeared"
59 }, 59 },
60 { 60 {
61 "object": "LayoutView #document", 61 "object": "LayoutView #document",
62 "reason": "incremental" 62 "reason": "incremental"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 65 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
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": "LayoutBlockFlow BODY", 81 "object": "LayoutBlockFlow BODY",
82 "reason": "layoutObject removal" 82 "reason": "disappeared"
83 }, 83 },
84 { 84 {
85 "object": "LayoutBlockFlow HTML", 85 "object": "LayoutBlockFlow HTML",
86 "reason": "layoutObject removal" 86 "reason": "disappeared"
87 } 87 }
88 ] 88 ]
89 } 89 }
90 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698