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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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": [785, 829],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutView #document",
11 "rect": [0, 735, 785, 94],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
16 "rect": [8, 180, 769, 641],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV class='relative p addingTop'",
21 "rect": [8, 86, 769, 641],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutIFrame IFRAME id='iframe'",
26 "rect": [8, 86, 732, 94],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutBlockFlow HTML",
31 "rect": [10, 88, 728, 90],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutView #document",
36 "rect": [10, 88, 728, 90],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutBlockFlow BODY",
41 "rect": [18, 96, 712, 74],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutImage IMG",
46 "rect": [58, 230, 489, 537],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutImage IMG",
51 "rect": [58, 136, 489, 537],
52 "reason": "bounds change"
53 }
54 ]
55 }
56 ],
57 "objectPaintInvalidations": [
58 {
59 "object": "LayoutView #document",
60 "reason": "incremental"
61 },
62 {
63 "object": "LayoutIFrame IFRAME id='iframe'",
64 "reason": "layoutObject insertion"
65 },
66 {
67 "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddi ngTop'",
68 "reason": "bounds change"
69 },
70 {
71 "object": "RootInlineBox",
72 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutImage IMG",
76 "reason": "bounds change"
77 },
78 {
79 "object": "LayoutText #text",
80 "reason": "location change"
81 },
82 {
83 "object": "VerticalScrollbar",
84 "reason": "scroll"
85 },
86 {
87 "object": "LayoutView #document",
88 "reason": "style change"
89 },
90 {
91 "object": "LayoutBlockFlow HTML",
92 "reason": "layoutObject insertion"
93 },
94 {
95 "object": "LayoutBlockFlow BODY",
96 "reason": "layoutObject insertion"
97 }
98 ]
99 }
100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698