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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-late-pattern-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, 680, 364],
12 "reason": "became visible"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [0, 247, 680, 132],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGText text",
21 "rect": [0, 247, 680, 132],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [0, 130, 519, 132],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGText text",
31 "rect": [0, 130, 519, 132],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [0, 15, 370, 129],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGText text",
41 "rect": [0, 15, 370, 129],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutSVGRect rect",
46 "rect": [16, 16, 18, 18],
47 "reason": "layoutObject insertion"
48 },
49 {
50 "object": "LayoutSVGRect rect",
51 "rect": [16, 16, 18, 18],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutSVGRect rect",
56 "rect": [8, 8, 17, 17],
57 "reason": "layoutObject insertion"
58 },
59 {
60 "object": "LayoutSVGRect rect",
61 "rect": [8, 8, 17, 17],
62 "reason": "layoutObject insertion"
63 }
64 ]
65 }
66 ],
67 "objectPaintInvalidations": [
68 {
69 "object": "LayoutSVGResourcePattern pattern id='fillPattern'",
70 "reason": "layoutObject insertion"
71 },
72 {
73 "object": "LayoutSVGRect rect",
74 "reason": "layoutObject insertion"
75 },
76 {
77 "object": "LayoutSVGRect rect",
78 "reason": "layoutObject insertion"
79 },
80 {
81 "object": "LayoutSVGResourcePattern pattern id='strokePattern'",
82 "reason": "layoutObject insertion"
83 },
84 {
85 "object": "LayoutSVGRect rect",
86 "reason": "layoutObject insertion"
87 },
88 {
89 "object": "LayoutSVGRect rect",
90 "reason": "layoutObject insertion"
91 },
92 {
93 "object": "LayoutSVGContainer g id='content'",
94 "reason": "became visible"
95 },
96 {
97 "object": "LayoutSVGText text",
98 "reason": "layoutObject insertion"
99 },
100 {
101 "object": "RootInlineBox",
102 "reason": "layoutObject insertion"
103 },
104 {
105 "object": "LayoutSVGInlineText #text",
106 "reason": "layoutObject insertion"
107 },
108 {
109 "object": "InlineTextBox 'Pattern on fill'",
110 "reason": "layoutObject insertion"
111 },
112 {
113 "object": "LayoutSVGText text",
114 "reason": "layoutObject insertion"
115 },
116 {
117 "object": "RootInlineBox",
118 "reason": "layoutObject insertion"
119 },
120 {
121 "object": "LayoutSVGInlineText #text",
122 "reason": "layoutObject insertion"
123 },
124 {
125 "object": "InlineTextBox 'Pattern on stroke'",
126 "reason": "layoutObject insertion"
127 },
128 {
129 "object": "LayoutSVGText text",
130 "reason": "layoutObject insertion"
131 },
132 {
133 "object": "RootInlineBox",
134 "reason": "layoutObject insertion"
135 },
136 {
137 "object": "LayoutSVGInlineText #text",
138 "reason": "layoutObject insertion"
139 },
140 {
141 "object": "InlineTextBox 'Pattern on fill/stroke'",
142 "reason": "layoutObject insertion"
143 }
144 ]
145 }
146
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698