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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 { 80 {
81 "object": "LayoutSVGRoot svg", 81 "object": "LayoutSVGRoot svg",
82 "reason": "incremental" 82 "reason": "incremental"
83 }, 83 },
84 { 84 {
85 "object": "LayoutSVGContainer g id='g'", 85 "object": "LayoutSVGContainer g id='g'",
86 "reason": "full" 86 "reason": "full"
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGHiddenContainer defs", 89 "object": "LayoutSVGHiddenContainer defs",
90 "reason": "none" 90 "reason": "location change"
91 }, 91 },
92 { 92 {
93 "object": "LayoutSVGResourceClipper clipPath id='p'", 93 "object": "LayoutSVGResourceClipper clipPath id='p'",
94 "reason": "none" 94 "reason": "location change"
95 }, 95 },
96 { 96 {
97 "object": "LayoutSVGRect rect id='r'", 97 "object": "LayoutSVGRect rect id='r'",
98 "reason": "full" 98 "reason": "full"
99 }, 99 },
100 { 100 {
101 "object": "LayoutSVGImage image", 101 "object": "LayoutSVGImage image",
102 "reason": "full" 102 "reason": "full"
103 }, 103 },
104 { 104 {
105 "object": "LayoutSVGRoot svg", 105 "object": "LayoutSVGRoot svg",
106 "reason": "incremental" 106 "reason": "incremental"
107 }, 107 },
108 { 108 {
109 "object": "LayoutSVGContainer g id='g'", 109 "object": "LayoutSVGContainer g id='g'",
110 "reason": "full" 110 "reason": "full"
111 }, 111 },
112 { 112 {
113 "object": "LayoutSVGHiddenContainer defs", 113 "object": "LayoutSVGHiddenContainer defs",
114 "reason": "none" 114 "reason": "location change"
115 }, 115 },
116 { 116 {
117 "object": "LayoutSVGResourceClipper clipPath id='p'", 117 "object": "LayoutSVGResourceClipper clipPath id='p'",
118 "reason": "none" 118 "reason": "location change"
119 }, 119 },
120 { 120 {
121 "object": "LayoutSVGRect rect id='r'", 121 "object": "LayoutSVGRect rect id='r'",
122 "reason": "full" 122 "reason": "full"
123 }, 123 },
124 { 124 {
125 "object": "LayoutSVGImage image", 125 "object": "LayoutSVGImage image",
126 "reason": "full" 126 "reason": "full"
127 } 127 }
128 ] 128 ]
129 } 129 }
130 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698