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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/repaint-paintorder-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": "LayoutSVGPath polygon", 10 "object": "LayoutSVGPath polygon",
11 "rect": [137, 37, 581, 564],
12 "reason": "style change"
13 },
14 {
15 "object": "LayoutSVGPath polygon",
16 "rect": [183, 165, 134, 134], 11 "rect": [183, 165, 134, 134],
17 "reason": "style change" 12 "reason": "style change"
18 }, 13 },
19 { 14 {
20 "object": "LayoutSVGPath polygon", 15 "object": "LayoutSVGPath polygon",
21 "rect": [456, 165, 133, 134], 16 "rect": [456, 165, 133, 134],
22 "reason": "style change" 17 "reason": "style change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGPath polygon id='t3'", 20 "object": "LayoutSVGPath polygon id='t3'",
26 "rect": [320, 165, 133, 134], 21 "rect": [320, 165, 133, 134],
27 "reason": "style change" 22 "reason": "style change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutSVGPath polygon", 25 "object": "LayoutSVGPath polygon",
31 "rect": [47, 165, 133, 134], 26 "rect": [47, 165, 133, 134],
32 "reason": "style change" 27 "reason": "style change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutSVGContainer use id='t1'", 30 "object": "LayoutSVGContainer use id='t1'",
36 "rect": [47, 166, 133, 132], 31 "rect": [47, 166, 133, 132],
37 "reason": "style change" 32 "reason": "style change"
38 }, 33 },
39 { 34 {
40 "object": "LayoutSVGContainer use id='t2'", 35 "object": "LayoutSVGContainer use id='t2'",
41 "rect": [184, 166, 132, 132], 36 "rect": [184, 166, 132, 132],
42 "reason": "style change" 37 "reason": "style change"
43 },
44 {
45 "object": "LayoutSVGEllipse circle id='t4'",
46 "rect": [46, 28, 7, 7],
47 "reason": "style change"
48 } 38 }
49 ] 39 ]
50 } 40 }
51 ], 41 ],
52 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
53 { 43 {
54 "object": "LayoutSVGEllipse circle id='t4'", 44 "object": "LayoutSVGEllipse circle id='t4'",
55 "reason": "style change" 45 "reason": "style change"
56 }, 46 },
57 { 47 {
(...skipping 28 matching lines...) Expand all
86 "object": "LayoutSVGPath polygon id='t3'", 76 "object": "LayoutSVGPath polygon id='t3'",
87 "reason": "style change" 77 "reason": "style change"
88 }, 78 },
89 { 79 {
90 "object": "LayoutSVGPath polygon", 80 "object": "LayoutSVGPath polygon",
91 "reason": "style change" 81 "reason": "style change"
92 } 82 }
93 ] 83 ]
94 } 84 }
95 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698