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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698