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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/js-late-gradient-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": [0, 14, 753, 366], 11 "rect": [0, 14, 753, 366],
12 "reason": "became visible" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [0, 246, 753, 134],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGText text", 15 "object": "LayoutSVGText text",
21 "rect": [0, 246, 753, 134], 16 "rect": [0, 246, 753, 134],
22 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [0, 129, 596, 135],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text", 20 "object": "LayoutSVGText text",
31 "rect": [0, 129, 596, 135], 21 "rect": [0, 129, 596, 135],
32 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
33 }, 23 },
34 { 24 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [0, 14, 443, 131],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGText text", 25 "object": "LayoutSVGText text",
41 "rect": [0, 14, 443, 131], 26 "rect": [0, 14, 443, 131],
42 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
43 } 28 }
44 ] 29 ]
45 } 30 }
46 ], 31 ],
47 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
48 { 33 {
49 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'", 34 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "object": "LayoutSVGInlineText #text", 98 "object": "LayoutSVGInlineText #text",
114 "reason": "layoutObject insertion" 99 "reason": "layoutObject insertion"
115 }, 100 },
116 { 101 {
117 "object": "InlineTextBox 'Gradient on fill/stroke'", 102 "object": "InlineTextBox 'Gradient on fill/stroke'",
118 "reason": "layoutObject insertion" 103 "reason": "layoutObject insertion"
119 } 104 }
120 ] 105 ]
121 } 106 }
122 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698