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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-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": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 68, 402, 402], 11 "rect": [8, 68, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGContainer use id='targetUse'",
16 "rect": [109, 169, 200, 200],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGRect rect id='targetRect'",
21 "rect": [9, 169, 200, 200],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGContainer use id='targetUse'",
26 "rect": [34, 169, 50, 200],
27 "reason": "bounds change"
28 } 13 }
29 ] 14 ]
30 } 15 }
31 ], 16 ],
32 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
33 { 18 {
34 "object": "LayoutBlockFlow div id='contentBox'", 19 "object": "LayoutBlockFlow div id='contentBox'",
35 "reason": "forced by layout" 20 "reason": "forced by layout"
36 }, 21 },
37 { 22 {
(...skipping 24 matching lines...) Expand all
62 "object": "LayoutSVGContainer g id='targetUse'", 47 "object": "LayoutSVGContainer g id='targetUse'",
63 "reason": "bounds change" 48 "reason": "bounds change"
64 }, 49 },
65 { 50 {
66 "object": "LayoutSVGRect rect id='targetRect'", 51 "object": "LayoutSVGRect rect id='targetRect'",
67 "reason": "forced by layout" 52 "reason": "forced by layout"
68 } 53 }
69 ] 54 ]
70 } 55 }
71 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698