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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/svg/repaint-paintorder-expected.txt

Issue 2620603002: Run virtual/stable/paint/invalidation for non-SlimmingPaintInvalidation (Closed)
Patch Set: - Created 3 years, 11 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
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],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutSVGPath polygon",
21 "rect": [456, 165, 133, 134],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutSVGPath polygon id='t3'",
26 "rect": [320, 165, 133, 134],
27 "reason": "style change"
28 },
29 {
30 "object": "LayoutSVGPath polygon",
31 "rect": [47, 165, 133, 134],
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutSVGContainer use id='t1'",
36 "rect": [47, 166, 133, 132],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutSVGViewportContainer svg id='poly'",
41 "rect": [47, 166, 133, 132],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutSVGContainer use id='t2'",
46 "rect": [184, 166, 132, 132],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutSVGViewportContainer svg id='poly'",
51 "rect": [184, 166, 132, 132],
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutSVGEllipse circle id='t4'",
56 "rect": [46, 28, 7, 7],
57 "reason": "style change"
58 }
59 ]
60 }
61 ],
62 "objectPaintInvalidations": [
63 {
64 "object": "LayoutSVGEllipse circle id='t4'",
65 "reason": "style change"
66 },
67 {
68 "object": "LayoutSVGPath polygon",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutSVGContainer use id='t1'",
73 "reason": "style change"
74 },
75 {
76 "object": "LayoutSVGViewportContainer svg id='poly'",
77 "reason": "style change"
78 },
79 {
80 "object": "LayoutSVGPath polygon",
81 "reason": "style change"
82 },
83 {
84 "object": "LayoutSVGContainer use id='t2'",
85 "reason": "style change"
86 },
87 {
88 "object": "LayoutSVGViewportContainer svg id='poly'",
89 "reason": "style change"
90 },
91 {
92 "object": "LayoutSVGPath polygon",
93 "reason": "style change"
94 },
95 {
96 "object": "LayoutSVGPath polygon id='t3'",
97 "reason": "style change"
98 },
99 {
100 "object": "LayoutSVGPath polygon",
101 "reason": "style change"
102 }
103 ]
104 }
105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698