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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/js-late-gradient-and-object-creation-expected.txt

Issue 2888253002: Skip both paint and raster invalidation for LayoutSVGHiddenContainer subtree (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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": "appeared" 12 "reason": "appeared"
13 } 13 }
14 ] 14 ]
15 } 15 }
16 ], 16 ],
17 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
18 { 18 {
19 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'",
20 "reason": "appeared"
21 },
22 {
23 "object": "LayoutSVGGradientStop stop",
24 "reason": "appeared"
25 },
26 {
27 "object": "LayoutSVGGradientStop stop",
28 "reason": "appeared"
29 },
30 {
31 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'",
32 "reason": "appeared"
33 },
34 {
35 "object": "LayoutSVGGradientStop stop",
36 "reason": "appeared"
37 },
38 {
39 "object": "LayoutSVGContainer g id='content'", 19 "object": "LayoutSVGContainer g id='content'",
40 "reason": "appeared" 20 "reason": "appeared"
41 }, 21 },
42 { 22 {
43 "object": "LayoutSVGText text", 23 "object": "LayoutSVGText text",
44 "reason": "appeared" 24 "reason": "appeared"
45 }, 25 },
46 { 26 {
47 "object": "RootInlineBox", 27 "object": "RootInlineBox",
48 "reason": "appeared" 28 "reason": "appeared"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "object": "LayoutSVGInlineText #text", 63 "object": "LayoutSVGInlineText #text",
84 "reason": "appeared" 64 "reason": "appeared"
85 }, 65 },
86 { 66 {
87 "object": "InlineTextBox 'Gradient on fill/stroke'", 67 "object": "InlineTextBox 'Gradient on fill/stroke'",
88 "reason": "appeared" 68 "reason": "appeared"
89 } 69 }
90 ] 70 ]
91 } 71 }
92 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698