| OLD | NEW |
| 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": "display_list_2d_canvas", | 9 "prefix": "display_list_2d_canvas", |
| 10 "base": "fast/canvas", | 10 "base": "fast/canvas", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "base": "transitions", | 51 "base": "transitions", |
| 52 "args": ["--enable-threaded-compositing"] | 52 "args": ["--enable-threaded-compositing"] |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "prefix": "threaded", | 55 "prefix": "threaded", |
| 56 "base": "fast/scroll-behavior", | 56 "base": "fast/scroll-behavior", |
| 57 "args": ["--enable-threaded-compositing", | 57 "args": ["--enable-threaded-compositing", |
| 58 "--enable-prefer-compositing-to-lcd-text"] | 58 "--enable-prefer-compositing-to-lcd-text"] |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "prefix": "gpu-rasterization", |
| 62 "base": "fast/images", |
| 63 "args": ["--force-gpu-rasterization"] |
| 64 }, |
| 65 { |
| 61 "prefix": "stable", | 66 "prefix": "stable", |
| 62 "base": "webexposed", | 67 "base": "webexposed", |
| 63 "args": ["--stable-release-mode"] | 68 "args": ["--stable-release-mode"] |
| 64 }, | 69 }, |
| 65 { | 70 { |
| 66 "prefix": "stable", | 71 "prefix": "stable", |
| 67 "base": "http/tests/serviceworker/webexposed", | 72 "base": "http/tests/serviceworker/webexposed", |
| 68 "args": ["--stable-release-mode"] | 73 "args": ["--stable-release-mode"] |
| 69 }, | 74 }, |
| 70 { | 75 { |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "prefix": "scalefactor150", | 237 "prefix": "scalefactor150", |
| 233 "base": "fast/hidpi/static", | 238 "base": "fast/hidpi/static", |
| 234 "args": ["--force-device-scale-factor=1.5"] | 239 "args": ["--force-device-scale-factor=1.5"] |
| 235 }, | 240 }, |
| 236 { | 241 { |
| 237 "prefix": "scalefactor200withzoom", | 242 "prefix": "scalefactor200withzoom", |
| 238 "base": "fast/hidpi/static", | 243 "base": "fast/hidpi/static", |
| 239 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] | 244 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] |
| 240 } | 245 } |
| 241 ] | 246 ] |
| OLD | NEW |