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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/text/text-viewbox-rescale-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineFlowBox", 10 "object": "InlineFlowBox",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "rect": [59, 43, 95, 23], 66 "rect": [59, 43, 95, 23],
67 "reason": "bounds change" 67 "reason": "bounds change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutSVGInlineText #text", 70 "object": "LayoutSVGInlineText #text",
71 "rect": [59, 43, 95, 23], 71 "rect": [59, 43, 95, 23],
72 "reason": "bounds change" 72 "reason": "bounds change"
73 }, 73 },
74 { 74 {
75 "object": "LayoutSVGRoot (positioned) svg", 75 "object": "LayoutSVGRoot (positioned) svg",
76 "rect": [59, 143, 95, 23],
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutSVGRoot (positioned) svg",
81 "rect": [59, 43, 95, 123], 76 "rect": [59, 43, 95, 123],
82 "reason": "bounds change" 77 "reason": "bounds change"
83 }, 78 },
84 { 79 {
85 "object": "LayoutSVGTSpan tspan", 80 "object": "LayoutSVGTSpan tspan",
86 "rect": [59, 43, 95, 23], 81 "rect": [59, 43, 95, 23],
87 "reason": "full" 82 "reason": "full"
88 }, 83 },
89 { 84 {
90 "object": "LayoutSVGTSpan tspan", 85 "object": "LayoutSVGTSpan tspan",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 { 124 {
130 "object": "RootInlineBox", 125 "object": "RootInlineBox",
131 "rect": [0, 0, 0, 0], 126 "rect": [0, 0, 0, 0],
132 "reason": "full" 127 "reason": "full"
133 } 128 }
134 ] 129 ]
135 } 130 }
136 ] 131 ]
137 } 132 }
138 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698