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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/custom/js-late-clipPath-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": [16, 42, 784, 170], 13 "rect": [16, 42, 784, 170],
14 "reason": "full" 14 "reason": "full"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGContainer g id='content'", 17 "object": "LayoutSVGContainer g id='content'",
18 "rect": [16, 42, 784, 170], 18 "rect": [16, 42, 784, 170],
19 "reason": "bounds change" 19 "reason": "became visible"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGInlineText #text", 22 "object": "LayoutSVGInlineText #text",
23 "rect": [16, 42, 784, 170], 23 "rect": [16, 42, 784, 170],
24 "reason": "forced by layout" 24 "reason": "forced by layout"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGInlineText #text", 27 "object": "LayoutSVGInlineText #text",
28 "rect": [16, 42, 784, 170], 28 "rect": [16, 42, 784, 170],
29 "reason": "layoutObject insertion" 29 "reason": "layoutObject insertion"
30 }, 30 },
31 { 31 {
32 "object": "LayoutSVGRoot svg id='svg-root'", 32 "object": "LayoutSVGRoot svg id='svg-root'",
33 "rect": [16, 42, 784, 170], 33 "rect": [16, 42, 784, 170],
34 "reason": "bounds change" 34 "reason": "became visible"
35 }, 35 },
36 { 36 {
37 "object": "LayoutSVGText text", 37 "object": "LayoutSVGText text",
38 "rect": [16, 42, 784, 170], 38 "rect": [16, 42, 784, 170],
39 "reason": "style change" 39 "reason": "style change"
40 }, 40 },
41 { 41 {
42 "object": "LayoutSVGText text", 42 "object": "LayoutSVGText text",
43 "rect": [16, 42, 784, 170], 43 "rect": [16, 42, 784, 170],
44 "reason": "layoutObject insertion" 44 "reason": "layoutObject insertion"
45 }, 45 },
46 { 46 {
47 "object": "LayoutSVGRoot svg id='svg-root'", 47 "object": "LayoutSVGRoot svg id='svg-root'",
48 "rect": [334, 42, 466, 170], 48 "rect": [334, 42, 466, 170],
49 "reason": "incremental" 49 "reason": "incremental"
50 }, 50 },
51 { 51 {
52 "object": "LayoutSVGPath path", 52 "object": "LayoutSVGPath path",
53 "rect": [0, 0, 334, 500], 53 "rect": [0, 0, 334, 500],
54 "reason": "layoutObject insertion" 54 "reason": "layoutObject insertion"
55 } 55 }
56 ] 56 ]
57 } 57 }
58 ], 58 ],
59 "objectPaintInvalidations": [ 59 "objectPaintInvalidations": [
60 { 60 {
61 "object": "LayoutSVGRoot svg id='svg-root'", 61 "object": "LayoutSVGRoot svg id='svg-root'",
62 "reason": "bounds change" 62 "reason": "became visible"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGContainer g id='content'", 65 "object": "LayoutSVGContainer g id='content'",
66 "reason": "bounds change" 66 "reason": "became visible"
67 }, 67 },
68 { 68 {
69 "object": "LayoutSVGText text", 69 "object": "LayoutSVGText text",
70 "reason": "layoutObject insertion" 70 "reason": "layoutObject insertion"
71 }, 71 },
72 { 72 {
73 "object": "RootInlineBox", 73 "object": "RootInlineBox",
74 "reason": "layoutObject insertion" 74 "reason": "layoutObject insertion"
75 }, 75 },
76 { 76 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 109 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
110 "reason": "layoutObject insertion" 110 "reason": "layoutObject insertion"
111 }, 111 },
112 { 112 {
113 "object": "LayoutSVGPath path", 113 "object": "LayoutSVGPath path",
114 "reason": "layoutObject insertion" 114 "reason": "layoutObject insertion"
115 } 115 }
116 ] 116 ]
117 } 117 }
118 118
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698