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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/relative-sized-shadow-tree-content-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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 68, 402, 402],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGRoot svg",
16 "rect": [9, 69, 400, 400],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGContainer use",
21 "rect": [209, 269, 200, 200],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGRect rect id='targetRect'",
26 "rect": [209, 269, 200, 200],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGRect rect id='targetRect'",
31 "rect": [9, 269, 200, 200],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGContainer g id='targetUse'",
36 "rect": [9, 69, 200, 200],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGContainer use",
41 "rect": [9, 69, 200, 200],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGContainer use id='targetUse'",
46 "rect": [9, 69, 200, 200],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGRect rect id='targetRect1'",
51 "rect": [9, 69, 200, 200],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutSVGRect rect id='targetRect1'",
56 "rect": [9, 69, 200, 200],
57 "reason": "forced by layout"
58 },
59 {
60 "object": "LayoutSVGRect rect id='targetRect1'",
61 "rect": [9, 69, 200, 200],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutSVGContainer use",
66 "rect": [59, 269, 50, 200],
67 "reason": "bounds change"
68 },
69 {
70 "object": "LayoutSVGRect rect id='targetRect'",
71 "rect": [59, 269, 50, 200],
72 "reason": "forced by layout"
73 }
74 ]
75 }
76 ],
77 "objectPaintInvalidations": [
78 {
79 "object": "LayoutBlockFlow div id='contentBox'",
80 "reason": "forced by layout"
81 },
82 {
83 "object": "RootInlineBox",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "LayoutSVGRoot svg",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "LayoutSVGRect rect id='targetRect'",
92 "reason": "forced by layout"
93 },
94 {
95 "object": "LayoutSVGRect rect id='targetRect1'",
96 "reason": "forced by layout"
97 },
98 {
99 "object": "LayoutSVGContainer use id='targetUse'",
100 "reason": "bounds change"
101 },
102 {
103 "object": "LayoutSVGRect rect id='targetRect1'",
104 "reason": "forced by layout"
105 },
106 {
107 "object": "LayoutSVGContainer use",
108 "reason": "bounds change"
109 },
110 {
111 "object": "LayoutSVGRect rect id='targetRect'",
112 "reason": "forced by layout"
113 },
114 {
115 "object": "LayoutSVGContainer use",
116 "reason": "bounds change"
117 },
118 {
119 "object": "LayoutSVGContainer g id='targetUse'",
120 "reason": "bounds change"
121 },
122 {
123 "object": "LayoutSVGRect rect id='targetRect1'",
124 "reason": "forced by layout"
125 }
126 ]
127 }
128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698