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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/tspan-dynamic-positioning-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": [200, 186, 256, 18],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGTSpan tspan id='ts'",
16 "rect": [200, 186, 256, 18],
17 "reason": "full"
18 },
19 {
20 "object": "LayoutSVGText text", 10 "object": "LayoutSVGText text",
21 "rect": [200, 186, 256, 18], 11 "rect": [200, 186, 256, 18],
22 "reason": "forced by layout" 12 "reason": "forced by layout"
23 }, 13 },
24 { 14 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [20, 6, 256, 18],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGTSpan tspan id='ts'",
31 "rect": [20, 6, 256, 18],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutSVGText text", 15 "object": "LayoutSVGText text",
36 "rect": [20, 6, 256, 18], 16 "rect": [20, 6, 256, 18],
37 "reason": "forced by layout" 17 "reason": "forced by layout"
38 } 18 }
39 ] 19 ]
40 } 20 }
41 ], 21 ],
42 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
43 { 23 {
44 "object": "LayoutSVGText text", 24 "object": "LayoutSVGText text",
(...skipping 15 matching lines...) Expand all
60 "object": "LayoutSVGInlineText #text", 40 "object": "LayoutSVGInlineText #text",
61 "reason": "forced by layout" 41 "reason": "forced by layout"
62 }, 42 },
63 { 43 {
64 "object": "InlineTextBox 'This text should be at visible at 200,200'", 44 "object": "InlineTextBox 'This text should be at visible at 200,200'",
65 "reason": "forced by layout" 45 "reason": "forced by layout"
66 } 46 }
67 ] 47 ]
68 } 48 }
69 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698