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

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

Issue 2086703002: Auto-rebaseline for r400760 (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 "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": [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 { 76 {
77 "object": "LayoutSVGRect rect id='targetRect'", 77 "object": "LayoutSVGRect rect id='targetRect'",
78 "rect": [34, 169, 50, 200], 78 "rect": [34, 169, 50, 200],
79 "reason": "bounds change" 79 "reason": "bounds change"
80 } 80 }
81 ] 81 ]
82 } 82 }
83 ], 83 ],
84 "objectPaintInvalidations": [ 84 "objectPaintInvalidations": [
85 { 85 {
86 "object": "RootInlineBox",
87 "reason": "full"
88 },
89 {
90 "object": "InlineBox",
91 "reason": "full"
92 },
93 {
86 "object": "LayoutBlockFlow div id='contentBox'", 94 "object": "LayoutBlockFlow div id='contentBox'",
87 "reason": "forced by layout" 95 "reason": "forced by layout"
88 }, 96 },
89 { 97 {
90 "object": "RootInlineBox", 98 "object": "RootInlineBox",
91 "reason": "forced by layout" 99 "reason": "forced by layout"
92 }, 100 },
93 { 101 {
94 "object": "LayoutSVGRoot svg", 102 "object": "LayoutSVGRoot svg",
95 "reason": "bounds change" 103 "reason": "bounds change"
(...skipping 18 matching lines...) Expand all
114 "object": "LayoutSVGContainer g id='targetUse'", 122 "object": "LayoutSVGContainer g id='targetUse'",
115 "reason": "bounds change" 123 "reason": "bounds change"
116 }, 124 },
117 { 125 {
118 "object": "LayoutSVGRect rect id='targetRect'", 126 "object": "LayoutSVGRect rect id='targetRect'",
119 "reason": "bounds change" 127 "reason": "bounds change"
120 } 128 }
121 ] 129 ]
122 } 130 }
123 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698