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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 { 85 {
86 "object": "LayoutSVGRoot svg", 86 "object": "LayoutSVGRoot svg",
87 "reason": "incremental" 87 "reason": "incremental"
88 }, 88 },
89 { 89 {
90 "object": "LayoutSVGContainer g id='g'", 90 "object": "LayoutSVGContainer g id='g'",
91 "reason": "full" 91 "reason": "full"
92 }, 92 },
93 { 93 {
94 "object": "LayoutSVGHiddenContainer defs", 94 "object": "LayoutSVGHiddenContainer defs",
95 "reason": "none" 95 "reason": "location change"
96 }, 96 },
97 { 97 {
98 "object": "LayoutSVGResourceClipper clipPath id='p'", 98 "object": "LayoutSVGResourceClipper clipPath id='p'",
99 "reason": "none" 99 "reason": "location change"
100 }, 100 },
101 { 101 {
102 "object": "LayoutSVGRect rect id='r'", 102 "object": "LayoutSVGRect rect id='r'",
103 "reason": "full" 103 "reason": "full"
104 }, 104 },
105 { 105 {
106 "object": "LayoutSVGImage image", 106 "object": "LayoutSVGImage image",
107 "reason": "full" 107 "reason": "full"
108 }, 108 },
109 { 109 {
110 "object": "LayoutSVGRoot svg", 110 "object": "LayoutSVGRoot svg",
111 "reason": "incremental" 111 "reason": "incremental"
112 }, 112 },
113 { 113 {
114 "object": "LayoutSVGContainer g id='g'", 114 "object": "LayoutSVGContainer g id='g'",
115 "reason": "full" 115 "reason": "full"
116 }, 116 },
117 { 117 {
118 "object": "LayoutSVGHiddenContainer defs", 118 "object": "LayoutSVGHiddenContainer defs",
119 "reason": "none" 119 "reason": "location change"
120 }, 120 },
121 { 121 {
122 "object": "LayoutSVGResourceClipper clipPath id='p'", 122 "object": "LayoutSVGResourceClipper clipPath id='p'",
123 "reason": "none" 123 "reason": "location change"
124 }, 124 },
125 { 125 {
126 "object": "LayoutSVGRect rect id='r'", 126 "object": "LayoutSVGRect rect id='r'",
127 "reason": "full" 127 "reason": "full"
128 }, 128 },
129 { 129 {
130 "object": "LayoutSVGImage image", 130 "object": "LayoutSVGImage image",
131 "reason": "full" 131 "reason": "full"
132 } 132 }
133 ] 133 ]
134 } 134 }
135 135
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698