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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/image-with-clip-path-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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": "LayoutSVGRoot svg",
11 "rect": [0, 10, 236, 70],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutSVGRoot svg",
16 "rect": [0, 75, 236, 5],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutSVGRect rect id='r'",
21 "rect": [0, 0, 100, 100],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGRect rect id='r'",
26 "rect": [0, 0, 100, 100],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGContainer g id='g'",
31 "rect": [20, 20, 60, 60],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutSVGContainer g id='g'",
36 "rect": [20, 20, 60, 60],
37 "reason": "full"
38 },
39 {
40 "object": "LayoutSVGImage image",
41 "rect": [20, 20, 60, 60],
42 "reason": "full"
43 },
44 {
45 "object": "LayoutSVGImage image",
46 "rect": [20, 20, 60, 60],
47 "reason": "full"
48 },
49 {
50 "object": "LayoutSVGContainer g id='g'",
51 "rect": [175, 25, 50, 50],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutSVGImage image",
56 "rect": [175, 25, 50, 50],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGRect rect id='r'",
61 "rect": [175, 25, 50, 50],
62 "reason": "full"
63 },
64 {
65 "object": "LayoutSVGContainer g id='g'",
66 "rect": [0, 0, 10, 10],
67 "reason": "full"
68 },
69 {
70 "object": "LayoutSVGImage image",
71 "rect": [0, 0, 10, 10],
72 "reason": "full"
73 }
74 ]
75 }
76 ],
77 "objectPaintInvalidations": [
78 {
79 "object": "LayoutSVGRoot svg",
80 "reason": "incremental"
81 },
82 {
83 "object": "LayoutSVGContainer g id='g'",
84 "reason": "full"
85 },
86 {
87 "object": "LayoutSVGHiddenContainer defs",
88 "reason": "location change"
89 },
90 {
91 "object": "LayoutSVGResourceClipper clipPath id='p'",
92 "reason": "location change"
93 },
94 {
95 "object": "LayoutSVGRect rect id='r'",
96 "reason": "full"
97 },
98 {
99 "object": "LayoutSVGImage image",
100 "reason": "full"
101 },
102 {
103 "object": "LayoutSVGRoot svg",
104 "reason": "incremental"
105 },
106 {
107 "object": "LayoutSVGContainer g id='g'",
108 "reason": "full"
109 },
110 {
111 "object": "LayoutSVGHiddenContainer defs",
112 "reason": "location change"
113 },
114 {
115 "object": "LayoutSVGResourceClipper clipPath id='p'",
116 "reason": "location change"
117 },
118 {
119 "object": "LayoutSVGRect rect id='r'",
120 "reason": "full"
121 },
122 {
123 "object": "LayoutSVGImage image",
124 "reason": "full"
125 }
126 ]
127 }
128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698