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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-rescale-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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": "LayoutSVGContainer g id='text2g'", 10 "object": "LayoutSVGContainer g id='text2g'",
11 "rect": [0, 63, 402, 100], 11 "rect": [0, 63, 402, 100],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='text1g'", 15 "object": "LayoutSVGContainer g id='text1g'",
16 "rect": [0, 13, 402, 100], 16 "rect": [0, 13, 402, 100],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer g id='text3g'", 20 "object": "LayoutSVGContainer g id='text3g'",
21 "rect": [0, 113, 402, 87], 21 "rect": [0, 113, 402, 87],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow P",
26 "rect": [210, 113, 100, 47],
27 "reason": "subtree"
28 },
29 {
30 "object": "LayoutBlockFlow P",
31 "rect": [210, 13, 100, 47],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutSVGText text",
36 "rect": [310, 114, 92, 45],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutSVGText text",
41 "rect": [310, 14, 92, 45],
42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [210, 114, 92, 45],
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [210, 14, 92, 45],
52 "reason": "subtree"
53 },
54 {
55 "object": "LayoutSVGContainer g id='text3g'", 25 "object": "LayoutSVGContainer g id='text3g'",
56 "rect": [0, 3, 14, 4], 26 "rect": [0, 3, 14, 4],
57 "reason": "subtree" 27 "reason": "subtree"
58 }, 28 },
59 { 29 {
60 "object": "LayoutSVGText text",
61 "rect": [9, 3, 5, 2],
62 "reason": "subtree"
63 },
64 {
65 "object": "LayoutBlockFlow P",
66 "rect": [6, 3, 4, 2],
67 "reason": "subtree"
68 },
69 {
70 "object": "LayoutText #text",
71 "rect": [6, 3, 4, 2],
72 "reason": "subtree"
73 },
74 {
75 "object": "LayoutBlockFlow P",
76 "rect": [0, 0, 1, 1],
77 "reason": "subtree"
78 },
79 {
80 "object": "LayoutSVGContainer g id='text1g'", 30 "object": "LayoutSVGContainer g id='text1g'",
81 "rect": [0, 0, 1, 1], 31 "rect": [0, 0, 1, 1],
82 "reason": "subtree" 32 "reason": "subtree"
83 },
84 {
85 "object": "LayoutText #text",
86 "rect": [0, 0, 1, 1],
87 "reason": "subtree"
88 } 33 }
89 ] 34 ]
90 } 35 }
91 ], 36 ],
92 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
93 { 38 {
94 "object": "LayoutSVGContainer g id='text1g'", 39 "object": "LayoutSVGContainer g id='text1g'",
95 "reason": "subtree" 40 "reason": "subtree"
96 }, 41 },
97 { 42 {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "object": "LayoutSVGInlineText #text", 195 "object": "LayoutSVGInlineText #text",
251 "reason": "subtree" 196 "reason": "subtree"
252 }, 197 },
253 { 198 {
254 "object": "InlineTextBox 'PASS'", 199 "object": "InlineTextBox 'PASS'",
255 "reason": "subtree" 200 "reason": "subtree"
256 } 201 }
257 ] 202 ]
258 } 203 }
259 204
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698