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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-use-on-symbol-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, 50, 402, 402], 11 "rect": [8, 50, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGPath path",
16 "rect": [16, 57, 136, 137],
17 "reason": "bounds change"
18 } 13 }
19 ] 14 ]
20 } 15 }
21 ], 16 ],
22 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
23 { 18 {
24 "object": "LayoutBlockFlow div id='contentBox'", 19 "object": "LayoutBlockFlow div id='contentBox'",
25 "reason": "forced by layout" 20 "reason": "forced by layout"
26 }, 21 },
27 { 22 {
28 "object": "RootInlineBox", 23 "object": "RootInlineBox",
29 "reason": "forced by layout" 24 "reason": "forced by layout"
30 }, 25 },
31 { 26 {
32 "object": "LayoutSVGRoot svg", 27 "object": "LayoutSVGRoot svg",
33 "reason": "forced by layout" 28 "reason": "forced by layout"
34 }, 29 },
35 { 30 {
36 "object": "LayoutSVGPath path",
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGContainer use", 31 "object": "LayoutSVGContainer use",
41 "reason": "bounds change" 32 "reason": "bounds change"
42 }, 33 },
43 { 34 {
44 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 35 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
45 "reason": "bounds change" 36 "reason": "bounds change"
46 }, 37 },
47 { 38 {
48 "object": "LayoutSVGPath path", 39 "object": "LayoutSVGPath path",
49 "reason": "bounds change" 40 "reason": "bounds change"
50 } 41 }
51 ] 42 ]
52 } 43 }
53 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698