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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt

Issue 2081983002: Auto-rebaseline for r400950 (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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGRoot svg", 89 "object": "LayoutSVGRoot svg",
90 "reason": "incremental" 90 "reason": "incremental"
91 }, 91 },
92 { 92 {
93 "object": "LayoutSVGViewportContainer svg id='inner'", 93 "object": "LayoutSVGViewportContainer svg id='inner'",
94 "reason": "full" 94 "reason": "full"
95 }, 95 },
96 { 96 {
97 "object": "LayoutSVGHiddenContainer defs",
98 "reason": "none"
99 },
100 {
101 "object": "LayoutSVGPath polygon id='triangle'",
102 "reason": "none"
103 },
104 {
97 "object": "LayoutSVGRect rect", 105 "object": "LayoutSVGRect rect",
98 "reason": "full" 106 "reason": "full"
99 }, 107 },
100 { 108 {
101 "object": "LayoutSVGRect rect", 109 "object": "LayoutSVGRect rect",
102 "reason": "full" 110 "reason": "full"
103 }, 111 },
104 { 112 {
105 "object": "LayoutSVGText text", 113 "object": "LayoutSVGText text",
106 "reason": "full" 114 "reason": "full"
(...skipping 14 matching lines...) Expand all
121 "object": "LayoutSVGContainer use", 129 "object": "LayoutSVGContainer use",
122 "reason": "full" 130 "reason": "full"
123 }, 131 },
124 { 132 {
125 "object": "LayoutSVGPath polygon id='triangle'", 133 "object": "LayoutSVGPath polygon id='triangle'",
126 "reason": "bounds change" 134 "reason": "bounds change"
127 } 135 }
128 ] 136 ]
129 } 137 }
130 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698