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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/image-with-clip-path-expected.txt

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years 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": "LayoutSVGRect rect id='r'", 10 "object": "LayoutSVGRect rect id='r'",
11 "rect": [0, 0, 100, 100], 11 "rect": [0, 0, 100, 100],
12 "reason": "full" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect id='r'", 15 "object": "LayoutSVGRect rect id='r'",
16 "rect": [0, 0, 100, 100], 16 "rect": [0, 0, 100, 100],
17 "reason": "full" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer g id='g'", 20 "object": "LayoutSVGContainer g id='g'",
21 "rect": [20, 20, 60, 60], 21 "rect": [20, 20, 60, 60],
22 "reason": "full" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGContainer g id='g'", 25 "object": "LayoutSVGContainer g id='g'",
26 "rect": [20, 20, 60, 60], 26 "rect": [20, 20, 60, 60],
27 "reason": "full" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGImage image", 30 "object": "LayoutSVGImage image",
31 "rect": [20, 20, 60, 60], 31 "rect": [20, 20, 60, 60],
32 "reason": "full" 32 "reason": "subtree"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGImage image", 35 "object": "LayoutSVGImage image",
36 "rect": [20, 20, 60, 60], 36 "rect": [20, 20, 60, 60],
37 "reason": "full" 37 "reason": "subtree"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGContainer g id='g'", 40 "object": "LayoutSVGContainer g id='g'",
41 "rect": [175, 25, 50, 50], 41 "rect": [175, 25, 50, 50],
42 "reason": "full" 42 "reason": "subtree"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGImage image", 45 "object": "LayoutSVGImage image",
46 "rect": [175, 25, 50, 50], 46 "rect": [175, 25, 50, 50],
47 "reason": "full" 47 "reason": "subtree"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGRect rect id='r'", 50 "object": "LayoutSVGRect rect id='r'",
51 "rect": [175, 25, 50, 50], 51 "rect": [175, 25, 50, 50],
52 "reason": "full" 52 "reason": "subtree"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGContainer g id='g'", 55 "object": "LayoutSVGContainer g id='g'",
56 "rect": [0, 0, 10, 10], 56 "rect": [0, 0, 10, 10],
57 "reason": "full" 57 "reason": "subtree"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGImage image", 60 "object": "LayoutSVGImage image",
61 "rect": [0, 0, 10, 10], 61 "rect": [0, 0, 10, 10],
62 "reason": "full" 62 "reason": "subtree"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ], 66 ],
67 "objectPaintInvalidations": [ 67 "objectPaintInvalidations": [
68 { 68 {
69 "object": "LayoutSVGContainer g id='g'", 69 "object": "LayoutSVGContainer g id='g'",
70 "reason": "full" 70 "reason": "subtree"
71 },
72 {
73 "object": "LayoutSVGHiddenContainer defs",
74 "reason": "subtree"
75 },
76 {
77 "object": "LayoutSVGResourceClipper clipPath id='p'",
78 "reason": "subtree"
71 }, 79 },
72 { 80 {
73 "object": "LayoutSVGRect rect id='r'", 81 "object": "LayoutSVGRect rect id='r'",
74 "reason": "full" 82 "reason": "subtree"
75 }, 83 },
76 { 84 {
77 "object": "LayoutSVGImage image", 85 "object": "LayoutSVGImage image",
78 "reason": "full" 86 "reason": "subtree"
79 }, 87 },
80 { 88 {
81 "object": "LayoutSVGContainer g id='g'", 89 "object": "LayoutSVGContainer g id='g'",
82 "reason": "full" 90 "reason": "subtree"
91 },
92 {
93 "object": "LayoutSVGHiddenContainer defs",
94 "reason": "subtree"
95 },
96 {
97 "object": "LayoutSVGResourceClipper clipPath id='p'",
98 "reason": "subtree"
83 }, 99 },
84 { 100 {
85 "object": "LayoutSVGRect rect id='r'", 101 "object": "LayoutSVGRect rect id='r'",
86 "reason": "full" 102 "reason": "subtree"
87 }, 103 },
88 { 104 {
89 "object": "LayoutSVGImage image", 105 "object": "LayoutSVGImage image",
90 "reason": "full" 106 "reason": "subtree"
91 } 107 }
92 ] 108 ]
93 } 109 }
94 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698