OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "prefix": "color_space", | 3 "prefix": "color_space", |
4 "base": "fast/canvas/color-space", | 4 "base": "fast/canvas/color-space", |
5 "args": ["--enable-color-correct-rendering", | 5 "args": ["--enable-color-correct-rendering", |
6 "--enable-true-color-rendering"] | 6 "--enable-true-color-rendering"] |
7 }, | 7 }, |
8 { | 8 { |
9 "prefix": "gpu", | 9 "prefix": "gpu", |
10 "base": "fast/canvas", | 10 "base": "fast/canvas", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 "prefix": "stable", | 92 "prefix": "stable", |
93 "base": "animations-unprefixed", | 93 "base": "animations-unprefixed", |
94 "args": ["--stable-release-mode"] | 94 "args": ["--stable-release-mode"] |
95 }, | 95 }, |
96 { | 96 { |
97 "prefix": "stable", | 97 "prefix": "stable", |
98 "base": "media/stable", | 98 "base": "media/stable", |
99 "args": ["--stable-release-mode"] | 99 "args": ["--stable-release-mode"] |
100 }, | 100 }, |
101 { | 101 { |
| 102 "prefix": "stable", |
| 103 "base": "paint/invalidation", |
| 104 "args": ["--stable-release-mode"] |
| 105 }, |
| 106 { |
102 "prefix": "android", | 107 "prefix": "android", |
103 "base": "fullscreen", | 108 "base": "fullscreen", |
104 "args": ["--enable-threaded-compositing", | 109 "args": ["--enable-threaded-compositing", |
105 "--enable-fixed-position-compositing", "--enable-prefer-compositing
-to-lcd-text", | 110 "--enable-fixed-position-compositing", "--enable-prefer-compositing
-to-lcd-text", |
106 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h
ighlight", "--enable-pinch", | 111 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h
ighlight", "--enable-pinch", |
107 "--force-overlay-fullscreen-video", "--enable-overlay-scrollbars",
"--enable-overscroll-notifications", | 112 "--force-overlay-fullscreen-video", "--enable-overlay-scrollbars",
"--enable-overscroll-notifications", |
108 "--enable-fixed-layout", "--enable-viewport", "--disable-canvas-aa"
, | 113 "--enable-fixed-layout", "--enable-viewport", "--disable-canvas-aa"
, |
109 "--disable-composited-antialiasing"] | 114 "--disable-composited-antialiasing"] |
110 }, | 115 }, |
111 { | 116 { |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 "prefix": "layout_ng", | 344 "prefix": "layout_ng", |
340 "base": "fast/block/float", | 345 "base": "fast/block/float", |
341 "args": ["--enable-blink-features=LayoutNG"] | 346 "args": ["--enable-blink-features=LayoutNG"] |
342 }, | 347 }, |
343 { | 348 { |
344 "prefix": "feature-policy", | 349 "prefix": "feature-policy", |
345 "base": "http/tests/feature-policy", | 350 "base": "http/tests/feature-policy", |
346 "args": ["--enable-blink-features=FeaturePolicy"] | 351 "args": ["--enable-blink-features=FeaturePolicy"] |
347 }, | 352 }, |
348 { | 353 { |
349 "prefix": "spinvalidation", | |
350 "base": "compositing", | |
351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] | |
352 }, | |
353 { | |
354 "prefix": "spinvalidation", | |
355 "base": "css3", | |
356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] | |
357 }, | |
358 { | |
359 "prefix": "spinvalidation", | |
360 "base": "fast", | |
361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] | |
362 }, | |
363 { | |
364 "prefix": "spinvalidation", | |
365 "base": "paint", | |
366 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] | |
367 }, | |
368 { | |
369 "prefix": "spinvalidation", | |
370 "base": "printing", | |
371 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] | |
372 }, | |
373 { | |
374 "prefix": "spinvalidation", | |
375 "base": "svg", | |
376 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] | |
377 }, | |
378 { | |
379 "prefix": "mojo-localstorage", | 354 "prefix": "mojo-localstorage", |
380 "base": "imported/wpt/webstorage", | 355 "base": "imported/wpt/webstorage", |
381 "args": ["--mojo-local-storage"] | 356 "args": ["--mojo-local-storage"] |
382 }, | 357 }, |
383 { | 358 { |
384 "prefix": "mojo-localstorage", | 359 "prefix": "mojo-localstorage", |
385 "base": "storage/domstorage/localstorage", | 360 "base": "storage/domstorage/localstorage", |
386 "args": ["--mojo-local-storage"] | 361 "args": ["--mojo-local-storage"] |
387 } | 362 } |
388 ] | 363 ] |
OLD | NEW |