| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  303     "prefix": "layout_ng", |  308     "prefix": "layout_ng", | 
|  304     "base": "fast/block/basic", |  309     "base": "fast/block/basic", | 
|  305     "args": ["--enable-blink-features=LayoutNG"] |  310     "args": ["--enable-blink-features=LayoutNG"] | 
|  306   }, |  311   }, | 
|  307   { |  312   { | 
|  308     "prefix": "layout_ng", |  313     "prefix": "layout_ng", | 
|  309     "base": "fast/block/margin-collapse", |  314     "base": "fast/block/margin-collapse", | 
|  310     "args": ["--enable-blink-features=LayoutNG"] |  315     "args": ["--enable-blink-features=LayoutNG"] | 
|  311   } |  316   } | 
|  312 ] |  317 ] | 
| OLD | NEW |