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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/relative-sized-use-without-attributes-on-symbol-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 50, 402, 402],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGContainer use",
16 "rect": [27, 67, 364, 364],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGPath path",
21 "rect": [27, 67, 364, 364],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGRoot svg",
26 "rect": [27, 67, 364, 364],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
31 "rect": [27, 67, 364, 364],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGPath path",
36 "rect": [16, 57, 136, 137],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGContainer use",
41 "rect": [13, 205, 92, 91],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGPath path",
46 "rect": [13, 205, 92, 91],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGRoot svg",
51 "rect": [13, 205, 92, 91],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
56 "rect": [13, 205, 92, 91],
57 "reason": "bounds change"
58 }
59 ]
60 }
61 ],
62 "objectPaintInvalidations": [
63 {
64 "object": "LayoutBlockFlow div id='contentBox'",
65 "reason": "forced by layout"
66 },
67 {
68 "object": "RootInlineBox",
69 "reason": "forced by layout"
70 },
71 {
72 "object": "LayoutSVGRoot svg",
73 "reason": "forced by layout"
74 },
75 {
76 "object": "LayoutSVGPath path",
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutSVGContainer use",
81 "reason": "bounds change"
82 },
83 {
84 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
85 "reason": "bounds change"
86 },
87 {
88 "object": "LayoutSVGPath path",
89 "reason": "bounds change"
90 }
91 ]
92 }
93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698