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

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

Issue 2274633002: Rebaseline for bug 638850, 638931, 638152 (flakiness caused by bug 620126) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
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, 14, 678, 366],
14 "reason": "became visible"
15 },
16 {
17 "object": "LayoutSVGRoot svg id='svg-root'",
18 "rect": [0, 14, 678, 366],
19 "reason": "became visible"
20 },
21 {
22 "object": "LayoutSVGInlineText #text",
23 "rect": [0, 246, 678, 134],
24 "reason": "layoutObject insertion"
25 },
26 {
27 "object": "LayoutSVGText text",
28 "rect": [0, 246, 678, 134],
29 "reason": "layoutObject insertion"
30 },
31 {
32 "object": "LayoutSVGInlineText #text",
33 "rect": [0, 129, 520, 135],
34 "reason": "layoutObject insertion"
35 },
36 {
37 "object": "LayoutSVGText text",
38 "rect": [0, 129, 520, 135],
39 "reason": "layoutObject insertion"
40 },
41 {
42 "object": "LayoutSVGInlineText #text",
43 "rect": [0, 14, 368, 131],
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "LayoutSVGText text",
48 "rect": [0, 14, 368, 131],
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