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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/js-late-clipPath-and-object-creation-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": "LayoutSVGContainer g id='content'", 10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [16, 42, 784, 170], 11 "rect": [16, 42, 784, 170],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='content'", 15 "object": "LayoutSVGContainer g id='content'",
16 "rect": [16, 42, 784, 170], 16 "rect": [16, 42, 784, 170],
17 "reason": "became visible" 17 "reason": "became visible"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [16, 42, 784, 170],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [16, 42, 784, 170],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text", 20 "object": "LayoutSVGText text",
31 "rect": [16, 42, 784, 170], 21 "rect": [16, 42, 784, 170],
32 "reason": "style change" 22 "reason": "style change"
33 }, 23 },
34 { 24 {
35 "object": "LayoutSVGText text", 25 "object": "LayoutSVGText text",
36 "rect": [16, 42, 784, 170], 26 "rect": [16, 42, 784, 170],
37 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
38 }, 28 },
39 { 29 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 79 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
90 "reason": "layoutObject insertion" 80 "reason": "layoutObject insertion"
91 }, 81 },
92 { 82 {
93 "object": "LayoutSVGPath path", 83 "object": "LayoutSVGPath path",
94 "reason": "layoutObject insertion" 84 "reason": "layoutObject insertion"
95 } 85 }
96 ] 86 ]
97 } 87 }
98 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698