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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-shadow-tree-content-with-symbol-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": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 68, 402, 402], 11 "rect": [8, 68, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer use",
16 "rect": [9, 69, 400, 400],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGRoot svg",
21 "rect": [9, 69, 400, 400],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGViewportContainer svg id='targetSymbol'", 15 "object": "LayoutSVGViewportContainer svg id='targetSymbol'",
26 "rect": [9, 69, 400, 400], 16 "rect": [9, 69, 400, 400],
27 "reason": "bounds change" 17 "reason": "bounds change"
28 }, 18 },
29 { 19 {
30 "object": "LayoutSVGRect rect", 20 "object": "LayoutSVGRect rect",
31 "rect": [209, 269, 200, 200], 21 "rect": [209, 269, 200, 200],
32 "reason": "bounds change" 22 "reason": "bounds change"
33 }, 23 },
34 { 24 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "object": "LayoutSVGRect rect", 59 "object": "LayoutSVGRect rect",
70 "reason": "bounds change" 60 "reason": "bounds change"
71 }, 61 },
72 { 62 {
73 "object": "LayoutSVGRect rect", 63 "object": "LayoutSVGRect rect",
74 "reason": "bounds change" 64 "reason": "bounds change"
75 } 65 }
76 ] 66 ]
77 } 67 }
78 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698