| 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", |
| 11 "args": ["--force-display-list-2d-canvas"] | 11 "args": ["--force-display-list-2d-canvas"] |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "prefix": "threaded", | 14 "prefix": "threaded", |
| 15 "base": "fast/idleToBlob", |
| 16 "args": ["--enable-threaded-compositing"] |
| 17 }, |
| 18 { |
| 19 "prefix": "threaded", |
| 15 "base": "compositing/visibility", | 20 "base": "compositing/visibility", |
| 16 "args": ["--enable-threaded-compositing"] | 21 "args": ["--enable-threaded-compositing"] |
| 17 }, | 22 }, |
| 18 { | 23 { |
| 19 "prefix": "threaded", | 24 "prefix": "threaded", |
| 20 "base": "fast/compositorworker", | 25 "base": "fast/compositorworker", |
| 21 "args": ["--enable-threaded-compositing"] | 26 "args": ["--enable-threaded-compositing"] |
| 22 }, | 27 }, |
| 23 { | 28 { |
| 24 "prefix": "threaded", | 29 "prefix": "threaded", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "prefix": "layout_ng", | 303 "prefix": "layout_ng", |
| 299 "base": "fast/block/basic", | 304 "base": "fast/block/basic", |
| 300 "args": ["--enable-blink-features=LayoutNG"] | 305 "args": ["--enable-blink-features=LayoutNG"] |
| 301 }, | 306 }, |
| 302 { | 307 { |
| 303 "prefix": "layout_ng", | 308 "prefix": "layout_ng", |
| 304 "base": "fast/block/margin-collapse", | 309 "base": "fast/block/margin-collapse", |
| 305 "args": ["--enable-blink-features=LayoutNG"] | 310 "args": ["--enable-blink-features=LayoutNG"] |
| 306 } | 311 } |
| 307 ] | 312 ] |
| OLD | NEW |