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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-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 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutSVGRect rect", 12 "object": "LayoutSVGRect rect",
13 "rect": [0, 0, 200, 200], 13 "rect": [0, 0, 200, 200],
14 "reason": "full" 14 "reason": "full"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGViewportContainer svg id='inner'", 17 "object": "LayoutSVGViewportContainer svg id='inner'",
18 "rect": [0, 0, 200, 200], 18 "rect": [0, 0, 200, 200],
19 "reason": "full" 19 "reason": "full"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGRoot svg", 22 "object": "LayoutSVGRoot svg",
23 "rect": [100, 0, 100, 200], 23 "rect": [100, 0, 100, 200],
24 "reason": "incremental" 24 "reason": "incremental"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGInlineText #text", 27 "object": "LayoutSVGInlineText #text",
28 "rect": [100, 85, 100, 19], 28 "rect": [100, 85, 100, 19],
29 "reason": "bounds change" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGText text", 32 "object": "LayoutSVGText text",
33 "rect": [100, 85, 100, 19], 33 "rect": [100, 85, 100, 19],
34 "reason": "full" 34 "reason": "full"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGInlineText #text", 37 "object": "LayoutSVGInlineText #text",
38 "rect": [0, 85, 100, 19], 38 "rect": [0, 85, 100, 19],
39 "reason": "bounds change" 39 "reason": "forced by layout"
40 }, 40 },
41 { 41 {
42 "object": "LayoutSVGText text", 42 "object": "LayoutSVGText text",
43 "rect": [0, 85, 100, 19], 43 "rect": [0, 85, 100, 19],
44 "reason": "full" 44 "reason": "full"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGContainer use", 47 "object": "LayoutSVGContainer use",
48 "rect": [180, 120, 20, 20], 48 "rect": [180, 120, 20, 20],
49 "reason": "full" 49 "reason": "full"
(...skipping 21 matching lines...) Expand all
71 { 71 {
72 "object": "LayoutSVGRect rect", 72 "object": "LayoutSVGRect rect",
73 "rect": [80, 60, 20, 20], 73 "rect": [80, 60, 20, 20],
74 "reason": "full" 74 "reason": "full"
75 } 75 }
76 ] 76 ]
77 } 77 }
78 ], 78 ],
79 "objectPaintInvalidations": [ 79 "objectPaintInvalidations": [
80 { 80 {
81 "object": "RootInlineBox",
82 "reason": "full"
83 },
84 {
85 "object": "InlineTextBox 'right-aligned text'",
86 "reason": "full"
87 },
88 {
89 "object": "LayoutSVGRoot svg", 81 "object": "LayoutSVGRoot svg",
90 "reason": "incremental" 82 "reason": "incremental"
91 }, 83 },
92 { 84 {
93 "object": "LayoutSVGViewportContainer svg id='inner'", 85 "object": "LayoutSVGViewportContainer svg id='inner'",
94 "reason": "full" 86 "reason": "full"
95 }, 87 },
96 { 88 {
97 "object": "LayoutSVGHiddenContainer defs", 89 "object": "LayoutSVGHiddenContainer defs",
98 "reason": "none" 90 "reason": "none"
(...skipping 13 matching lines...) Expand all
112 { 104 {
113 "object": "LayoutSVGText text", 105 "object": "LayoutSVGText text",
114 "reason": "full" 106 "reason": "full"
115 }, 107 },
116 { 108 {
117 "object": "RootInlineBox", 109 "object": "RootInlineBox",
118 "reason": "full" 110 "reason": "full"
119 }, 111 },
120 { 112 {
121 "object": "LayoutSVGInlineText #text", 113 "object": "LayoutSVGInlineText #text",
122 "reason": "bounds change" 114 "reason": "forced by layout"
123 }, 115 },
124 { 116 {
125 "object": "InlineTextBox 'right-aligned text'", 117 "object": "InlineTextBox 'right-aligned text'",
126 "reason": "bounds change" 118 "reason": "forced by layout"
127 }, 119 },
128 { 120 {
129 "object": "LayoutSVGContainer use", 121 "object": "LayoutSVGContainer use",
130 "reason": "full" 122 "reason": "full"
131 }, 123 },
132 { 124 {
133 "object": "LayoutSVGPath polygon id='triangle'", 125 "object": "LayoutSVGPath polygon id='triangle'",
134 "reason": "bounds change" 126 "reason": "bounds change"
135 } 127 }
136 ] 128 ]
137 } 129 }
138 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698