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

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: 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": "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", 20 "object": "LayoutSVGInlineText #text",
21 "rect": [16, 42, 784, 170], 21 "rect": [16, 42, 784, 170],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [16, 42, 784, 170],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text", 25 "object": "LayoutSVGText text",
31 "rect": [16, 42, 784, 170], 26 "rect": [16, 42, 784, 170],
32 "reason": "style change" 27 "reason": "style change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutSVGText text", 30 "object": "LayoutSVGText text",
36 "rect": [16, 42, 784, 170], 31 "rect": [16, 42, 784, 170],
37 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
38 }, 33 },
39 { 34 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "object": "LayoutSVGResourceClipper clipPath id='dynClip'", 84 "object": "LayoutSVGResourceClipper clipPath id='dynClip'",
90 "reason": "layoutObject insertion" 85 "reason": "layoutObject insertion"
91 }, 86 },
92 { 87 {
93 "object": "LayoutSVGPath path", 88 "object": "LayoutSVGPath path",
94 "reason": "layoutObject insertion" 89 "reason": "layoutObject insertion"
95 } 90 }
96 ] 91 ]
97 } 92 }
98 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698