[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 1 | [ |
| 2 | { |
zakerinasab | 1837b16f | 2016-11-18 17:40:22 | [diff] [blame] | 3 | "prefix": "color_space", |
| 4 | "base": "fast/canvas/color-space", |
Reza.Zakerinasab | 03414af | 2017-10-28 00:00:32 | [diff] [blame] | 5 | "args": ["--force-color-profile=srgb"] |
zakerinasab | 1837b16f | 2016-11-18 17:40:22 | [diff] [blame] | 6 | }, |
| 7 | { |
Liquan (Max) Gu | 669cfa8 | 2018-01-17 18:44:52 | [diff] [blame] | 8 | "prefix": "custom-user-timing", |
| 9 | "base": "http/tests/performance-timing/custom-user-timing", |
| 10 | "args": ["--enable-blink-features=CustomUserTiming"] |
| 11 | }, |
| 12 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 13 | "prefix": "gpu", |
| 14 | "base": "fast/canvas", |
[email protected] | b7a97f9 | 2014-11-21 17:29:50 | [diff] [blame] | 15 | "args": ["--enable-accelerated-2d-canvas", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 16 | "--disable-display-list-2d-canvas"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 17 | }, |
| 18 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 19 | "prefix": "threaded", |
xlai | c9e12fb | 2016-10-24 21:19:56 | [diff] [blame] | 20 | "base": "fast/idleToBlob", |
| 21 | "args": ["--enable-threaded-compositing"] |
| 22 | }, |
| 23 | { |
| 24 | "prefix": "threaded", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 25 | "base": "compositing/visibility", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 26 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 27 | }, |
| 28 | { |
| 29 | "prefix": "threaded", |
Majid Valipour | 4d7f662 | 2017-10-27 18:03:47 | [diff] [blame] | 30 | "base": "fast/animationworklet", |
vollick | 1050cc6 | 2015-12-03 07:04:54 | [diff] [blame] | 31 | "args": ["--enable-threaded-compositing"] |
| 32 | }, |
| 33 | { |
| 34 | "prefix": "threaded", |
ikilpatrick | a49dbd3 | 2016-09-30 19:50:19 | [diff] [blame] | 35 | "base": "http/tests/worklet", |
| 36 | "args": ["--enable-threaded-compositing"] |
| 37 | }, |
| 38 | { |
| 39 | "prefix": "threaded", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 40 | "base": "compositing/webgl", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 41 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 42 | }, |
| 43 | { |
[email protected] | 84fbb5d | 2014-09-10 02:40:15 | [diff] [blame] | 44 | "prefix": "prefer_compositing_to_lcd_text", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 45 | "base": "compositing/overflow", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 46 | "args": ["--enable-prefer-compositing-to-lcd-text"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 47 | }, |
| 48 | { |
[email protected] | 84fbb5d | 2014-09-10 02:40:15 | [diff] [blame] | 49 | "prefix": "prefer_compositing_to_lcd_text", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 50 | "base": "scrollbars", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 51 | "args": ["--enable-prefer-compositing-to-lcd-text"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 52 | }, |
| 53 | { |
| 54 | "prefix": "threaded", |
| 55 | "base": "animations", |
loyso | fabe15e0 | 2015-10-06 05:03:39 | [diff] [blame] | 56 | "args": ["--enable-threaded-compositing", |
| 57 | "--disable-composited-antialiasing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 58 | }, |
| 59 | { |
| 60 | "prefix": "threaded", |
| 61 | "base": "transitions", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 62 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 63 | }, |
| 64 | { |
[email protected] | f150188c | 2015-01-19 15:47:20 | [diff] [blame] | 65 | "prefix": "threaded", |
| 66 | "base": "fast/scroll-behavior", |
| 67 | "args": ["--enable-threaded-compositing", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 68 | "--enable-prefer-compositing-to-lcd-text"] |
[email protected] | f150188c | 2015-01-19 15:47:20 | [diff] [blame] | 69 | }, |
| 70 | { |
noel | 8a842c7 | 2016-04-04 04:26:32 | [diff] [blame] | 71 | "prefix": "gpu-rasterization", |
Stephen Chenney | 05943fb | 2016-11-15 17:10:42 | [diff] [blame] | 72 | "base": "images", |
ccameron | 359e611 | 2017-06-10 04:15:48 | [diff] [blame] | 73 | "args": ["--force-gpu-rasterization"] |
noel | 8a842c7 | 2016-04-04 04:26:32 | [diff] [blame] | 74 | }, |
| 75 | { |
ccameron | d907231 | 2017-06-08 09:01:54 | [diff] [blame] | 76 | "prefix": "exotic-color-space", |
| 77 | "base": "images", |
ccameron | 359e611 | 2017-06-10 04:15:48 | [diff] [blame] | 78 | "args": ["--force-color-profile=color-spin-gamma24"] |
ccameron | d907231 | 2017-06-08 09:01:54 | [diff] [blame] | 79 | }, |
| 80 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 81 | "prefix": "stable", |
| 82 | "base": "webexposed", |
| 83 | "args": ["--stable-release-mode"] |
| 84 | }, |
| 85 | { |
| 86 | "prefix": "stable", |
[email protected] | 52b9dac0 | 2015-07-02 02:55:32 | [diff] [blame] | 87 | "base": "http/tests/serviceworker/webexposed", |
| 88 | "args": ["--stable-release-mode"] |
| 89 | }, |
| 90 | { |
| 91 | "prefix": "stable", |
tyoshino | 035deef | 2016-08-04 03:25:20 | [diff] [blame] | 92 | "base": "http/tests/navigation", |
| 93 | "args": ["--stable-release-mode"] |
| 94 | }, |
| 95 | { |
| 96 | "prefix": "stable", |
tyoshino | 8a75af1c | 2017-02-23 05:39:20 | [diff] [blame] | 97 | "base": "http/tests/sendbeacon", |
| 98 | "args": ["--stable-release-mode"] |
| 99 | }, |
| 100 | { |
| 101 | "prefix": "stable", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 102 | "base": "animations-unprefixed", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 103 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 104 | }, |
| 105 | { |
| 106 | "prefix": "stable", |
| 107 | "base": "media/stable", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 108 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 109 | }, |
| 110 | { |
Raymes Khoury | 4c9a102 | 2017-07-26 03:14:34 | [diff] [blame] | 111 | "prefix": "feature-policy-permissions", |
Raymes Khoury | 2803f82c | 2017-09-19 09:14:24 | [diff] [blame] | 112 | "base": "external/wpt/mediacapture-streams", |
| 113 | "args": ["--enable-features=UseFeaturePolicyForPermissions", |
| 114 | "--use-fake-device-for-media-stream", |
| 115 | "--use-fake-ui-for-media-stream"] |
| 116 | }, |
| 117 | { |
chasej | 0ac7dd2 | 2017-02-23 18:16:17 | [diff] [blame] | 118 | "prefix": "origin-trials-runtimeflags-disabled", |
chasej | 8206eac | 2017-02-01 07:49:24 | [diff] [blame] | 119 | "base": "http/tests/origin_trials/webexposed", |
Alex Vallée | 640aa39 | 2017-07-15 02:02:14 | [diff] [blame] | 120 | "args": ["--disable-origin-trial-controlled-blink-features"] |
chasej | 8206eac | 2017-02-01 07:49:24 | [diff] [blame] | 121 | }, |
| 122 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 123 | "prefix": "android", |
| 124 | "base": "fullscreen", |
chaopeng | d3ca34feb | 2017-04-20 17:11:22 | [diff] [blame] | 125 | "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 126 | "--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text", |
| 127 | "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch", |
chaopeng | d3ca34feb | 2017-04-20 17:11:22 | [diff] [blame] | 128 | "--force-overlay-fullscreen-video", "--enable-overscroll-notifications", |
David Bokan | 5685811 | 2017-07-13 00:20:39 | [diff] [blame] | 129 | "--enable-viewport", "--disable-canvas-aa", "--disable-composited-antialiasing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 130 | }, |
| 131 | { |
David Bokan | 43346fbb | 2017-07-06 21:30:17 | [diff] [blame] | 132 | "prefix": "android", |
David Bokan | eb7d66a | 2018-01-08 23:10:26 | [diff] [blame] | 133 | "base": "rootscroller", |
David Bokan | 43346fbb | 2017-07-06 21:30:17 | [diff] [blame] | 134 | "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing", |
| 135 | "--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text", |
| 136 | "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch", |
| 137 | "--force-overlay-fullscreen-video", "--enable-overscroll-notifications", |
David Bokan | 5685811 | 2017-07-13 00:20:39 | [diff] [blame] | 138 | "--enable-viewport", "--disable-canvas-aa", "--disable-composited-antialiasing"] |
David Bokan | 43346fbb | 2017-07-06 21:30:17 | [diff] [blame] | 139 | }, |
| 140 | { |
David Bokan | 91418fce | 2018-01-02 21:36:44 | [diff] [blame] | 141 | "prefix": "android", |
| 142 | "base": "url-bar", |
| 143 | "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing", |
| 144 | "--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text", |
| 145 | "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch", |
| 146 | "--force-overlay-fullscreen-video", "--enable-overscroll-notifications", |
| 147 | "--enable-viewport", "--disable-canvas-aa", "--disable-composited-antialiasing"] |
| 148 | }, |
| 149 | { |
chcunningham | b0a4caea | 2016-07-27 23:11:50 | [diff] [blame] | 150 | "prefix": "media-gpu-accelerated", |
Chris Cunningham | 526d7db8 | 2018-01-17 20:39:28 | [diff] [blame] | 151 | "base": "external/wpt/media-source", |
chcunningham | b0a4caea | 2016-07-27 23:11:50 | [diff] [blame] | 152 | "args": ["--use-gpu-in-tests"] |
| 153 | }, |
| 154 | { |
chcunningham | 4172ea2 | 2016-07-28 21:34:46 | [diff] [blame] | 155 | "prefix": "media-gpu-accelerated", |
| 156 | "base": "media", |
| 157 | "args": ["--use-gpu-in-tests"] |
| 158 | }, |
| 159 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 160 | "prefix": "stable", |
| 161 | "base": "fast/css3-text/css3-text-decoration/stable", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 162 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 163 | }, |
| 164 | { |
| 165 | "prefix": "stable", |
| 166 | "base": "web-animations-api", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 167 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 168 | }, |
| 169 | { |
[email protected] | e1ddf6c | 2015-07-27 07:51:01 | [diff] [blame] | 170 | "prefix": "without-smil", |
| 171 | "base": "svg/animations/exposed", |
Xianzhu Wang | 0c48bd0 | 2017-06-04 17:28:40 | [diff] [blame] | 172 | "args": ["--disable-blink-features=SMIL"] |
[email protected] | e1ddf6c | 2015-07-27 07:51:01 | [diff] [blame] | 173 | }, |
| 174 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 175 | "prefix": "linux-subpixel", |
| 176 | "base": "platform/linux/fast/text/subpixel", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 177 | "args": ["--enable-webkit-text-subpixel-positioning"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 178 | }, |
| 179 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 180 | "prefix": "threaded", |
| 181 | "base": "printing", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 182 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 183 | }, |
[email protected] | 9c35069 | 2015-06-10 01:41:42 | [diff] [blame] | 184 | { |
[email protected] | 461d7312 | 2015-04-29 20:55:20 | [diff] [blame] | 185 | "prefix": "rootlayerscrolls", |
sataya.m | e300a10c | 2016-11-02 23:36:04 | [diff] [blame] | 186 | "base": "scrollingcoordinator", |
| 187 | "args": ["--root-layer-scrolls"] |
| 188 | }, |
| 189 | { |
| 190 | "prefix": "rootlayerscrolls", |
[email protected] | 461d7312 | 2015-04-29 20:55:20 | [diff] [blame] | 191 | "base": "fast/scrolling", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 192 | "args": ["--root-layer-scrolls"] |
[email protected] | 461d7312 | 2015-04-29 20:55:20 | [diff] [blame] | 193 | }, |
| 194 | { |
[email protected] | bcd76f02 | 2015-08-08 12:38:37 | [diff] [blame] | 195 | "prefix": "rootlayerscrolls", |
David Bokan | eb7d66a | 2018-01-08 23:10:26 | [diff] [blame] | 196 | "base": "rootscroller", |
David Bokan | 43346fbb | 2017-07-06 21:30:17 | [diff] [blame] | 197 | "args": ["--root-layer-scrolls"] |
| 198 | }, |
| 199 | { |
| 200 | "prefix": "rootlayerscrolls", |
[email protected] | bcd76f02 | 2015-08-08 12:38:37 | [diff] [blame] | 201 | "base": "fast/history/scroll-restoration", |
| 202 | "args": ["--root-layer-scrolls"] |
| 203 | }, |
| 204 | { |
sataya.m | c1de207 | 2015-10-14 10:20:13 | [diff] [blame] | 205 | "prefix": "rootlayerscrolls", |
| 206 | "base": "scrollbars", |
| 207 | "args": ["--root-layer-scrolls"] |
| 208 | }, |
| 209 | { |
[email protected] | 3086f27 | 2015-02-25 22:32:45 | [diff] [blame] | 210 | "prefix": "scroll_customization", |
| 211 | "base": "fast/scroll-behavior", |
| 212 | "args": ["--enable-blink-features=ScrollCustomization"] |
| 213 | }, |
| 214 | { |
| 215 | "prefix": "scroll_customization", |
| 216 | "base": "fast/scrolling", |
| 217 | "args": ["--enable-blink-features=ScrollCustomization"] |
| 218 | }, |
| 219 | { |
| 220 | "prefix": "scroll_customization", |
| 221 | "base": "fast/events/touch", |
| 222 | "args": ["--enable-blink-features=ScrollCustomization"] |
[email protected] | b6f0f922 | 2015-03-19 18:13:36 | [diff] [blame] | 223 | }, |
| 224 | { |
servolk | 2f93caff | 2016-08-03 15:48:36 | [diff] [blame] | 225 | "prefix": "mse-1mb-buffers", |
| 226 | "base": "http/tests/media/media-source/stream_memory_tests", |
| 227 | "args": ["--mse-audio-buffer-size-limit=1048576", |
| 228 | "--mse-video-buffer-size-limit=1048576"] |
| 229 | }, |
| 230 | { |
[email protected] | 895f39e | 2015-08-21 17:17:49 | [diff] [blame] | 231 | "prefix": "threaded", |
| 232 | "base": "fast/idle-callback", |
| 233 | "args": ["--enable-threaded-compositing"] |
[email protected] | f0d46a7d | 2015-08-27 20:53:10 | [diff] [blame] | 234 | }, |
| 235 | { |
caseq | f430d70 | 2015-09-24 05:07:38 | [diff] [blame] | 236 | "prefix": "threaded", |
Will Chen | 53c660f | 2017-08-29 21:22:36 | [diff] [blame] | 237 | "base": "http/tests/devtools/tracing", |
caseq | f430d70 | 2015-09-24 05:07:38 | [diff] [blame] | 238 | "args": ["--enable-threaded-compositing"] |
| 239 | }, |
| 240 | { |
[email protected] | f0d46a7d | 2015-08-27 20:53:10 | [diff] [blame] | 241 | "prefix": "spv2", |
pdr | f31f83e | 2016-02-23 04:35:19 | [diff] [blame] | 242 | "base": "compositing", |
[email protected] | 9180d4b | 2015-09-04 18:37:23 | [diff] [blame] | 243 | "args": ["--enable-slimming-paint-v2"] |
oshima | c059194c | 2016-01-12 19:40:15 | [diff] [blame] | 244 | }, |
| 245 | { |
jbroman | 848d94d4 | 2016-01-15 19:56:53 | [diff] [blame] | 246 | "prefix": "spv2", |
| 247 | "base": "fast/block", |
| 248 | "args": ["--enable-slimming-paint-v2"] |
| 249 | }, |
| 250 | { |
jbroman | dbfab28f | 2016-01-30 16:45:32 | [diff] [blame] | 251 | "prefix": "spv2", |
| 252 | "base": "fast/borders", |
| 253 | "args": ["--enable-slimming-paint-v2"] |
| 254 | }, |
| 255 | { |
pdr | 2fef7d6 | 2016-02-03 18:38:01 | [diff] [blame] | 256 | "prefix": "spv2", |
trchen | e5eb731a | 2016-03-29 02:13:11 | [diff] [blame] | 257 | "base": "fast/clip", |
| 258 | "args": ["--enable-slimming-paint-v2"] |
| 259 | }, |
| 260 | { |
| 261 | "prefix": "spv2", |
pdr | 0079320 | 2016-05-27 00:06:54 | [diff] [blame] | 262 | "base": "fast/css", |
| 263 | "args": ["--enable-slimming-paint-v2"] |
| 264 | }, |
| 265 | { |
| 266 | "prefix": "spv2", |
trchen | be69977 | 2016-03-09 00:32:44 | [diff] [blame] | 267 | "base": "fast/overflow", |
| 268 | "args": ["--enable-slimming-paint-v2"] |
| 269 | }, |
| 270 | { |
| 271 | "prefix": "spv2", |
pdr | f31f83e | 2016-02-23 04:35:19 | [diff] [blame] | 272 | "base": "paint", |
| 273 | "args": ["--enable-slimming-paint-v2"] |
| 274 | }, |
| 275 | { |
| 276 | "prefix": "spv2", |
pdr | 2fef7d6 | 2016-02-03 18:38:01 | [diff] [blame] | 277 | "base": "svg", |
| 278 | "args": ["--enable-slimming-paint-v2"] |
| 279 | }, |
| 280 | { |
Xianzhu Wang | 381ffce | 2017-11-13 22:42:31 | [diff] [blame] | 281 | "prefix": "spv175", |
| 282 | "base": "compositing", |
Xianzhu Wang | 26a26a55 | 2017-12-14 04:38:45 | [diff] [blame] | 283 | "args": ["--enable-slimming-paint-v175", "--root-layer-scrolls"], |
Xianzhu Wang | 381ffce | 2017-11-13 22:42:31 | [diff] [blame] | 284 | "references_use_default_args": true |
| 285 | }, |
| 286 | { |
| 287 | "prefix": "spv175", |
| 288 | "base": "paint", |
Xianzhu Wang | 26a26a55 | 2017-12-14 04:38:45 | [diff] [blame] | 289 | "args": ["--enable-slimming-paint-v175", "--root-layer-scrolls"], |
Xianzhu Wang | 381ffce | 2017-11-13 22:42:31 | [diff] [blame] | 290 | "references_use_default_args": true |
| 291 | }, |
| 292 | { |
Xianzhu Wang | 1186e62b | 2017-12-19 21:22:09 | [diff] [blame] | 293 | "prefix": "spv175", |
| 294 | "base": "fast/borders", |
| 295 | "args": ["--enable-slimming-paint-v175", "--root-layer-scrolls"], |
| 296 | "references_use_default_args": true |
| 297 | }, |
| 298 | { |
Xianzhu Wang | a6bdae9 | 2017-12-21 03:31:37 | [diff] [blame] | 299 | "prefix": "spv175", |
| 300 | "base": "fast/multicol", |
| 301 | "args": ["--enable-slimming-paint-v175", "--root-layer-scrolls"], |
| 302 | "references_use_default_args": true |
| 303 | }, |
| 304 | { |
Xianzhu Wang | ddf8c4d | 2018-01-04 17:58:48 | [diff] [blame] | 305 | "prefix": "spv175", |
| 306 | "base": "fast/pagination", |
| 307 | "args": ["--enable-slimming-paint-v175", "--root-layer-scrolls"], |
| 308 | "references_use_default_args": true |
| 309 | }, |
| 310 | { |
Xianzhu Wang | 24176bf | 2018-01-08 22:41:47 | [diff] [blame] | 311 | "prefix": "spv175", |
| 312 | "base": "fragmentation", |
| 313 | "args": ["--enable-slimming-paint-v175", "--root-layer-scrolls"], |
| 314 | "references_use_default_args": true |
| 315 | }, |
| 316 | { |
Xianzhu Wang | 0d3bdd7 | 2018-01-09 05:10:53 | [diff] [blame] | 317 | "prefix": "spv175", |
| 318 | "base": "printing", |
| 319 | "args": ["--enable-slimming-paint-v175", "--root-layer-scrolls"], |
| 320 | "references_use_default_args": true |
| 321 | }, |
| 322 | { |
oshima | c059194c | 2016-01-12 19:40:15 | [diff] [blame] | 323 | "prefix": "scalefactor200", |
| 324 | "base": "fast/hidpi/static", |
| 325 | "args": ["--force-device-scale-factor=2"] |
| 326 | }, |
| 327 | { |
Xida Chen | 429cd7c | 2017-08-15 15:01:57 | [diff] [blame] | 328 | "prefix": "scalefactor200", |
Philip Jägenstedt | ae808a0b | 2017-11-03 03:54:17 | [diff] [blame] | 329 | "base": "external/wpt/css/css-paint-api/hidpi", |
Xida Chen | 429cd7c | 2017-08-15 15:01:57 | [diff] [blame] | 330 | "args": ["--force-device-scale-factor=2"] |
| 331 | }, |
| 332 | { |
Xida Chen | b6d2704 | 2017-09-28 20:55:01 | [diff] [blame] | 333 | "prefix": "scalefactor200", |
| 334 | "base": "http/tests/csspaint/hidpi", |
| 335 | "args": ["--force-device-scale-factor=2"] |
| 336 | }, |
| 337 | { |
oshima | c059194c | 2016-01-12 19:40:15 | [diff] [blame] | 338 | "prefix": "scalefactor150", |
| 339 | "base": "fast/hidpi/static", |
| 340 | "args": ["--force-device-scale-factor=1.5"] |
| 341 | }, |
| 342 | { |
| 343 | "prefix": "scalefactor200withzoom", |
| 344 | "base": "fast/hidpi/static", |
| 345 | "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] |
csharrison | 485e699 | 2016-04-08 20:04:27 | [diff] [blame] | 346 | }, |
| 347 | { |
sahel | b9e7f19 | 2016-08-15 16:51:17 | [diff] [blame] | 348 | "prefix": "wheelscrolllatching", |
| 349 | "base": "fast/events/wheel", |
| 350 | "args": ["--enable-features=TouchpadAndWheelScrollLatching"] |
| 351 | }, |
| 352 | { |
sahel | fad903f | 2017-03-31 21:00:41 | [diff] [blame] | 353 | "prefix": "wheelscrolllatching", |
| 354 | "base": "fast/compositor-wheel-scroll-latching", |
| 355 | "args": ["--enable-features=TouchpadAndWheelScrollLatching", |
| 356 | "--enable-threaded-compositing", |
| 357 | "--disable-smooth-scrolling"] |
| 358 | }, |
| 359 | { |
Anita Woodruff | bce0832 | 2017-11-23 11:41:13 | [diff] [blame] | 360 | "prefix": "mojo-notifications", |
| 361 | "base": "http/tests/notifications", |
| 362 | "args": ["--enable-blink-features=NotificationsWithMojo"] |
| 363 | }, |
| 364 | { |
lanwei | 34bff62 | 2016-08-30 04:51:27 | [diff] [blame] | 365 | "prefix": "scalefactor150", |
| 366 | "base": "fast/events/synthetic-events", |
| 367 | "args": ["--force-device-scale-factor=1.5"] |
mtrofin | e95d2b17 | 2016-09-02 15:32:43 | [diff] [blame] | 368 | }, |
| 369 | { |
| 370 | "prefix": "enable_wasm", |
| 371 | "base": "http/tests/wasm", |
bradnelson | c79f5a6f | 2016-10-10 18:31:14 | [diff] [blame] | 372 | "args": ["--enable-features=WebAssembly"] |
shimazu | 5de409e4 | 2016-09-29 08:45:28 | [diff] [blame] | 373 | }, |
| 374 | { |
Mircea Trofin | 2df3acf | 2017-06-02 21:32:31 | [diff] [blame] | 375 | "prefix": "enable_wasm", |
| 376 | "base": "external/wpt/wasm", |
| 377 | "args": ["--enable-features=WebAssembly"] |
| 378 | }, |
| 379 | { |
mtrofin | c8717b5 | 2017-04-19 14:27:22 | [diff] [blame] | 380 | "prefix": "enable_wasm_streaming", |
| 381 | "base": "http/tests/wasm_streaming", |
| 382 | "args": ["--enable-features=WebAssemblyStreaming"] |
| 383 | }, |
| 384 | { |
bradnelson | 07d5887 | 2016-12-14 14:21:27 | [diff] [blame] | 385 | "prefix": "enable_asmjs", |
| 386 | "base": "http/tests/asmjs", |
| 387 | "args": ["--enable-features=AsmJsToWebAssembly"] |
| 388 | }, |
| 389 | { |
Tsuyoshi Horo | bd3ab3b7 | 2017-11-21 01:18:46 | [diff] [blame] | 390 | "prefix": "pwa-full-code-cache", |
| 391 | "base": "http/tests/devtools/service-workers/", |
| 392 | "args": ["--enable-features=PWAFullCodeCache"] |
| 393 | }, |
| 394 | { |
Makoto Shimazu | 6762b77 | 2017-07-06 09:54:54 | [diff] [blame] | 395 | "prefix": "service-worker-script-streaming", |
| 396 | "base": "external/wpt/service-workers", |
| 397 | "args": ["--enable-features=ServiceWorkerScriptStreaming"] |
| 398 | }, |
| 399 | { |
| 400 | "prefix": "service-worker-script-streaming", |
| 401 | "base": "http/tests/serviceworker", |
| 402 | "args": ["--enable-features=ServiceWorkerScriptStreaming"] |
| 403 | }, |
| 404 | { |
| 405 | "prefix": "service-worker-script-streaming", |
| 406 | "base": "http/tests/fetch/serviceworker", |
| 407 | "args": ["--enable-features=ServiceWorkerScriptStreaming"] |
| 408 | }, |
| 409 | { |
| 410 | "prefix": "service-worker-script-streaming", |
| 411 | "base": "http/tests/fetch/serviceworker-proxied", |
| 412 | "args": ["--enable-features=ServiceWorkerScriptStreaming"] |
| 413 | }, |
| 414 | { |
glebl | 30abb79 | 2016-10-04 00:33:32 | [diff] [blame] | 415 | "prefix": "layout_ng", |
| 416 | "base": "fast/block/basic", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 417 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 418 | "--enable-slimming-paint-v175"] |
glebl | f5e4eed | 2016-10-04 20:53:27 | [diff] [blame] | 419 | }, |
| 420 | { |
| 421 | "prefix": "layout_ng", |
| 422 | "base": "fast/block/margin-collapse", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 423 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 424 | "--enable-slimming-paint-v175"] |
glebl | 05059b3 | 2016-10-22 05:46:46 | [diff] [blame] | 425 | }, |
| 426 | { |
| 427 | "prefix": "layout_ng", |
| 428 | "base": "fast/block/float", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 429 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 430 | "--enable-slimming-paint-v175"] |
lunalu | 11eca67 | 2016-11-25 02:09:41 | [diff] [blame] | 431 | }, |
| 432 | { |
kojii | 9b73643 | 2017-03-13 09:52:52 | [diff] [blame] | 433 | "prefix": "layout_ng", |
kojii | fc7300a1 | 2017-04-14 09:02:56 | [diff] [blame] | 434 | "base": "external/wpt/css/CSS2/linebox", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 435 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 436 | "--enable-slimming-paint-v175"] |
kojii | 9b73643 | 2017-03-13 09:52:52 | [diff] [blame] | 437 | }, |
| 438 | { |
glebl | 3dd276c | 2017-04-19 17:44:49 | [diff] [blame] | 439 | "prefix": "layout_ng", |
| 440 | "base": "external/wpt/css/CSS2/normal-flow", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 441 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 442 | "--enable-slimming-paint-v175"] |
glebl | 3dd276c | 2017-04-19 17:44:49 | [diff] [blame] | 443 | }, |
| 444 | { |
glebl | b59a494 | 2017-04-19 21:28:33 | [diff] [blame] | 445 | "prefix": "layout_ng", |
| 446 | "base": "external/wpt/css/CSS2/abspos", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 447 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 448 | "--enable-slimming-paint-v175"] |
glebl | b59a494 | 2017-04-19 21:28:33 | [diff] [blame] | 449 | }, |
| 450 | { |
glebl | da81aa1 | 2017-04-19 22:45:36 | [diff] [blame] | 451 | "prefix": "layout_ng", |
glebl | da81aa1 | 2017-04-19 22:45:36 | [diff] [blame] | 452 | "base": "external/wpt/css/CSS2/positioning", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 453 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 454 | "--enable-slimming-paint-v175"] |
glebl | da81aa1 | 2017-04-19 22:45:36 | [diff] [blame] | 455 | }, |
| 456 | { |
glebl | d3ced05 | 2017-04-20 18:13:46 | [diff] [blame] | 457 | "prefix": "layout_ng", |
| 458 | "base": "external/wpt/css/CSS2/floats", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 459 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 460 | "--enable-slimming-paint-v175"] |
glebl | d3ced05 | 2017-04-20 18:13:46 | [diff] [blame] | 461 | }, |
| 462 | { |
glebl | 987a18a | 2017-04-20 20:41:03 | [diff] [blame] | 463 | "prefix": "layout_ng", |
| 464 | "base": "external/wpt/css/CSS2/floats-clear", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 465 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 466 | "--enable-slimming-paint-v175"] |
glebl | 987a18a | 2017-04-20 20:41:03 | [diff] [blame] | 467 | }, |
| 468 | { |
Aleks Totic | 322f6747 | 2017-06-06 20:55:24 | [diff] [blame] | 469 | "prefix": "layout_ng", |
| 470 | "base": "overflow", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 471 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 472 | "--enable-slimming-paint-v175"] |
Aleks Totic | 322f6747 | 2017-06-06 20:55:24 | [diff] [blame] | 473 | }, |
| 474 | { |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 475 | "prefix": "layout_ng", |
Koji Ishii | ae1b9762 | 2017-11-07 12:32:22 | [diff] [blame] | 476 | "base": "fast/inline", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 477 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 478 | "--enable-slimming-paint-v175"] |
Koji Ishii | ae1b9762 | 2017-11-07 12:32:22 | [diff] [blame] | 479 | }, |
| 480 | { |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 481 | "prefix": "layout_ng", |
Koji Ishii | 839cd45 | 2017-12-05 06:16:59 | [diff] [blame] | 482 | "base": "fast/writing-mode", |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 483 | "args": ["--enable-blink-features=LayoutNG,LayoutNGPaintFragments", |
| 484 | "--enable-slimming-paint-v175"] |
Koji Ishii | 839cd45 | 2017-12-05 06:16:59 | [diff] [blame] | 485 | }, |
| 486 | { |
lunalu | 11eca67 | 2016-11-25 02:09:41 | [diff] [blame] | 487 | "prefix": "feature-policy", |
| 488 | "base": "http/tests/feature-policy", |
| 489 | "args": ["--enable-blink-features=FeaturePolicy"] |
wangxianzhu | 1788fe2 | 2016-12-05 21:06:26 | [diff] [blame] | 490 | }, |
| 491 | { |
lunalu | db0b96c | 2017-04-24 15:53:24 | [diff] [blame] | 492 | "prefix": "feature-policy-experimental-features", |
| 493 | "base": "http/tests/feature-policy-experimental-features", |
| 494 | "args": ["--enable-blink-features=FeaturePolicy,FeaturePolicyExperimentalFeatures"] |
| 495 | }, |
| 496 | { |
mek | 4a41836 | 2016-12-21 22:47:08 | [diff] [blame] | 497 | "prefix": "mojo-localstorage", |
Quinten Yearsley | 6506b8b8 | 2017-01-17 23:52:28 | [diff] [blame] | 498 | "base": "external/wpt/webstorage", |
mek | c8e2b27 | 2017-06-06 23:18:28 | [diff] [blame] | 499 | "args": ["--disable-mojo-local-storage"] |
mek | 4a41836 | 2016-12-21 22:47:08 | [diff] [blame] | 500 | }, |
| 501 | { |
| 502 | "prefix": "mojo-localstorage", |
| 503 | "base": "storage/domstorage/localstorage", |
mek | c8e2b27 | 2017-06-06 23:18:28 | [diff] [blame] | 504 | "args": ["--disable-mojo-local-storage"] |
gozzard | 080936f | 2017-02-10 10:59:01 | [diff] [blame] | 505 | }, |
| 506 | { |
| 507 | "prefix": "print_browser", |
| 508 | "base": "print_testharness", |
| 509 | "args": ["--enable-print-browser"] |
kainino | 36eeff8 | 2017-03-30 00:55:30 | [diff] [blame] | 510 | }, |
| 511 | { |
avayvod | 23275794 | 2017-04-29 04:12:34 | [diff] [blame] | 512 | "prefix": "new-remote-playback-pipeline", |
| 513 | "base": "media/remoteplayback", |
| 514 | "args": ["--enable-features=NewRemotePlaybackPipeline"] |
| 515 | }, |
| 516 | { |
| 517 | "prefix": "new-remote-playback-pipeline", |
| 518 | "base": "media/controls", |
| 519 | "args": ["--enable-features=NewRemotePlaybackPipeline"] |
Anton Vayvod | 55fd9698 | 2017-06-02 03:21:11 | [diff] [blame] | 520 | }, |
| 521 | { |
| 522 | "prefix": "new-remote-playback-pipeline", |
| 523 | "base": "external/wpt/remote-playback", |
| 524 | "args": ["--enable-features=NewRemotePlaybackPipeline"] |
dmazzoni | 36fd012 | 2017-06-09 19:13:08 | [diff] [blame] | 525 | }, |
| 526 | { |
Anton Vayvod | 1ad014c | 2017-06-18 19:48:44 | [diff] [blame] | 527 | "prefix": "new-remote-playback-pipeline", |
| 528 | "base": "http/tests/media/controls", |
| 529 | "args": ["--enable-features=NewRemotePlaybackPipeline"] |
| 530 | }, |
| 531 | { |
dmazzoni | 36fd012 | 2017-06-09 19:13:08 | [diff] [blame] | 532 | "prefix": "high-contrast-mode", |
Dominic Mazzoni | d5af4cd | 2017-06-15 22:39:34 | [diff] [blame] | 533 | "base": "paint/high-contrast-mode/image-filter-all", |
| 534 | "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=0"] |
| 535 | }, |
| 536 | { |
| 537 | "prefix": "high-contrast-mode", |
| 538 | "base": "paint/high-contrast-mode/image-filter-none", |
| 539 | "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=1"] |
Kinuko Yasuda | cc06079 | 2017-07-19 19:31:30 | [diff] [blame] | 540 | }, |
| 541 | { |
Ramin Halavati | d340910 | 2017-09-27 05:37:19 | [diff] [blame] | 542 | "prefix": "high-contrast-mode", |
| 543 | "base": "paint/high-contrast-mode/image-filter-smart", |
| 544 | "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=2"] |
| 545 | }, |
| 546 | { |
Kinuko Yasuda | cc06079 | 2017-07-19 19:31:30 | [diff] [blame] | 547 | "prefix": "outofblink-cors", |
Daniel Hintze | c3f4765 | 2017-08-09 11:55:12 | [diff] [blame] | 548 | "base": "external/wpt/fetch", |
| 549 | "args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] |
mark a. foltz | 01ff34a1 | 2017-07-25 23:33:47 | [diff] [blame] | 550 | }, |
| 551 | { |
Daniel Hintze | 0933e4ae | 2017-08-31 10:39:36 | [diff] [blame] | 552 | "prefix": "outofblink-cors", |
| 553 | "base": "external/wpt/http", |
| 554 | "args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] |
| 555 | }, |
| 556 | { |
| 557 | "prefix": "outofblink-cors", |
| 558 | "base": "external/wpt/referrer-policy", |
| 559 | "args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] |
| 560 | }, |
| 561 | { |
| 562 | "prefix": "outofblink-cors", |
| 563 | "base": "external/wpt/service-workers", |
| 564 | "args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] |
| 565 | }, |
| 566 | { |
| 567 | "prefix": "outofblink-cors", |
| 568 | "base": "http/tests/xmlhttprequest", |
| 569 | "args": ["--enable-features=OutOfBlinkCORS,LoadingWithMojo"] |
| 570 | }, |
| 571 | { |
mark a. foltz | 01ff34a1 | 2017-07-25 23:33:47 | [diff] [blame] | 572 | "prefix": "presentation", |
| 573 | "base": "receiver", |
| 574 | "args": ["--force-presentation-receiver-for-testing"] |
Marijn Kruisselbrink | 8c27641 | 2017-07-29 06:11:21 | [diff] [blame] | 575 | }, |
| 576 | { |
Malcolm White | 7bbf3496 | 2018-01-24 16:46:20 | [diff] [blame] | 577 | "prefix": "sharedarraybuffer", |
| 578 | "base": "external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers", |
| 579 | "args": ["--js-flags=--harmony-sharedarraybuffer", |
| 580 | "--enable-blink-features=SharedArrayBuffer"] |
| 581 | }, |
| 582 | { |
Liquan (Max) Gu | 4af3954 | 2017-08-31 08:21:54 | [diff] [blame] | 583 | "prefix": "longtask-v2", |
| 584 | "base": "http/tests/performance-timing/longtask-v2", |
Liquan (Max) Gu | 3c3bf60 | 2017-10-11 17:10:30 | [diff] [blame] | 585 | "args": ["--enable-blink-features=LongTaskV2"] |
Nicolas Pena | f3bcf22 | 2017-09-08 18:08:30 | [diff] [blame] | 586 | }, |
| 587 | { |
| 588 | "prefix": "paint-timing", |
| 589 | "base": "external/wpt/paint-timing", |
| 590 | "args": ["--enable-threaded-compositing"] |
Mike West | c7eaaad | 2017-09-18 12:33:24 | [diff] [blame] | 591 | }, |
| 592 | { |
| 593 | "prefix": "cors-rfc1918", |
| 594 | "base": "http/tests/security/cors-rfc1918", |
| 595 | "args": ["--enable-blink-features=CorsRFC1918"] |
Nicolas Pena | 0b4a4a6 | 2017-10-17 03:56:40 | [diff] [blame] | 596 | }, |
| 597 | { |
| 598 | "prefix": "single-renderer-process", |
| 599 | "base": "external/wpt/longtask-timing/shared-renderer", |
| 600 | "args": ["--renderer-process-limit=1"] |
Hiroshige Hayashizaki | 03ab3c4 | 2017-10-24 01:23:39 | [diff] [blame] | 601 | }, |
| 602 | { |
| 603 | "prefix": "import-meta-url", |
| 604 | "base": "external/wpt/html/semantics/scripting-1/the-script-element/module/import-meta", |
| 605 | "args": ["--enable-features=ModuleScriptsImportMetaUrl"] |
Andy Paicu | acb9f5c | 2017-10-27 06:49:40 | [diff] [blame] | 606 | }, |
| 607 | { |
Andy Paicu | e8a7911 | 2018-01-17 07:38:48 | [diff] [blame] | 608 | "prefix": "reporting-api", |
| 609 | "base": "external/wpt/content-security-policy/reporting-api", |
Andy Paicu | acb9f5c | 2017-10-27 06:49:40 | [diff] [blame] | 610 | "args": ["--enable-features=Reporting"] |
Ella Ge | 7df0011 | 2017-11-02 03:17:05 | [diff] [blame] | 611 | }, |
| 612 | { |
| 613 | "prefix": "mouseevent_fractional", |
| 614 | "base": "fast/events", |
| 615 | "args": ["--enable-blink-features=FractionalMouseEvent"] |
Hayato Ito | c66b9c9 | 2017-11-16 03:33:40 | [diff] [blame] | 616 | }, |
| 617 | { |
| 618 | "prefix": "incremental-shadow-dom", |
| 619 | "base": "external/wpt/shadow-dom", |
| 620 | "args": ["--enable-blink-features=IncrementalShadowDOM"] |
| 621 | }, |
| 622 | { |
| 623 | "prefix": "incremental-shadow-dom", |
| 624 | "base": "fast/dom/shadow", |
| 625 | "args": ["--enable-blink-features=IncrementalShadowDOM"] |
| 626 | }, |
| 627 | { |
| 628 | "prefix": "incremental-shadow-dom", |
| 629 | "base": "shadow-dom", |
| 630 | "args": ["--enable-blink-features=IncrementalShadowDOM"] |
Becca Hughes | 00cc2c33 | 2017-12-11 12:13:24 | [diff] [blame] | 631 | }, |
| 632 | { |
Rune Lillesveen | a928759 | 2018-01-16 08:38:46 | [diff] [blame] | 633 | "prefix": "incremental-shadow-dom", |
| 634 | "base": "external/wpt/css/css-scoping", |
| 635 | "args": ["--enable-blink-features=IncrementalShadowDOM"] |
| 636 | }, |
| 637 | { |
Becca Hughes | 00cc2c33 | 2017-12-11 12:13:24 | [diff] [blame] | 638 | "prefix": "modern-media-controls", |
| 639 | "base": "media/controls/modern", |
| 640 | "args": ["--enable-features=UseModernMediaControls"] |
Becca Hughes | 15a5eb5 | 2017-12-13 11:52:27 | [diff] [blame] | 641 | }, |
| 642 | { |
| 643 | "prefix": "unified-autoplay", |
| 644 | "base": "external/wpt/feature-policy", |
| 645 | "args": ["--autoplay-policy=document-user-activation-required"] |
Tsuyoshi Horo | b8d512a | 2018-01-25 17:01:59 | [diff] [blame] | 646 | }, |
| 647 | { |
| 648 | "prefix": "htxg", |
| 649 | "base": "http/tests/loading/htxg/", |
| 650 | "args": ["--enable-features=SignedHTTPExchange"] |
| 651 | }, |
| 652 | { |
| 653 | "prefix": "htxg-with-network-service", |
| 654 | "base": "http/tests/loading/htxg/", |
| 655 | "args": ["--enable-features=SignedHTTPExchange,NetworkService"] |
Alexei Filippov | 0ed5a80 | 2018-01-27 17:20:58 | [diff] [blame^] | 656 | }, |
| 657 | { |
| 658 | "prefix": "sampling-heap-profiler", |
| 659 | "base": "inspector-protocol/memory", |
| 660 | "args": ["--sampling-heap-profiler"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 661 | } |
| 662 | ] |