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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-gradient-and-object-creation-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGContainer g id='content'", 12 "object": "LayoutSVGContainer g id='content'",
11 "rect": [0, 15, 759, 362], 13 "rect": [0, 15, 759, 362],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutSVGInlineText #text", 42 "object": "LayoutSVGInlineText #text",
41 "rect": [0, 15, 449, 127], 43 "rect": [0, 15, 449, 127],
42 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
43 }, 45 },
44 { 46 {
45 "object": "LayoutSVGText text", 47 "object": "LayoutSVGText text",
46 "rect": [0, 15, 449, 127], 48 "rect": [0, 15, 449, 127],
47 "reason": "layoutObject insertion" 49 "reason": "layoutObject insertion"
48 },
49 {
50 "object": "InlineTextBox 'Gradient on fill'",
51 "reason": "layoutObject insertion"
52 },
53 {
54 "object": "InlineTextBox 'Gradient on fill/stroke'",
55 "reason": "layoutObject insertion"
56 },
57 {
58 "object": "InlineTextBox 'Gradient on stroke'",
59 "reason": "layoutObject insertion"
60 },
61 {
62 "object": "LayoutSVGGradientStop stop",
63 "reason": "layoutObject insertion"
64 },
65 {
66 "object": "LayoutSVGGradientStop stop",
67 "reason": "layoutObject insertion"
68 },
69 {
70 "object": "LayoutSVGGradientStop stop",
71 "reason": "layoutObject insertion"
72 },
73 {
74 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLine arGradient'",
75 "reason": "layoutObject insertion"
76 },
77 {
78 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLi nearGradient'",
79 "reason": "layoutObject insertion"
80 },
81 {
82 "object": "RootInlineBox",
83 "reason": "full"
84 },
85 {
86 "object": "RootInlineBox",
87 "reason": "full"
88 },
89 {
90 "object": "RootInlineBox",
91 "reason": "full"
92 } 50 }
93 ] 51 ]
94 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'",
57 "reason": "layoutObject insertion"
58 },
59 {
60 "object": "LayoutSVGGradientStop stop",
61 "reason": "layoutObject insertion"
62 },
63 {
64 "object": "LayoutSVGGradientStop stop",
65 "reason": "layoutObject insertion"
66 },
67 {
68 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'",
69 "reason": "layoutObject insertion"
70 },
71 {
72 "object": "LayoutSVGGradientStop stop",
73 "reason": "layoutObject insertion"
74 },
75 {
76 "object": "LayoutSVGRoot svg id='svg-root'",
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutSVGContainer g id='content'",
81 "reason": "bounds change"
82 },
83 {
84 "object": "LayoutSVGText text",
85 "reason": "layoutObject insertion"
86 },
87 {
88 "object": "RootInlineBox",
89 "reason": "layoutObject insertion"
90 },
91 {
92 "object": "LayoutSVGInlineText #text",
93 "reason": "layoutObject insertion"
94 },
95 {
96 "object": "InlineTextBox 'Gradient on fill'",
97 "reason": "layoutObject insertion"
98 },
99 {
100 "object": "LayoutSVGText text",
101 "reason": "layoutObject insertion"
102 },
103 {
104 "object": "RootInlineBox",
105 "reason": "layoutObject insertion"
106 },
107 {
108 "object": "LayoutSVGInlineText #text",
109 "reason": "layoutObject insertion"
110 },
111 {
112 "object": "InlineTextBox 'Gradient on stroke'",
113 "reason": "layoutObject insertion"
114 },
115 {
116 "object": "LayoutSVGText text",
117 "reason": "layoutObject insertion"
118 },
119 {
120 "object": "RootInlineBox",
121 "reason": "layoutObject insertion"
122 },
123 {
124 "object": "LayoutSVGInlineText #text",
125 "reason": "layoutObject insertion"
126 },
127 {
128 "object": "InlineTextBox 'Gradient on fill/stroke'",
129 "reason": "layoutObject insertion"
130 }
95 ] 131 ]
96 } 132 }
97 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698