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

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

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - 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": "LayoutSVGInlineText #text",
11 "rect": [59, 143, 95, 23],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [59, 143, 95, 23],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGTSpan tspan",
21 "rect": [59, 143, 95, 23],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "rect": [59, 143, 95, 23],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGViewportContainer svg id='inner2'", 10 "object": "LayoutSVGViewportContainer svg id='inner2'",
31 "rect": [59, 143, 95, 23], 11 "rect": [59, 143, 95, 23],
32 "reason": "full" 12 "reason": "full"
33 }, 13 },
34 { 14 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [59, 43, 95, 23],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutSVGInlineText #text",
41 "rect": [59, 43, 95, 23],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGInlineText #text",
46 "rect": [59, 43, 95, 23],
47 "reason": "became visible"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan",
51 "rect": [59, 43, 95, 23],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutSVGText text",
56 "rect": [59, 43, 95, 23],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGViewportContainer svg id='inner1'", 15 "object": "LayoutSVGViewportContainer svg id='inner1'",
61 "rect": [59, 43, 95, 23], 16 "rect": [59, 43, 95, 23],
62 "reason": "full" 17 "reason": "full"
63 } 18 }
64 ], 19 ],
65 "underPaintInvalidations": [ 20 "underPaintInvalidations": [
66 { 21 {
67 "x": 155, 22 "x": 155,
68 "y": 55, 23 "y": 55,
69 "oldPixel": "#FFFFFF", 24 "oldPixel": "#FFFFFF",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "object": "LayoutSVGInlineText #text", 112 "object": "LayoutSVGInlineText #text",
158 "reason": "forced by layout" 113 "reason": "forced by layout"
159 }, 114 },
160 { 115 {
161 "object": "InlineTextBox 'PASS'", 116 "object": "InlineTextBox 'PASS'",
162 "reason": "forced by layout" 117 "reason": "forced by layout"
163 } 118 }
164 ] 119 ]
165 } 120 }
166 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698