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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-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, 836], 5 "bounds": [785, 836],
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, 742, 785, 94], 11 "rect": [0, 742, 785, 94],
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, 186, 769, 642], 16 "rect": [8, 186, 769, 642],
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, 92, 769, 642], 21 "rect": [8, 92, 769, 642],
22 "reason": "bounds change" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutIFrame IFRAME id='iframe'", 25 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 92, 732, 94], 26 "rect": [8, 92, 732, 94],
27 "reason": "layoutObject insertion" 27 "reason": "appeared"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow HTML", 30 "object": "LayoutBlockFlow HTML",
31 "rect": [10, 94, 728, 90], 31 "rect": [10, 94, 728, 90],
32 "reason": "layoutObject insertion" 32 "reason": "appeared"
33 }, 33 },
34 { 34 {
35 "object": "LayoutView #document", 35 "object": "LayoutView #document",
36 "rect": [10, 94, 728, 90], 36 "rect": [10, 94, 728, 90],
37 "reason": "style change" 37 "reason": "style change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutBlockFlow BODY", 40 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 102, 712, 74], 41 "rect": [18, 102, 712, 74],
42 "reason": "layoutObject insertion" 42 "reason": "appeared"
43 }, 43 },
44 { 44 {
45 "object": "LayoutImage IMG", 45 "object": "LayoutImage IMG",
46 "rect": [58, 236, 489, 537], 46 "rect": [58, 236, 489, 537],
47 "reason": "bounds change" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutImage IMG", 50 "object": "LayoutImage IMG",
51 "rect": [58, 142, 489, 537], 51 "rect": [58, 142, 489, 537],
52 "reason": "bounds change" 52 "reason": "geometry"
53 } 53 }
54 ] 54 ]
55 } 55 }
56 ], 56 ],
57 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
58 { 58 {
59 "object": "LayoutView #document", 59 "object": "LayoutView #document",
60 "reason": "incremental" 60 "reason": "incremental"
61 }, 61 },
62 { 62 {
63 "object": "LayoutIFrame IFRAME id='iframe'", 63 "object": "LayoutIFrame IFRAME id='iframe'",
64 "reason": "layoutObject insertion" 64 "reason": "appeared"
65 }, 65 },
66 { 66 {
67 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'", 67 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
68 "reason": "bounds change" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "RootInlineBox", 71 "object": "RootInlineBox",
72 "reason": "bounds change" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "LayoutImage IMG", 75 "object": "LayoutImage IMG",
76 "reason": "bounds change" 76 "reason": "geometry"
77 }, 77 },
78 { 78 {
79 "object": "LayoutText #text", 79 "object": "LayoutText #text",
80 "reason": "location change" 80 "reason": "geometry"
81 }, 81 },
82 { 82 {
83 "object": "VerticalScrollbar", 83 "object": "VerticalScrollbar",
84 "reason": "scroll" 84 "reason": "scroll control"
85 }, 85 },
86 { 86 {
87 "object": "LayoutView #document", 87 "object": "LayoutView #document",
88 "reason": "style change" 88 "reason": "style change"
89 }, 89 },
90 { 90 {
91 "object": "LayoutBlockFlow HTML", 91 "object": "LayoutBlockFlow HTML",
92 "reason": "layoutObject insertion" 92 "reason": "appeared"
93 }, 93 },
94 { 94 {
95 "object": "LayoutBlockFlow BODY", 95 "object": "LayoutBlockFlow BODY",
96 "reason": "layoutObject insertion" 96 "reason": "appeared"
97 } 97 }
98 ] 98 ]
99 } 99 }
100 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698