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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/relative-sized-deep-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": "LayoutSVGContainer g id='targetUse'",
16 "rect": [209, 269, 200, 200],
17 "reason": "bounds change"
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": "LayoutSVGRoot svg",
31 "rect": [209, 269, 200, 200],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGContainer use id='targetUse'",
36 "rect": [109, 169, 200, 200],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGRect rect id='targetRect'",
41 "rect": [109, 169, 200, 200],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGRect rect id='targetRect'",
46 "rect": [9, 169, 200, 200],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutSVGContainer g id='targetUse'",
51 "rect": [59, 269, 50, 200],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutSVGContainer use",
56 "rect": [59, 269, 50, 200],
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutSVGRect rect id='targetRect'",
61 "rect": [59, 269, 50, 200],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutSVGRoot svg",
66 "rect": [59, 269, 50, 200],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutSVGContainer use id='targetUse'",
71 "rect": [34, 169, 50, 200],
72 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutSVGRect rect id='targetRect'",
76 "rect": [34, 169, 50, 200],
77 "reason": "forced by layout"
78 }
79 ]
80 }
81 ],
82 "objectPaintInvalidations": [
83 {
84 "object": "LayoutBlockFlow div id='contentBox'",
85 "reason": "forced by layout"
86 },
87 {
88 "object": "RootInlineBox",
89 "reason": "forced by layout"
90 },
91 {
92 "object": "LayoutSVGRoot svg",
93 "reason": "forced by layout"
94 },
95 {
96 "object": "LayoutSVGRect rect id='targetRect'",
97 "reason": "forced by layout"
98 },
99 {
100 "object": "LayoutSVGContainer use id='targetUse'",
101 "reason": "bounds change"
102 },
103 {
104 "object": "LayoutSVGRect rect id='targetRect'",
105 "reason": "forced by layout"
106 },
107 {
108 "object": "LayoutSVGContainer use",
109 "reason": "bounds change"
110 },
111 {
112 "object": "LayoutSVGContainer g id='targetUse'",
113 "reason": "bounds change"
114 },
115 {
116 "object": "LayoutSVGRect rect id='targetRect'",
117 "reason": "forced by layout"
118 }
119 ]
120 }
121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698