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

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

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 { 80 {
81 "object": "LayoutSVGRoot svg", 81 "object": "LayoutSVGRoot svg",
82 "reason": "incremental" 82 "reason": "incremental"
83 }, 83 },
84 { 84 {
85 "object": "LayoutSVGViewportContainer svg id='inner'", 85 "object": "LayoutSVGViewportContainer svg id='inner'",
86 "reason": "full" 86 "reason": "full"
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGHiddenContainer defs", 89 "object": "LayoutSVGHiddenContainer defs",
90 "reason": "none" 90 "reason": "location change"
91 }, 91 },
92 { 92 {
93 "object": "LayoutSVGPath polygon id='triangle'", 93 "object": "LayoutSVGPath polygon id='triangle'",
94 "reason": "none" 94 "reason": "location change"
95 }, 95 },
96 { 96 {
97 "object": "LayoutSVGRect rect", 97 "object": "LayoutSVGRect rect",
98 "reason": "full" 98 "reason": "full"
99 }, 99 },
100 { 100 {
101 "object": "LayoutSVGRect rect", 101 "object": "LayoutSVGRect rect",
102 "reason": "full" 102 "reason": "full"
103 }, 103 },
104 { 104 {
(...skipping 16 matching lines...) Expand all
121 "object": "LayoutSVGContainer use", 121 "object": "LayoutSVGContainer use",
122 "reason": "full" 122 "reason": "full"
123 }, 123 },
124 { 124 {
125 "object": "LayoutSVGPath polygon id='triangle'", 125 "object": "LayoutSVGPath polygon id='triangle'",
126 "reason": "bounds change" 126 "reason": "bounds change"
127 } 127 }
128 ] 128 ]
129 } 129 }
130 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698