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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/image-with-clip-path-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": "LayoutSVGRect rect id='r'", 10 "object": "LayoutSVGRect rect id='r'",
11 "rect": [0, 0, 100, 100], 11 "rect": [0, 0, 100, 100],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect id='r'", 15 "object": "LayoutSVGRect rect id='r'",
16 "rect": [0, 0, 100, 100], 16 "rect": [0, 0, 100, 100],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer g id='g'", 20 "object": "LayoutSVGContainer g id='g'",
21 "rect": [20, 20, 60, 60], 21 "rect": [20, 20, 60, 60],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGContainer g id='g'", 25 "object": "LayoutSVGContainer g id='g'",
26 "rect": [20, 20, 60, 60], 26 "rect": [20, 20, 60, 60],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGImage image",
31 "rect": [20, 20, 60, 60],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutSVGImage image",
36 "rect": [20, 20, 60, 60],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutSVGContainer g id='g'", 30 "object": "LayoutSVGContainer g id='g'",
41 "rect": [175, 25, 50, 50], 31 "rect": [175, 25, 50, 50],
42 "reason": "subtree" 32 "reason": "subtree"
43 }, 33 },
44 { 34 {
45 "object": "LayoutSVGImage image",
46 "rect": [175, 25, 50, 50],
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutSVGRect rect id='r'", 35 "object": "LayoutSVGRect rect id='r'",
51 "rect": [175, 25, 50, 50], 36 "rect": [175, 25, 50, 50],
52 "reason": "subtree" 37 "reason": "subtree"
53 }, 38 },
54 { 39 {
55 "object": "LayoutSVGContainer g id='g'", 40 "object": "LayoutSVGContainer g id='g'",
56 "rect": [0, 0, 10, 10], 41 "rect": [0, 0, 10, 10],
57 "reason": "subtree" 42 "reason": "subtree"
58 },
59 {
60 "object": "LayoutSVGImage image",
61 "rect": [0, 0, 10, 10],
62 "reason": "subtree"
63 } 43 }
64 ] 44 ]
65 } 45 }
66 ], 46 ],
67 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
68 { 48 {
69 "object": "LayoutSVGContainer g id='g'", 49 "object": "LayoutSVGContainer g id='g'",
70 "reason": "subtree" 50 "reason": "subtree"
71 }, 51 },
72 { 52 {
(...skipping 28 matching lines...) Expand all
101 "object": "LayoutSVGRect rect id='r'", 81 "object": "LayoutSVGRect rect id='r'",
102 "reason": "subtree" 82 "reason": "subtree"
103 }, 83 },
104 { 84 {
105 "object": "LayoutSVGImage image", 85 "object": "LayoutSVGImage image",
106 "reason": "subtree" 86 "reason": "subtree"
107 } 87 }
108 ] 88 ]
109 } 89 }
110 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698