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

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

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase 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": [0, 15, 680, 364], 11 "rect": [0, 15, 680, 364],
12 "reason": "became visible" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRoot svg id='svg-root'",
16 "rect": [0, 15, 680, 364],
17 "reason": "became visible"
18 },
19 {
20 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
21 "rect": [0, 247, 680, 132], 16 "rect": [0, 247, 680, 132],
22 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGText text", 20 "object": "LayoutSVGText text",
26 "rect": [0, 247, 680, 132], 21 "rect": [0, 247, 680, 132],
27 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
28 }, 23 },
29 { 24 {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 83 },
89 { 84 {
90 "object": "LayoutSVGRect rect", 85 "object": "LayoutSVGRect rect",
91 "reason": "layoutObject insertion" 86 "reason": "layoutObject insertion"
92 }, 87 },
93 { 88 {
94 "object": "LayoutSVGRect rect", 89 "object": "LayoutSVGRect rect",
95 "reason": "layoutObject insertion" 90 "reason": "layoutObject insertion"
96 }, 91 },
97 { 92 {
98 "object": "LayoutSVGRoot svg id='svg-root'",
99 "reason": "became visible"
100 },
101 {
102 "object": "LayoutSVGContainer g id='content'", 93 "object": "LayoutSVGContainer g id='content'",
103 "reason": "became visible" 94 "reason": "became visible"
104 }, 95 },
105 { 96 {
106 "object": "LayoutSVGText text", 97 "object": "LayoutSVGText text",
107 "reason": "layoutObject insertion" 98 "reason": "layoutObject insertion"
108 }, 99 },
109 { 100 {
110 "object": "RootInlineBox", 101 "object": "RootInlineBox",
111 "reason": "layoutObject insertion" 102 "reason": "layoutObject insertion"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "object": "LayoutSVGInlineText #text", 137 "object": "LayoutSVGInlineText #text",
147 "reason": "layoutObject insertion" 138 "reason": "layoutObject insertion"
148 }, 139 },
149 { 140 {
150 "object": "InlineTextBox 'Pattern on fill/stroke'", 141 "object": "InlineTextBox 'Pattern on fill/stroke'",
151 "reason": "layoutObject insertion" 142 "reason": "layoutObject insertion"
152 } 143 }
153 ] 144 ]
154 } 145 }
155 146
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698