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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-shadow-tree-content-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow div id='contentBox'", 12 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 68, 402, 402], 13 "rect": [8, 68, 402, 402],
12 "reason": "forced by layout" 14 "reason": "forced by layout"
13 }, 15 },
14 { 16 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 65 },
64 { 66 {
65 "object": "LayoutSVGContainer use", 67 "object": "LayoutSVGContainer use",
66 "rect": [59, 269, 50, 200], 68 "rect": [59, 269, 50, 200],
67 "reason": "bounds change" 69 "reason": "bounds change"
68 }, 70 },
69 { 71 {
70 "object": "LayoutSVGRect rect id='targetRect'", 72 "object": "LayoutSVGRect rect id='targetRect'",
71 "rect": [59, 269, 50, 200], 73 "rect": [59, 269, 50, 200],
72 "reason": "bounds change" 74 "reason": "bounds change"
73 },
74 {
75 "object": "InlineBox",
76 "reason": "full"
77 },
78 {
79 "object": "RootInlineBox",
80 "reason": "full"
81 },
82 {
83 "object": "RootInlineBox",
84 "reason": "full"
85 } 75 }
86 ] 76 ]
87 } 77 }
78 ],
79 "objectPaintInvalidations": [
80 {
81 "object": "LayoutBlockFlow div id='contentBox'",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "LayoutSVGRoot svg",
90 "reason": "incremental"
91 },
92 {
93 "object": "LayoutSVGRect rect id='targetRect'",
94 "reason": "full"
95 },
96 {
97 "object": "LayoutSVGRect rect id='targetRect1'",
98 "reason": "full"
99 },
100 {
101 "object": "LayoutSVGContainer use id='targetUse'",
102 "reason": "full"
103 },
104 {
105 "object": "LayoutSVGRect rect id='targetRect1'",
106 "reason": "full"
107 },
108 {
109 "object": "LayoutSVGContainer use",
110 "reason": "bounds change"
111 },
112 {
113 "object": "LayoutSVGRect rect id='targetRect'",
114 "reason": "bounds change"
115 },
116 {
117 "object": "LayoutSVGContainer use",
118 "reason": "full"
119 },
120 {
121 "object": "LayoutSVGContainer g id='targetUse'",
122 "reason": "full"
123 },
124 {
125 "object": "LayoutSVGRect rect id='targetRect1'",
126 "reason": "full"
127 }
88 ] 128 ]
89 } 129 }
90 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698