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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-late-gradient-and-object-creation-expected.txt

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGContainer g id='content'",
11 "rect": [0, 15, 756, 364],
12 "reason": "became visible"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [0, 247, 756, 132],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGText text",
21 "rect": [0, 247, 756, 132],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [0, 130, 595, 132],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text",
31 "rect": [0, 130, 595, 132],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [0, 15, 446, 129],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGText text",
41 "rect": [0, 15, 446, 129],
42 "reason": "layoutObject insertion"
43 }
44 ]
45 }
46 ],
47 "objectPaintInvalidations": [
48 {
49 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'",
50 "reason": "layoutObject insertion"
51 },
52 {
53 "object": "LayoutSVGGradientStop stop",
54 "reason": "layoutObject insertion"
55 },
56 {
57 "object": "LayoutSVGGradientStop stop",
58 "reason": "layoutObject insertion"
59 },
60 {
61 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'",
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutSVGGradientStop stop",
66 "reason": "layoutObject insertion"
67 },
68 {
69 "object": "LayoutSVGContainer g id='content'",
70 "reason": "became visible"
71 },
72 {
73 "object": "LayoutSVGText text",
74 "reason": "layoutObject insertion"
75 },
76 {
77 "object": "RootInlineBox",
78 "reason": "layoutObject insertion"
79 },
80 {
81 "object": "LayoutSVGInlineText #text",
82 "reason": "layoutObject insertion"
83 },
84 {
85 "object": "InlineTextBox 'Gradient on fill'",
86 "reason": "layoutObject insertion"
87 },
88 {
89 "object": "LayoutSVGText text",
90 "reason": "layoutObject insertion"
91 },
92 {
93 "object": "RootInlineBox",
94 "reason": "layoutObject insertion"
95 },
96 {
97 "object": "LayoutSVGInlineText #text",
98 "reason": "layoutObject insertion"
99 },
100 {
101 "object": "InlineTextBox 'Gradient on stroke'",
102 "reason": "layoutObject insertion"
103 },
104 {
105 "object": "LayoutSVGText text",
106 "reason": "layoutObject insertion"
107 },
108 {
109 "object": "RootInlineBox",
110 "reason": "layoutObject insertion"
111 },
112 {
113 "object": "LayoutSVGInlineText #text",
114 "reason": "layoutObject insertion"
115 },
116 {
117 "object": "InlineTextBox 'Gradient on fill/stroke'",
118 "reason": "layoutObject insertion"
119 }
120 ]
121 }
122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698