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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-pattern-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, 680, 364], 13 "rect": [0, 15, 680, 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, 680, 364], 18 "rect": [0, 15, 680, 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, 680, 132], 23 "rect": [0, 247, 680, 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, 680, 132], 28 "rect": [0, 247, 680, 132],
29 "reason": "layoutObject insertion" 29 "reason": "layoutObject insertion"
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 { 91 {
92 "object": "LayoutSVGRect rect", 92 "object": "LayoutSVGRect rect",
93 "reason": "layoutObject insertion" 93 "reason": "layoutObject insertion"
94 }, 94 },
95 { 95 {
96 "object": "LayoutSVGRect rect", 96 "object": "LayoutSVGRect rect",
97 "reason": "layoutObject insertion" 97 "reason": "layoutObject insertion"
98 }, 98 },
99 { 99 {
100 "object": "LayoutSVGRoot svg id='svg-root'", 100 "object": "LayoutSVGRoot svg id='svg-root'",
101 "reason": "bounds change" 101 "reason": "became visible"
102 }, 102 },
103 { 103 {
104 "object": "LayoutSVGContainer g id='content'", 104 "object": "LayoutSVGContainer g id='content'",
105 "reason": "bounds change" 105 "reason": "became visible"
106 }, 106 },
107 { 107 {
108 "object": "LayoutSVGText text", 108 "object": "LayoutSVGText text",
109 "reason": "layoutObject insertion" 109 "reason": "layoutObject insertion"
110 }, 110 },
111 { 111 {
112 "object": "RootInlineBox", 112 "object": "RootInlineBox",
113 "reason": "layoutObject insertion" 113 "reason": "layoutObject insertion"
114 }, 114 },
115 { 115 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "object": "LayoutSVGInlineText #text", 148 "object": "LayoutSVGInlineText #text",
149 "reason": "layoutObject insertion" 149 "reason": "layoutObject insertion"
150 }, 150 },
151 { 151 {
152 "object": "InlineTextBox 'Pattern on fill/stroke'", 152 "object": "InlineTextBox 'Pattern on fill/stroke'",
153 "reason": "layoutObject insertion" 153 "reason": "layoutObject insertion"
154 } 154 }
155 ] 155 ]
156 } 156 }
157 157
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698