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

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

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: none Created 3 years, 9 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 "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": [-50, -50, 100, 100],
12 "reason": "subtree" 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": [-50, -50, 100, 100],
17 "reason": "subtree" 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": "subtree" 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": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGContainer g id='g'", 30 "object": "LayoutSVGContainer g id='g'",
31 "rect": [175, 25, 50, 50], 31 "rect": [175, 25, 50, 50],
32 "reason": "subtree" 32 "reason": "subtree"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGRect rect id='r'",
36 "rect": [175, 25, 50, 50],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutSVGContainer g id='g'", 35 "object": "LayoutSVGContainer g id='g'",
41 "rect": [0, 0, 10, 10], 36 "rect": [0, 0, 10, 10],
42 "reason": "subtree" 37 "reason": "subtree"
43 } 38 }
44 ] 39 ]
45 } 40 }
46 ], 41 ],
47 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
48 { 43 {
49 "object": "LayoutSVGContainer g id='g'", 44 "object": "LayoutSVGContainer g id='g'",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "object": "LayoutSVGRect rect id='r'", 76 "object": "LayoutSVGRect rect id='r'",
82 "reason": "subtree" 77 "reason": "subtree"
83 }, 78 },
84 { 79 {
85 "object": "LayoutSVGImage image", 80 "object": "LayoutSVGImage image",
86 "reason": "subtree" 81 "reason": "subtree"
87 } 82 }
88 ] 83 ]
89 } 84 }
90 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698