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

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

Issue 2081983002: Auto-rebaseline for r400950 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "objectPaintInvalidations": [ 84 "objectPaintInvalidations": [
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",
95 "reason": "none"
96 },
97 {
98 "object": "LayoutSVGResourceClipper clipPath id='p'",
99 "reason": "none"
100 },
101 {
94 "object": "LayoutSVGRect rect id='r'", 102 "object": "LayoutSVGRect rect id='r'",
95 "reason": "full" 103 "reason": "full"
96 }, 104 },
97 { 105 {
98 "object": "LayoutSVGImage image", 106 "object": "LayoutSVGImage image",
99 "reason": "full" 107 "reason": "full"
100 }, 108 },
101 { 109 {
102 "object": "LayoutSVGRoot svg", 110 "object": "LayoutSVGRoot svg",
103 "reason": "incremental" 111 "reason": "incremental"
104 }, 112 },
105 { 113 {
106 "object": "LayoutSVGContainer g id='g'", 114 "object": "LayoutSVGContainer g id='g'",
107 "reason": "full" 115 "reason": "full"
108 }, 116 },
109 { 117 {
118 "object": "LayoutSVGHiddenContainer defs",
119 "reason": "none"
120 },
121 {
122 "object": "LayoutSVGResourceClipper clipPath id='p'",
123 "reason": "none"
124 },
125 {
110 "object": "LayoutSVGRect rect id='r'", 126 "object": "LayoutSVGRect rect id='r'",
111 "reason": "full" 127 "reason": "full"
112 }, 128 },
113 { 129 {
114 "object": "LayoutSVGImage image", 130 "object": "LayoutSVGImage image",
115 "reason": "full" 131 "reason": "full"
116 } 132 }
117 ] 133 ]
118 } 134 }
119 135
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698