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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-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": "LayoutSVGRect rect", 12 "object": "LayoutSVGRect rect",
11 "rect": [0, 0, 200, 200], 13 "rect": [0, 0, 200, 200],
12 "reason": "full" 14 "reason": "full"
13 }, 15 },
14 { 16 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 65 },
64 { 66 {
65 "object": "LayoutSVGPath polygon id='triangle'", 67 "object": "LayoutSVGPath polygon id='triangle'",
66 "rect": [80, 120, 20, 20], 68 "rect": [80, 120, 20, 20],
67 "reason": "bounds change" 69 "reason": "bounds change"
68 }, 70 },
69 { 71 {
70 "object": "LayoutSVGRect rect", 72 "object": "LayoutSVGRect rect",
71 "rect": [80, 60, 20, 20], 73 "rect": [80, 60, 20, 20],
72 "reason": "full" 74 "reason": "full"
73 },
74 {
75 "object": "InlineTextBox 'right-aligned text'",
76 "reason": "full"
77 },
78 {
79 "object": "InlineTextBox 'right-aligned text'",
80 "reason": "bounds change"
81 },
82 {
83 "object": "RootInlineBox",
84 "reason": "full"
85 },
86 {
87 "object": "RootInlineBox",
88 "reason": "full"
89 } 75 }
90 ] 76 ]
91 } 77 }
78 ],
79 "objectPaintInvalidations": [
80 {
81 "object": "LayoutSVGRoot svg",
82 "reason": "incremental"
83 },
84 {
85 "object": "LayoutSVGViewportContainer svg id='inner'",
86 "reason": "full"
87 },
88 {
89 "object": "LayoutSVGRect rect",
90 "reason": "full"
91 },
92 {
93 "object": "LayoutSVGRect rect",
94 "reason": "full"
95 },
96 {
97 "object": "LayoutSVGText text",
98 "reason": "full"
99 },
100 {
101 "object": "RootInlineBox",
102 "reason": "full"
103 },
104 {
105 "object": "LayoutSVGInlineText #text",
106 "reason": "bounds change"
107 },
108 {
109 "object": "InlineTextBox 'right-aligned text'",
110 "reason": "bounds change"
111 },
112 {
113 "object": "LayoutSVGContainer use",
114 "reason": "full"
115 },
116 {
117 "object": "LayoutSVGPath polygon id='triangle'",
118 "reason": "bounds change"
119 }
92 ] 120 ]
93 } 121 }
94 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698