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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/transforms/animated-path-inside-transformed-html-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "backgroundColor": "#FFFFFF", 10 "backgroundColor": "#FFFFFF",
11 "paintInvalidations": [ 11 "paintInvalidations": [
12 { 12 {
13 "object": "LayoutSVGRoot svg", 13 "object": "LayoutSVGRoot svg",
14 "rect": [187, 106, 310, 390], 14 "rect": [187, 106, 310, 390],
15 "reason": "bounds change" 15 "reason": "bounds change"
16 }, 16 },
17 { 17 {
18 "object": "LayoutSVGRoot svg", 18 "object": "LayoutSVGRoot svg",
19 "rect": [90, 85, 277, 249], 19 "rect": [90, 85, 277, 249],
20 "reason": "bounds change" 20 "reason": "bounds change"
21 }, 21 },
22 { 22 {
23 "object": "LayoutSVGInlineText #text", 23 "object": "LayoutSVGInlineText #text",
24 "rect": [203, 336, 123, 44], 24 "rect": [203, 336, 123, 44],
25 "reason": "bounds change" 25 "reason": "forced by layout"
26 }, 26 },
27 { 27 {
28 "object": "LayoutSVGText text id='text'", 28 "object": "LayoutSVGText text id='text'",
29 "rect": [203, 336, 123, 44], 29 "rect": [203, 336, 123, 44],
30 "reason": "full" 30 "reason": "full"
31 }, 31 },
32 { 32 {
33 "object": "LayoutSVGInlineText #text", 33 "object": "LayoutSVGInlineText #text",
34 "rect": [246, 106, 121, 28], 34 "rect": [246, 106, 121, 28],
35 "reason": "bounds change" 35 "reason": "forced by layout"
36 }, 36 },
37 { 37 {
38 "object": "LayoutSVGText text id='text'", 38 "object": "LayoutSVGText text id='text'",
39 "rect": [246, 106, 121, 28], 39 "rect": [246, 106, 121, 28],
40 "reason": "full" 40 "reason": "full"
41 }, 41 },
42 { 42 {
43 "object": "LayoutSVGRect rect id='rect'", 43 "object": "LayoutSVGRect rect id='rect'",
44 "rect": [355, 128, 103, 101], 44 "rect": [355, 128, 103, 101],
45 "reason": "full" 45 "reason": "full"
(...skipping 11 matching lines...) Expand all
57 { 57 {
58 "object": "LayoutSVGImage image id='image'", 58 "object": "LayoutSVGImage image id='image'",
59 "rect": [90, 208, 98, 98], 59 "rect": [90, 208, 98, 98],
60 "reason": "full" 60 "reason": "full"
61 } 61 }
62 ] 62 ]
63 } 63 }
64 ], 64 ],
65 "objectPaintInvalidations": [ 65 "objectPaintInvalidations": [
66 { 66 {
67 "object": "RootInlineBox",
68 "reason": "full"
69 },
70 {
71 "object": "InlineTextBox 'This is some text'",
72 "reason": "full"
73 },
74 {
75 "object": "LayoutSVGRoot svg", 67 "object": "LayoutSVGRoot svg",
76 "reason": "bounds change" 68 "reason": "bounds change"
77 }, 69 },
78 { 70 {
79 "object": "LayoutSVGRect rect id='rect'", 71 "object": "LayoutSVGRect rect id='rect'",
80 "reason": "full" 72 "reason": "full"
81 }, 73 },
82 { 74 {
83 "object": "LayoutSVGText text id='text'", 75 "object": "LayoutSVGText text id='text'",
84 "reason": "full" 76 "reason": "full"
85 }, 77 },
86 { 78 {
87 "object": "RootInlineBox", 79 "object": "RootInlineBox",
88 "reason": "full" 80 "reason": "full"
89 }, 81 },
90 { 82 {
91 "object": "LayoutSVGInlineText #text", 83 "object": "LayoutSVGInlineText #text",
92 "reason": "bounds change" 84 "reason": "forced by layout"
93 }, 85 },
94 { 86 {
95 "object": "InlineTextBox 'This is some text'", 87 "object": "InlineTextBox 'This is some text'",
96 "reason": "bounds change" 88 "reason": "forced by layout"
97 }, 89 },
98 { 90 {
99 "object": "LayoutSVGImage image id='image'", 91 "object": "LayoutSVGImage image id='image'",
100 "reason": "full" 92 "reason": "full"
101 } 93 }
102 ] 94 ]
103 } 95 }
104 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698