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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-use-on-symbol-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": "LayoutBlockFlow div id='contentBox'", 12 "object": "LayoutBlockFlow div id='contentBox'",
13 "rect": [8, 50, 402, 402], 13 "rect": [8, 50, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGContainer use", 17 "object": "LayoutSVGContainer use",
18 "rect": [45, 85, 328, 328], 18 "rect": [45, 85, 328, 328],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGPath path", 22 "object": "LayoutSVGPath path",
23 "rect": [45, 85, 328, 328], 23 "rect": [45, 85, 328, 328],
24 "reason": "bounds change" 24 "reason": "bounds change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGRoot svg", 27 "object": "LayoutSVGRoot svg",
28 "rect": [45, 85, 328, 328], 28 "rect": [45, 85, 328, 328],
29 "reason": "bounds change" 29 "reason": "forced by layout"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 32 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
33 "rect": [45, 85, 328, 328], 33 "rect": [45, 85, 328, 328],
34 "reason": "bounds change" 34 "reason": "bounds change"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGContainer use", 37 "object": "LayoutSVGContainer use",
38 "rect": [18, 209, 82, 83], 38 "rect": [18, 209, 82, 83],
39 "reason": "bounds change" 39 "reason": "bounds change"
40 }, 40 },
41 { 41 {
42 "object": "LayoutSVGPath path", 42 "object": "LayoutSVGPath path",
43 "rect": [18, 209, 82, 83], 43 "rect": [18, 209, 82, 83],
44 "reason": "bounds change" 44 "reason": "bounds change"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGRoot svg", 47 "object": "LayoutSVGRoot svg",
48 "rect": [18, 209, 82, 83], 48 "rect": [18, 209, 82, 83],
49 "reason": "bounds change" 49 "reason": "forced by layout"
50 }, 50 },
51 { 51 {
52 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 52 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
53 "rect": [18, 209, 82, 83], 53 "rect": [18, 209, 82, 83],
54 "reason": "bounds change" 54 "reason": "bounds change"
55 } 55 }
56 ] 56 ]
57 } 57 }
58 ], 58 ],
59 "objectPaintInvalidations": [ 59 "objectPaintInvalidations": [
60 { 60 {
61 "object": "RootInlineBox",
62 "reason": "full"
63 },
64 {
65 "object": "InlineBox",
66 "reason": "full"
67 },
68 {
69 "object": "LayoutBlockFlow div id='contentBox'", 61 "object": "LayoutBlockFlow div id='contentBox'",
70 "reason": "forced by layout" 62 "reason": "forced by layout"
71 }, 63 },
72 { 64 {
73 "object": "RootInlineBox", 65 "object": "RootInlineBox",
74 "reason": "forced by layout" 66 "reason": "forced by layout"
75 }, 67 },
76 { 68 {
77 "object": "LayoutSVGRoot svg", 69 "object": "LayoutSVGRoot svg",
78 "reason": "bounds change" 70 "reason": "forced by layout"
79 }, 71 },
80 { 72 {
81 "object": "LayoutSVGContainer use", 73 "object": "LayoutSVGContainer use",
82 "reason": "bounds change" 74 "reason": "bounds change"
83 }, 75 },
84 { 76 {
85 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 77 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
86 "reason": "bounds change" 78 "reason": "bounds change"
87 }, 79 },
88 { 80 {
89 "object": "LayoutSVGPath path", 81 "object": "LayoutSVGPath path",
90 "reason": "bounds change" 82 "reason": "bounds change"
91 } 83 }
92 ] 84 ]
93 } 85 }
94 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698