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

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, 8 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'",
11 "rect": [0, 0, 100, 100],
12 "reason": "subtree"
13 },
14 {
15 "object": "LayoutSVGRect rect id='r'",
16 "rect": [0, 0, 100, 100],
17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutSVGContainer g id='g'", 10 "object": "LayoutSVGContainer g id='g'",
21 "rect": [20, 20, 60, 60], 11 "rect": [20, 20, 60, 60],
22 "reason": "subtree" 12 "reason": "subtree"
23 }, 13 },
24 { 14 {
25 "object": "LayoutSVGContainer g id='g'", 15 "object": "LayoutSVGContainer g id='g'",
26 "rect": [20, 20, 60, 60], 16 "rect": [20, 20, 60, 60],
27 "reason": "subtree" 17 "reason": "subtree"
28 }, 18 },
29 { 19 {
30 "object": "LayoutSVGContainer g id='g'", 20 "object": "LayoutSVGContainer g id='g'",
31 "rect": [175, 25, 50, 50], 21 "rect": [175, 25, 50, 50],
32 "reason": "subtree" 22 "reason": "subtree"
33 }, 23 },
34 { 24 {
35 "object": "LayoutSVGRect rect id='r'",
36 "rect": [175, 25, 50, 50],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutSVGContainer g id='g'", 25 "object": "LayoutSVGContainer g id='g'",
41 "rect": [0, 0, 10, 10], 26 "rect": [0, 0, 10, 10],
42 "reason": "subtree" 27 "reason": "subtree"
43 } 28 }
44 ] 29 ]
45 } 30 }
46 ], 31 ],
47 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
48 { 33 {
49 "object": "LayoutSVGContainer g id='g'", 34 "object": "LayoutSVGContainer g id='g'",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "object": "LayoutSVGRect rect id='r'", 66 "object": "LayoutSVGRect rect id='r'",
82 "reason": "subtree" 67 "reason": "subtree"
83 }, 68 },
84 { 69 {
85 "object": "LayoutSVGImage image", 70 "object": "LayoutSVGImage image",
86 "reason": "subtree" 71 "reason": "subtree"
87 } 72 }
88 ] 73 ]
89 } 74 }
90 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698