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

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: Rebaseline on Linux Created 3 years, 10 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'",
(...skipping 14 matching lines...) Expand all
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", 30 "object": "LayoutSVGImage image",
31 "rect": [20, 20, 60, 60], 31 "rect": [20, 20, 60, 60],
32 "reason": "subtree" 32 "reason": "subtree"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGImage image",
36 "rect": [20, 20, 60, 60],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutSVGContainer g id='g'", 35 "object": "LayoutSVGContainer g id='g'",
41 "rect": [175, 25, 50, 50], 36 "rect": [175, 25, 50, 50],
42 "reason": "subtree" 37 "reason": "subtree"
43 }, 38 },
44 { 39 {
45 "object": "LayoutSVGImage image",
46 "rect": [175, 25, 50, 50],
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutSVGRect rect id='r'", 40 "object": "LayoutSVGRect rect id='r'",
51 "rect": [175, 25, 50, 50], 41 "rect": [175, 25, 50, 50],
52 "reason": "subtree" 42 "reason": "subtree"
53 }, 43 },
54 { 44 {
55 "object": "LayoutSVGContainer g id='g'", 45 "object": "LayoutSVGContainer g id='g'",
56 "rect": [0, 0, 10, 10], 46 "rect": [0, 0, 10, 10],
57 "reason": "subtree" 47 "reason": "subtree"
58 }, 48 },
59 { 49 {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "object": "LayoutSVGRect rect id='r'", 91 "object": "LayoutSVGRect rect id='r'",
102 "reason": "subtree" 92 "reason": "subtree"
103 }, 93 },
104 { 94 {
105 "object": "LayoutSVGImage image", 95 "object": "LayoutSVGImage image",
106 "reason": "subtree" 96 "reason": "subtree"
107 } 97 }
108 ] 98 ]
109 } 99 }
110 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698