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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/js-late-clipPath-and-object-creation-expected.txt

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl Created 4 years, 1 month 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGContainer g id='content'", 10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 40, 784, 168], 11 "rect": [16, 40, 784, 168],
12 "reason": "full" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='content'", 15 "object": "LayoutSVGContainer g id='content'",
16 "rect": [16, 40, 784, 168], 16 "rect": [16, 40, 784, 168],
17 "reason": "became visible" 17 "reason": "became visible"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
21 "rect": [16, 40, 784, 168], 21 "rect": [16, 40, 784, 168],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 { 78 {
79 "object": "InlineTextBox 'Clipped. INVISIBLE.'", 79 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
80 "reason": "layoutObject insertion" 80 "reason": "layoutObject insertion"
81 }, 81 },
82 { 82 {
83 "object": "LayoutSVGRoot svg id='svg-root'", 83 "object": "LayoutSVGRoot svg id='svg-root'",
84 "reason": "incremental" 84 "reason": "incremental"
85 }, 85 },
86 { 86 {
87 "object": "LayoutSVGContainer g id='content'", 87 "object": "LayoutSVGContainer g id='content'",
88 "reason": "full" 88 "reason": "bounds change"
89 }, 89 },
90 { 90 {
91 "object": "LayoutSVGText text", 91 "object": "LayoutSVGText text",
92 "reason": "style change" 92 "reason": "style change"
93 }, 93 },
94 { 94 {
95 "object": "RootInlineBox", 95 "object": "RootInlineBox",
96 "reason": "style change" 96 "reason": "style change"
97 }, 97 },
98 { 98 {
99 "object": "LayoutSVGInlineText #text", 99 "object": "LayoutSVGInlineText #text",
100 "reason": "forced by layout" 100 "reason": "forced by layout"
101 }, 101 },
102 { 102 {
103 "object": "InlineTextBox 'Clipped. INVISIBLE.'", 103 "object": "InlineTextBox 'Clipped. INVISIBLE.'",
104 "reason": "forced by layout" 104 "reason": "forced by layout"
105 }, 105 },
106 { 106 {
107 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 107 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
108 "reason": "layoutObject insertion" 108 "reason": "layoutObject insertion"
109 }, 109 },
110 { 110 {
111 "object": "LayoutSVGPath path", 111 "object": "LayoutSVGPath path",
112 "reason": "layoutObject insertion" 112 "reason": "layoutObject insertion"
113 } 113 }
114 ] 114 ]
115 } 115 }
116 116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698