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

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

Issue 1881903002: Auto-rebaseline for r386594 (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 "repaintRects": [ 8 "paintInvalidations": [
9 [16, 16, 18, 18], 9 {
10 [16, 16, 18, 18], 10 "object": "InlineTextBox 'Pattern on fill'",
11 [8, 8, 17, 17], 11 "rect": [0, 0, 0, 0],
12 [8, 8, 17, 17], 12 "reason": "layoutObject insertion"
13 [0, 247, 684, 130], 13 },
14 [0, 247, 684, 130], 14 {
15 [0, 130, 520, 130], 15 "object": "InlineTextBox 'Pattern on fill/stroke'",
16 [0, 130, 520, 130], 16 "rect": [0, 0, 0, 0],
17 [0, 15, 684, 362], 17 "reason": "layoutObject insertion"
18 [0, 15, 684, 362], 18 },
19 [0, 15, 374, 127], 19 {
20 [0, 15, 374, 127] 20 "object": "InlineTextBox 'Pattern on stroke'",
21 ], 21 "rect": [0, 0, 0, 0],
22 "paintInvalidationClients": [ 22 "reason": "layoutObject insertion"
23 "LayoutSVGResourcePattern pattern id='fillPattern'", 23 },
24 "LayoutSVGRect rect", 24 {
25 "LayoutSVGRect rect", 25 "object": "LayoutSVGContainer g id='content'",
26 "LayoutSVGResourcePattern pattern id='strokePattern'", 26 "rect": [0, 15, 684, 362],
27 "LayoutSVGRect rect", 27 "reason": "bounds change"
28 "LayoutSVGRect rect", 28 },
29 "LayoutSVGRoot svg id='svg-root'", 29 {
30 "LayoutSVGContainer g id='content'", 30 "object": "LayoutSVGInlineText #text",
31 "LayoutSVGText text", 31 "rect": [0, 15, 374, 127],
32 "RootInlineBox", 32 "reason": "layoutObject insertion"
33 "LayoutSVGInlineText #text", 33 },
34 "InlineTextBox 'Pattern on fill'", 34 {
35 "LayoutSVGText text", 35 "object": "LayoutSVGInlineText #text",
36 "RootInlineBox", 36 "rect": [0, 130, 520, 130],
37 "LayoutSVGInlineText #text", 37 "reason": "layoutObject insertion"
38 "InlineTextBox 'Pattern on stroke'", 38 },
39 "LayoutSVGText text", 39 {
40 "RootInlineBox", 40 "object": "LayoutSVGInlineText #text",
41 "LayoutSVGInlineText #text", 41 "rect": [0, 247, 684, 130],
42 "InlineTextBox 'Pattern on fill/stroke'" 42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutSVGRect rect",
46 "rect": [8, 8, 17, 17],
47 "reason": "layoutObject insertion"
48 },
49 {
50 "object": "LayoutSVGRect rect",
51 "rect": [16, 16, 18, 18],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutSVGRect rect",
56 "rect": [8, 8, 17, 17],
57 "reason": "layoutObject insertion"
58 },
59 {
60 "object": "LayoutSVGRect rect",
61 "rect": [16, 16, 18, 18],
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutSVGResourcePattern pattern id='fillPattern'",
66 "rect": [0, 0, 0, 0],
67 "reason": "layoutObject insertion"
68 },
69 {
70 "object": "LayoutSVGResourcePattern pattern id='strokePattern'",
71 "rect": [0, 0, 0, 0],
72 "reason": "layoutObject insertion"
73 },
74 {
75 "object": "LayoutSVGRoot svg id='svg-root'",
76 "rect": [0, 15, 684, 362],
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutSVGText text",
81 "rect": [0, 15, 374, 127],
82 "reason": "layoutObject insertion"
83 },
84 {
85 "object": "LayoutSVGText text",
86 "rect": [0, 130, 520, 130],
87 "reason": "layoutObject insertion"
88 },
89 {
90 "object": "LayoutSVGText text",
91 "rect": [0, 247, 684, 130],
92 "reason": "layoutObject insertion"
93 },
94 {
95 "object": "RootInlineBox",
96 "rect": [0, 0, 0, 0],
97 "reason": "full"
98 },
99 {
100 "object": "RootInlineBox",
101 "rect": [0, 0, 0, 0],
102 "reason": "full"
103 },
104 {
105 "object": "RootInlineBox",
106 "rect": [0, 0, 0, 0],
107 "reason": "full"
108 }
43 ] 109 ]
44 } 110 }
45 ] 111 ]
46 } 112 }
47 113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698