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

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

Issue 2247543003: Tweak priorities of paint invalidation reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - Created 4 years, 4 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": [
11 { 11 {
12 "object": "LayoutSVGContainer g id='content'", 12 "object": "LayoutSVGContainer g id='content'",
13 "rect": [0, 15, 756, 364], 13 "rect": [0, 15, 756, 364],
14 "reason": "bounds change" 14 "reason": "became visible"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg id='svg-root'", 17 "object": "LayoutSVGRoot svg id='svg-root'",
18 "rect": [0, 15, 756, 364], 18 "rect": [0, 15, 756, 364],
19 "reason": "bounds change" 19 "reason": "became visible"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGInlineText #text", 22 "object": "LayoutSVGInlineText #text",
23 "rect": [0, 247, 756, 132], 23 "rect": [0, 247, 756, 132],
24 "reason": "layoutObject insertion" 24 "reason": "layoutObject insertion"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGText text", 27 "object": "LayoutSVGText text",
28 "rect": [0, 247, 756, 132], 28 "rect": [0, 247, 756, 132],
29 "reason": "layoutObject insertion" 29 "reason": "layoutObject insertion"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 { 67 {
68 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'", 68 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'",
69 "reason": "layoutObject insertion" 69 "reason": "layoutObject insertion"
70 }, 70 },
71 { 71 {
72 "object": "LayoutSVGGradientStop stop", 72 "object": "LayoutSVGGradientStop stop",
73 "reason": "layoutObject insertion" 73 "reason": "layoutObject insertion"
74 }, 74 },
75 { 75 {
76 "object": "LayoutSVGRoot svg id='svg-root'", 76 "object": "LayoutSVGRoot svg id='svg-root'",
77 "reason": "bounds change" 77 "reason": "became visible"
78 }, 78 },
79 { 79 {
80 "object": "LayoutSVGContainer g id='content'", 80 "object": "LayoutSVGContainer g id='content'",
81 "reason": "bounds change" 81 "reason": "became visible"
82 }, 82 },
83 { 83 {
84 "object": "LayoutSVGText text", 84 "object": "LayoutSVGText text",
85 "reason": "layoutObject insertion" 85 "reason": "layoutObject insertion"
86 }, 86 },
87 { 87 {
88 "object": "RootInlineBox", 88 "object": "RootInlineBox",
89 "reason": "layoutObject insertion" 89 "reason": "layoutObject insertion"
90 }, 90 },
91 { 91 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "object": "LayoutSVGInlineText #text", 124 "object": "LayoutSVGInlineText #text",
125 "reason": "layoutObject insertion" 125 "reason": "layoutObject insertion"
126 }, 126 },
127 { 127 {
128 "object": "InlineTextBox 'Gradient on fill/stroke'", 128 "object": "InlineTextBox 'Gradient on fill/stroke'",
129 "reason": "layoutObject insertion" 129 "reason": "layoutObject insertion"
130 } 130 }
131 ] 131 ]
132 } 132 }
133 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698