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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/js-late-gradient-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, 759, 362], 11 "rect": [0, 15, 759, 362],
12 "reason": "became visible" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRoot svg id='svg-root'",
16 "rect": [0, 15, 759, 362],
17 "reason": "became visible"
18 },
19 {
20 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
21 "rect": [0, 247, 759, 130], 16 "rect": [0, 247, 759, 130],
22 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGText text", 20 "object": "LayoutSVGText text",
26 "rect": [0, 247, 759, 130], 21 "rect": [0, 247, 759, 130],
27 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
28 }, 23 },
29 { 24 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 }, 59 },
65 { 60 {
66 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'", 61 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'",
67 "reason": "layoutObject insertion" 62 "reason": "layoutObject insertion"
68 }, 63 },
69 { 64 {
70 "object": "LayoutSVGGradientStop stop", 65 "object": "LayoutSVGGradientStop stop",
71 "reason": "layoutObject insertion" 66 "reason": "layoutObject insertion"
72 }, 67 },
73 { 68 {
74 "object": "LayoutSVGRoot svg id='svg-root'",
75 "reason": "became visible"
76 },
77 {
78 "object": "LayoutSVGContainer g id='content'", 69 "object": "LayoutSVGContainer g id='content'",
79 "reason": "became visible" 70 "reason": "became visible"
80 }, 71 },
81 { 72 {
82 "object": "LayoutSVGText text", 73 "object": "LayoutSVGText text",
83 "reason": "layoutObject insertion" 74 "reason": "layoutObject insertion"
84 }, 75 },
85 { 76 {
86 "object": "RootInlineBox", 77 "object": "RootInlineBox",
87 "reason": "layoutObject insertion" 78 "reason": "layoutObject insertion"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "object": "LayoutSVGInlineText #text", 113 "object": "LayoutSVGInlineText #text",
123 "reason": "layoutObject insertion" 114 "reason": "layoutObject insertion"
124 }, 115 },
125 { 116 {
126 "object": "InlineTextBox 'Gradient on fill/stroke'", 117 "object": "InlineTextBox 'Gradient on fill/stroke'",
127 "reason": "layoutObject insertion" 118 "reason": "layoutObject insertion"
128 } 119 }
129 ] 120 ]
130 } 121 }
131 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698