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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 { 71 {
72 "object": "LayoutSVGRect rect", 72 "object": "LayoutSVGRect rect",
73 "rect": [80, 60, 20, 20], 73 "rect": [80, 60, 20, 20],
74 "reason": "full" 74 "reason": "full"
75 } 75 }
76 ] 76 ]
77 } 77 }
78 ], 78 ],
79 "objectPaintInvalidations": [ 79 "objectPaintInvalidations": [
80 { 80 {
81 "object": "RootInlineBox",
82 "reason": "full"
83 },
84 {
85 "object": "InlineTextBox 'right-aligned text'",
86 "reason": "full"
87 },
88 {
81 "object": "LayoutSVGRoot svg", 89 "object": "LayoutSVGRoot svg",
82 "reason": "incremental" 90 "reason": "incremental"
83 }, 91 },
84 { 92 {
85 "object": "LayoutSVGViewportContainer svg id='inner'", 93 "object": "LayoutSVGViewportContainer svg id='inner'",
86 "reason": "full" 94 "reason": "full"
87 }, 95 },
88 { 96 {
89 "object": "LayoutSVGRect rect", 97 "object": "LayoutSVGRect rect",
90 "reason": "full" 98 "reason": "full"
(...skipping 22 matching lines...) Expand all
113 "object": "LayoutSVGContainer use", 121 "object": "LayoutSVGContainer use",
114 "reason": "full" 122 "reason": "full"
115 }, 123 },
116 { 124 {
117 "object": "LayoutSVGPath polygon id='triangle'", 125 "object": "LayoutSVGPath polygon id='triangle'",
118 "reason": "bounds change" 126 "reason": "bounds change"
119 } 127 }
120 ] 128 ]
121 } 129 }
122 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698