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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-shadow-tree-content-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": "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": "LayoutSVGRect rect id='targetRect'",
16 "rect": [9, 269, 200, 200],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGContainer use id='targetUse'",
21 "rect": [9, 69, 200, 200],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGRect rect id='targetRect1'",
26 "rect": [9, 69, 200, 200],
27 "reason": "forced by layout"
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "object": "LayoutSVGContainer g id='targetUse'", 59 "object": "LayoutSVGContainer g id='targetUse'",
75 "reason": "bounds change" 60 "reason": "bounds change"
76 }, 61 },
77 { 62 {
78 "object": "LayoutSVGRect rect id='targetRect1'", 63 "object": "LayoutSVGRect rect id='targetRect1'",
79 "reason": "forced by layout" 64 "reason": "forced by layout"
80 } 65 }
81 ] 66 ]
82 } 67 }
83 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698