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

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

Issue 2245063007: Auto-rebaseline for r412763 (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 layer at (0,0) size 800x600
2 "name": "Content Root Layer", 2 LayoutView at (0,0) size 800x600
3 "bounds": [800, 600], 3 layer at (0,0) size 800x600
4 "children": [ 4 LayoutSVGRoot {svg} at (0,0) size 0x0
5 { 5 LayoutSVGContainer {g} at (0,0) size 0x0
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutSVGContainer g id='content'",
13 "rect": [0, 15, 680, 364],
14 "reason": "became visible"
15 },
16 {
17 "object": "LayoutSVGRoot svg id='svg-root'",
18 "rect": [0, 15, 680, 364],
19 "reason": "became visible"
20 },
21 {
22 "object": "LayoutSVGInlineText #text",
23 "rect": [0, 247, 680, 132],
24 "reason": "layoutObject insertion"
25 },
26 {
27 "object": "LayoutSVGText text",
28 "rect": [0, 247, 680, 132],
29 "reason": "layoutObject insertion"
30 },
31 {
32 "object": "LayoutSVGInlineText #text",
33 "rect": [0, 130, 519, 133],
34 "reason": "layoutObject insertion"
35 },
36 {
37 "object": "LayoutSVGText text",
38 "rect": [0, 130, 519, 133],
39 "reason": "layoutObject insertion"
40 },
41 {
42 "object": "LayoutSVGInlineText #text",
43 "rect": [0, 15, 370, 129],
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "LayoutSVGText text",
48 "rect": [0, 15, 370, 129],
49 "reason": "layoutObject insertion"
50 },
51 {
52 "object": "LayoutSVGRect rect",
53 "rect": [16, 16, 18, 18],
54 "reason": "layoutObject insertion"
55 },
56 {
57 "object": "LayoutSVGRect rect",
58 "rect": [16, 16, 18, 18],
59 "reason": "layoutObject insertion"
60 },
61 {
62 "object": "LayoutSVGRect rect",
63 "rect": [8, 8, 17, 17],
64 "reason": "layoutObject insertion"
65 },
66 {
67 "object": "LayoutSVGRect rect",
68 "rect": [8, 8, 17, 17],
69 "reason": "layoutObject insertion"
70 }
71 ]
72 }
73 ],
74 "objectPaintInvalidations": [
75 {
76 "object": "LayoutSVGResourcePattern pattern id='fillPattern'",
77 "reason": "layoutObject insertion"
78 },
79 {
80 "object": "LayoutSVGRect rect",
81 "reason": "layoutObject insertion"
82 },
83 {
84 "object": "LayoutSVGRect rect",
85 "reason": "layoutObject insertion"
86 },
87 {
88 "object": "LayoutSVGResourcePattern pattern id='strokePattern'",
89 "reason": "layoutObject insertion"
90 },
91 {
92 "object": "LayoutSVGRect rect",
93 "reason": "layoutObject insertion"
94 },
95 {
96 "object": "LayoutSVGRect rect",
97 "reason": "layoutObject insertion"
98 },
99 {
100 "object": "LayoutSVGRoot svg id='svg-root'",
101 "reason": "became visible"
102 },
103 {
104 "object": "LayoutSVGContainer g id='content'",
105 "reason": "became visible"
106 },
107 {
108 "object": "LayoutSVGText text",
109 "reason": "layoutObject insertion"
110 },
111 {
112 "object": "RootInlineBox",
113 "reason": "layoutObject insertion"
114 },
115 {
116 "object": "LayoutSVGInlineText #text",
117 "reason": "layoutObject insertion"
118 },
119 {
120 "object": "InlineTextBox 'Pattern on fill'",
121 "reason": "layoutObject insertion"
122 },
123 {
124 "object": "LayoutSVGText text",
125 "reason": "layoutObject insertion"
126 },
127 {
128 "object": "RootInlineBox",
129 "reason": "layoutObject insertion"
130 },
131 {
132 "object": "LayoutSVGInlineText #text",
133 "reason": "layoutObject insertion"
134 },
135 {
136 "object": "InlineTextBox 'Pattern on stroke'",
137 "reason": "layoutObject insertion"
138 },
139 {
140 "object": "LayoutSVGText text",
141 "reason": "layoutObject insertion"
142 },
143 {
144 "object": "RootInlineBox",
145 "reason": "layoutObject insertion"
146 },
147 {
148 "object": "LayoutSVGInlineText #text",
149 "reason": "layoutObject insertion"
150 },
151 {
152 "object": "InlineTextBox 'Pattern on fill/stroke'",
153 "reason": "layoutObject insertion"
154 }
155 ]
156 }
157
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698