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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/absolute-sized-content-with-resources-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": "LayoutSVGEllipse circle",
16 "rect": [242, 251, 167, 200],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGEllipse circle",
21 "rect": [242, 51, 167, 200],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGEllipse circle",
26 "rect": [9, 251, 167, 200],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGEllipse circle",
31 "rect": [9, 51, 167, 200],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGEllipse circle",
36 "rect": [67, 251, 42, 67],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGEllipse circle",
41 "rect": [67, 184, 42, 67],
42 "reason": "bounds change"
43 } 13 }
44 ] 14 ]
45 } 15 }
46 ], 16 ],
47 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
48 { 18 {
49 "object": "LayoutBlockFlow div id='contentBox'", 19 "object": "LayoutBlockFlow div id='contentBox'",
50 "reason": "forced by layout" 20 "reason": "forced by layout"
51 }, 21 },
52 { 22 {
53 "object": "RootInlineBox", 23 "object": "RootInlineBox",
54 "reason": "forced by layout" 24 "reason": "forced by layout"
55 }, 25 },
56 { 26 {
57 "object": "LayoutSVGRoot svg", 27 "object": "LayoutSVGRoot svg",
58 "reason": "forced by layout" 28 "reason": "forced by layout"
59 }, 29 },
60 { 30 {
61 "object": "LayoutSVGEllipse circle",
62 "reason": "bounds change"
63 },
64 {
65 "object": "LayoutSVGEllipse circle",
66 "reason": "bounds change"
67 },
68 {
69 "object": "LayoutSVGEllipse circle",
70 "reason": "bounds change"
71 },
72 {
73 "object": "LayoutSVGEllipse circle",
74 "reason": "bounds change"
75 },
76 {
77 "object": "LayoutSVGContainer g", 31 "object": "LayoutSVGContainer g",
78 "reason": "bounds change" 32 "reason": "bounds change"
79 }, 33 },
80 { 34 {
81 "object": "LayoutSVGRect rect", 35 "object": "LayoutSVGRect rect",
82 "reason": "SVG resource change" 36 "reason": "SVG resource change"
83 } 37 }
84 ] 38 ]
85 } 39 }
86 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698