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

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

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

Powered by Google App Engine
This is Rietveld 408576698