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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/js-late-gradient-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 [0, 247, 759, 130], 9 {
10 [0, 247, 759, 130], 10 "object": "InlineTextBox 'Gradient on fill'",
11 [0, 130, 596, 130], 11 "rect": [0, 0, 0, 0],
12 [0, 130, 596, 130], 12 "reason": "layoutObject insertion"
13 [0, 15, 759, 362], 13 },
14 [0, 15, 759, 362], 14 {
15 [0, 15, 449, 127], 15 "object": "InlineTextBox 'Gradient on fill/stroke'",
16 [0, 15, 449, 127] 16 "rect": [0, 0, 0, 0],
17 ], 17 "reason": "layoutObject insertion"
18 "paintInvalidationClients": [ 18 },
19 "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGradient'" , 19 {
20 "LayoutSVGGradientStop stop", 20 "object": "InlineTextBox 'Gradient on stroke'",
21 "LayoutSVGGradientStop stop", 21 "rect": [0, 0, 0, 0],
22 "LayoutSVGResourceLinearGradient linearGradient id='strokeLinearGradient '", 22 "reason": "layoutObject insertion"
23 "LayoutSVGGradientStop stop", 23 },
24 "LayoutSVGRoot svg id='svg-root'", 24 {
25 "LayoutSVGContainer g id='content'", 25 "object": "LayoutSVGContainer g id='content'",
26 "LayoutSVGText text", 26 "rect": [0, 15, 759, 362],
27 "RootInlineBox", 27 "reason": "bounds change"
28 "LayoutSVGInlineText #text", 28 },
29 "InlineTextBox 'Gradient on fill'", 29 {
30 "LayoutSVGText text", 30 "object": "LayoutSVGGradientStop stop",
31 "RootInlineBox", 31 "rect": [0, 0, 0, 0],
32 "LayoutSVGInlineText #text", 32 "reason": "layoutObject insertion"
33 "InlineTextBox 'Gradient on stroke'", 33 },
34 "LayoutSVGText text", 34 {
35 "RootInlineBox", 35 "object": "LayoutSVGGradientStop stop",
36 "LayoutSVGInlineText #text", 36 "rect": [0, 0, 0, 0],
37 "InlineTextBox 'Gradient on fill/stroke'" 37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGGradientStop stop",
41 "rect": [0, 0, 0, 0],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutSVGInlineText #text",
46 "rect": [0, 15, 449, 127],
47 "reason": "layoutObject insertion"
48 },
49 {
50 "object": "LayoutSVGInlineText #text",
51 "rect": [0, 130, 596, 130],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutSVGInlineText #text",
56 "rect": [0, 247, 759, 130],
57 "reason": "layoutObject insertion"
58 },
59 {
60 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLine arGradient'",
61 "rect": [0, 0, 0, 0],
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLi nearGradient'",
66 "rect": [0, 0, 0, 0],
67 "reason": "layoutObject insertion"
68 },
69 {
70 "object": "LayoutSVGRoot svg id='svg-root'",
71 "rect": [0, 15, 759, 362],
72 "reason": "bounds change"
73 },
74 {
75 "object": "LayoutSVGText text",
76 "rect": [0, 15, 449, 127],
77 "reason": "layoutObject insertion"
78 },
79 {
80 "object": "LayoutSVGText text",
81 "rect": [0, 130, 596, 130],
82 "reason": "layoutObject insertion"
83 },
84 {
85 "object": "LayoutSVGText text",
86 "rect": [0, 247, 759, 130],
87 "reason": "layoutObject insertion"
88 },
89 {
90 "object": "RootInlineBox",
91 "rect": [0, 0, 0, 0],
92 "reason": "full"
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 }
38 ] 104 ]
39 } 105 }
40 ] 106 ]
41 } 107 }
42 108
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698