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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1025603002: Revert of [S.P.] Don't draw frames of animated images that are offscreen. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/resources/text-based-repaint.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "canvas/philip", 10 "base": "canvas/philip",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "reference_args": [] 210 "reference_args": []
211 }, 211 },
212 { 212 {
213 "prefix": "slimmingpaint", 213 "prefix": "slimmingpaint",
214 "base": "fast/events", 214 "base": "fast/events",
215 "args": ["--enable-slimming-paint"], 215 "args": ["--enable-slimming-paint"],
216 "reference_args": [] 216 "reference_args": []
217 }, 217 },
218 { 218 {
219 "prefix": "slimmingpaint", 219 "prefix": "slimmingpaint",
220 "base": "paint",
221 "args": ["--enable-slimming-paint"],
222 "reference_args": []
223 },
224 {
225 "prefix": "slimmingpaint",
226 "base": "svg/text", 220 "base": "svg/text",
227 "args": ["--enable-slimming-paint"], 221 "args": ["--enable-slimming-paint"],
228 "reference_args": [] 222 "reference_args": []
229 }, 223 },
230 { 224 {
231 "prefix": "slimmingpaint", 225 "prefix": "slimmingpaint",
232 "base": "svg/stroke", 226 "base": "svg/stroke",
233 "args": ["--enable-slimming-paint"], 227 "args": ["--enable-slimming-paint"],
234 "reference_args": [] 228 "reference_args": []
235 }, 229 },
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "prefix": "scroll_customization", 311 "prefix": "scroll_customization",
318 "base": "fast/events/touch", 312 "base": "fast/events/touch",
319 "args": ["--enable-blink-features=ScrollCustomization"] 313 "args": ["--enable-blink-features=ScrollCustomization"]
320 }, 314 },
321 { 315 {
322 "prefix": "smoothscrolling", 316 "prefix": "smoothscrolling",
323 "base": "fast/events/touch/gesture", 317 "base": "fast/events/touch/gesture",
324 "args": ["--enable-smooth-scrolling"] 318 "args": ["--enable-smooth-scrolling"]
325 } 319 }
326 ] 320 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/repaint/resources/text-based-repaint.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698