| 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 "base": "fast/block/float", | 330 "base": "fast/block/float", |
| 331 "args": ["--enable-blink-features=LayoutNG"] | 331 "args": ["--enable-blink-features=LayoutNG"] |
| 332 }, | 332 }, |
| 333 { | 333 { |
| 334 "prefix": "feature-policy", | 334 "prefix": "feature-policy", |
| 335 "base": "http/tests/feature-policy", | 335 "base": "http/tests/feature-policy", |
| 336 "args": ["--enable-blink-features=FeaturePolicy"] | 336 "args": ["--enable-blink-features=FeaturePolicy"] |
| 337 }, | 337 }, |
| 338 { | 338 { |
| 339 "prefix": "spinvalidation", | 339 "prefix": "spinvalidation", |
| 340 "base": "paint/invalidation", | 340 "base": "compositing", |
| 341 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] |
| 342 }, |
| 343 { |
| 344 "prefix": "spinvalidation", |
| 345 "base": "fast", |
| 346 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] |
| 347 }, |
| 348 { |
| 349 "prefix": "spinvalidation", |
| 350 "base": "paint", |
| 351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] |
| 352 }, |
| 353 { |
| 354 "prefix": "spinvalidation", |
| 355 "base": "svg", |
| 341 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] | 356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] |
| 342 } | 357 } |
| 343 ] | 358 ] |
| OLD | NEW |