| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "args": ["--disable-slimming-paint-invalidation"] | 109 "args": ["--disable-slimming-paint-invalidation"] |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "prefix": "disable-spinvalidation", | 112 "prefix": "disable-spinvalidation", |
| 113 "base": "paint", | 113 "base": "paint", |
| 114 "args": ["--disable-slimming-paint-invalidation"] | 114 "args": ["--disable-slimming-paint-invalidation"] |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "prefix": "origin-trials-runtimeflags-disabled", | 117 "prefix": "origin-trials-runtimeflags-disabled", |
| 118 "base": "http/tests/origin_trials/webexposed", | 118 "base": "http/tests/origin_trials/webexposed", |
| 119 "args": ["--disable-blink-features=ForeignFetch,ImageCapture,LinkServiceWork
er,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR,
WebShare"] | 119 "args": ["--disable-blink-features=ForeignFetch,ImageCapture,InstalledApp,Li
nkServiceWorker,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,
WebUSB,WebVR,WebShare"] |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "prefix": "android", | 122 "prefix": "android", |
| 123 "base": "fullscreen", | 123 "base": "fullscreen", |
| 124 "args": ["--enable-threaded-compositing", | 124 "args": ["--enable-threaded-compositing", |
| 125 "--enable-fixed-position-compositing", "--enable-prefer-compositing
-to-lcd-text", | 125 "--enable-fixed-position-compositing", "--enable-prefer-compositing
-to-lcd-text", |
| 126 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h
ighlight", "--enable-pinch", | 126 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h
ighlight", "--enable-pinch", |
| 127 "--force-overlay-fullscreen-video", "--enable-overlay-scrollbars",
"--enable-overscroll-notifications", | 127 "--force-overlay-fullscreen-video", "--enable-overlay-scrollbars",
"--enable-overscroll-notifications", |
| 128 "--enable-fixed-layout", "--enable-viewport", "--disable-canvas-aa"
, | 128 "--enable-fixed-layout", "--enable-viewport", "--disable-canvas-aa"
, |
| 129 "--disable-composited-antialiasing"] | 129 "--disable-composited-antialiasing"] |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 "prefix": "mojo-localstorage", | 374 "prefix": "mojo-localstorage", |
| 375 "base": "storage/domstorage/localstorage", | 375 "base": "storage/domstorage/localstorage", |
| 376 "args": ["--mojo-local-storage"] | 376 "args": ["--mojo-local-storage"] |
| 377 }, | 377 }, |
| 378 { | 378 { |
| 379 "prefix": "print_browser", | 379 "prefix": "print_browser", |
| 380 "base": "print_testharness", | 380 "base": "print_testharness", |
| 381 "args": ["--enable-print-browser"] | 381 "args": ["--enable-print-browser"] |
| 382 } | 382 } |
| 383 ] | 383 ] |
| OLD | NEW |