[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 1 | [ |
| 2 | { |
Liquan (Max) Gu | 669cfa8 | 2018-01-17 18:44:52 | [diff] [blame] | 3 | "prefix": "custom-user-timing", |
| 4 | "base": "http/tests/performance-timing/custom-user-timing", |
| 5 | "args": ["--enable-blink-features=CustomUserTiming"] |
| 6 | }, |
| 7 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 8 | "prefix": "gpu", |
| 9 | "base": "fast/canvas", |
xlai | d6ba6a2 | 2018-05-10 14:49:51 | [diff] [blame] | 10 | "args": ["--enable-accelerated-2d-canvas"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 11 | }, |
| 12 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 13 | "prefix": "threaded", |
xlai | c9e12fb | 2016-10-24 21:19:56 | [diff] [blame] | 14 | "base": "fast/idleToBlob", |
| 15 | "args": ["--enable-threaded-compositing"] |
| 16 | }, |
| 17 | { |
| 18 | "prefix": "threaded", |
xlai | 4282c50 | 2018-03-19 15:21:08 | [diff] [blame] | 19 | "base": "external/wpt/offscreen-canvas/convert-to-blob", |
| 20 | "args": ["--enable-threaded-compositing"] |
| 21 | }, |
| 22 | { |
| 23 | "prefix": "threaded", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 24 | "base": "compositing/visibility", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 25 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 26 | }, |
| 27 | { |
| 28 | "prefix": "threaded", |
Majid Valipour | 5e79316 | 2018-09-21 19:15:01 | [diff] [blame] | 29 | "base": "animations/animationworklet", |
vollick | 1050cc6 | 2015-12-03 07:04:54 | [diff] [blame] | 30 | "args": ["--enable-threaded-compositing"] |
| 31 | }, |
| 32 | { |
| 33 | "prefix": "threaded", |
Philip Rogers | 601fd07 | 2018-08-07 22:58:22 | [diff] [blame] | 34 | "base": "lifecycle", |
| 35 | "args": ["--enable-threaded-compositing"] |
| 36 | }, |
| 37 | { |
| 38 | "prefix": "threaded", |
ikilpatrick | a49dbd3 | 2016-09-30 19:50:19 | [diff] [blame] | 39 | "base": "http/tests/worklet", |
| 40 | "args": ["--enable-threaded-compositing"] |
| 41 | }, |
| 42 | { |
| 43 | "prefix": "threaded", |
Sandra Sun | 4cf0c38 | 2018-07-13 18:15:50 | [diff] [blame] | 44 | "base": "external/wpt/css/css-scroll-snap", |
| 45 | "args": ["--enable-threaded-compositing"] |
| 46 | }, |
| 47 | { |
| 48 | "prefix": "threaded", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 49 | "base": "compositing/webgl", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 50 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 51 | }, |
| 52 | { |
Ross McIlroy | 2cd262a | 2018-12-20 13:44:35 | [diff] [blame] | 53 | "prefix": "threaded", |
| 54 | "base": "external/wpt/requestidlecallback", |
| 55 | "args": ["--enable-threaded-compositing"] |
| 56 | }, |
| 57 | { |
[email protected] | 84fbb5d | 2014-09-10 02:40:15 | [diff] [blame] | 58 | "prefix": "prefer_compositing_to_lcd_text", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 59 | "base": "compositing/overflow", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 60 | "args": ["--enable-prefer-compositing-to-lcd-text"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 61 | }, |
| 62 | { |
[email protected] | 84fbb5d | 2014-09-10 02:40:15 | [diff] [blame] | 63 | "prefix": "prefer_compositing_to_lcd_text", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 64 | "base": "scrollbars", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 65 | "args": ["--enable-prefer-compositing-to-lcd-text"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 66 | }, |
| 67 | { |
| 68 | "prefix": "threaded", |
| 69 | "base": "animations", |
loyso | fabe15e0 | 2015-10-06 05:03:39 | [diff] [blame] | 70 | "args": ["--enable-threaded-compositing", |
| 71 | "--disable-composited-antialiasing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 72 | }, |
| 73 | { |
| 74 | "prefix": "threaded", |
| 75 | "base": "transitions", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 76 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 77 | }, |
| 78 | { |
[email protected] | f150188c | 2015-01-19 15:47:20 | [diff] [blame] | 79 | "prefix": "threaded", |
| 80 | "base": "fast/scroll-behavior", |
| 81 | "args": ["--enable-threaded-compositing", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 82 | "--enable-prefer-compositing-to-lcd-text"] |
[email protected] | f150188c | 2015-01-19 15:47:20 | [diff] [blame] | 83 | }, |
| 84 | { |
David Bokan | b6d006b | 2018-05-10 15:52:54 | [diff] [blame] | 85 | "prefix": "threaded", |
| 86 | "base": "fast/scrolling", |
| 87 | "args": ["--enable-threaded-compositing", |
| 88 | "--enable-prefer-compositing-to-lcd-text"] |
| 89 | }, |
| 90 | { |
Kevin McNee | 202183d0 | 2018-05-15 23:52:36 | [diff] [blame] | 91 | "prefix": "threaded", |
| 92 | "base": "fast/events/pinch", |
| 93 | "args": ["--enable-threaded-compositing"] |
| 94 | }, |
| 95 | { |
| 96 | "prefix": "threaded", |
| 97 | "base": "fast/events/pointerevents/pinch", |
| 98 | "args": ["--enable-threaded-compositing"] |
| 99 | }, |
| 100 | { |
| 101 | "prefix": "threaded", |
| 102 | "base": "synthetic_gestures", |
| 103 | "args": ["--enable-threaded-compositing"] |
| 104 | }, |
| 105 | { |
noel | 8a842c7 | 2016-04-04 04:26:32 | [diff] [blame] | 106 | "prefix": "gpu-rasterization", |
Stephen Chenney | 05943fb | 2016-11-15 17:10:42 | [diff] [blame] | 107 | "base": "images", |
ccameron | 359e611 | 2017-06-10 04:15:48 | [diff] [blame] | 108 | "args": ["--force-gpu-rasterization"] |
noel | 8a842c7 | 2016-04-04 04:26:32 | [diff] [blame] | 109 | }, |
| 110 | { |
ccameron | d907231 | 2017-06-08 09:01:54 | [diff] [blame] | 111 | "prefix": "exotic-color-space", |
| 112 | "base": "images", |
Mason Freed | c71f15a | 2018-09-10 16:53:32 | [diff] [blame] | 113 | "args": ["--force-color-profile=srgb", |
| 114 | "--force-raster-color-profile=color-spin-gamma24"] |
ccameron | d907231 | 2017-06-08 09:01:54 | [diff] [blame] | 115 | }, |
| 116 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 117 | "prefix": "stable", |
Philip Rogers | f0fdb272 | 2018-12-14 21:16:38 | [diff] [blame] | 118 | "base": "compositing", |
| 119 | "args": ["--stable-release-mode"] |
| 120 | }, |
| 121 | { |
| 122 | "prefix": "stable", |
| 123 | "base": "paint", |
| 124 | "args": ["--stable-release-mode"] |
| 125 | }, |
| 126 | { |
| 127 | "prefix": "stable", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 128 | "base": "webexposed", |
| 129 | "args": ["--stable-release-mode"] |
| 130 | }, |
| 131 | { |
| 132 | "prefix": "stable", |
[email protected] | 52b9dac0 | 2015-07-02 02:55:32 | [diff] [blame] | 133 | "base": "http/tests/serviceworker/webexposed", |
| 134 | "args": ["--stable-release-mode"] |
| 135 | }, |
| 136 | { |
| 137 | "prefix": "stable", |
tyoshino | 035deef | 2016-08-04 03:25:20 | [diff] [blame] | 138 | "base": "http/tests/navigation", |
| 139 | "args": ["--stable-release-mode"] |
| 140 | }, |
| 141 | { |
| 142 | "prefix": "stable", |
tyoshino | 8a75af1c | 2017-02-23 05:39:20 | [diff] [blame] | 143 | "base": "http/tests/sendbeacon", |
| 144 | "args": ["--stable-release-mode"] |
| 145 | }, |
| 146 | { |
| 147 | "prefix": "stable", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 148 | "base": "animations-unprefixed", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 149 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 150 | }, |
| 151 | { |
| 152 | "prefix": "stable", |
| 153 | "base": "media/stable", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 154 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 155 | }, |
| 156 | { |
Anders Hartvoll Ruud | 7374df78 | 2018-10-22 12:02:04 | [diff] [blame] | 157 | "prefix": "stable", |
| 158 | "base": "fast/css/stable", |
| 159 | "args": ["--stable-release-mode"] |
| 160 | }, |
| 161 | { |
Raymes Khoury | 4c9a102 | 2017-07-26 03:14:34 | [diff] [blame] | 162 | "prefix": "feature-policy-permissions", |
Raymes Khoury | 2803f82c | 2017-09-19 09:14:24 | [diff] [blame] | 163 | "base": "external/wpt/mediacapture-streams", |
Eric Willigers | c38ef86 | 2018-08-16 21:51:10 | [diff] [blame] | 164 | "args": ["--use-fake-device-for-media-stream", |
Raymes Khoury | 2803f82c | 2017-09-19 09:14:24 | [diff] [blame] | 165 | "--use-fake-ui-for-media-stream"] |
| 166 | }, |
| 167 | { |
chasej | 0ac7dd2 | 2017-02-23 18:16:17 | [diff] [blame] | 168 | "prefix": "origin-trials-runtimeflags-disabled", |
chasej | 8206eac | 2017-02-01 07:49:24 | [diff] [blame] | 169 | "base": "http/tests/origin_trials/webexposed", |
Alex Vallée | 640aa39 | 2017-07-15 02:02:14 | [diff] [blame] | 170 | "args": ["--disable-origin-trial-controlled-blink-features"] |
chasej | 8206eac | 2017-02-01 07:49:24 | [diff] [blame] | 171 | }, |
| 172 | { |
Ian Clelland | 805c44d | 2019-01-22 17:33:22 | [diff] [blame] | 173 | "prefix": "stable", |
| 174 | "base": "http/tests/origin_trials/feature-policy-reporting", |
| 175 | "args": ["--stable-release-mode"] |
| 176 | }, |
| 177 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 178 | "prefix": "android", |
| 179 | "base": "fullscreen", |
chaopeng | d3ca34feb | 2017-04-20 17:11:22 | [diff] [blame] | 180 | "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing", |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 181 | "--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text", |
| 182 | "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch", |
chaopeng | d3ca34feb | 2017-04-20 17:11:22 | [diff] [blame] | 183 | "--force-overlay-fullscreen-video", "--enable-overscroll-notifications", |
David Bokan | 5685811 | 2017-07-13 00:20:39 | [diff] [blame] | 184 | "--enable-viewport", "--disable-canvas-aa", "--disable-composited-antialiasing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 185 | }, |
| 186 | { |
David Bokan | 43346fbb | 2017-07-06 21:30:17 | [diff] [blame] | 187 | "prefix": "android", |
David Bokan | eb7d66a | 2018-01-08 23:10:26 | [diff] [blame] | 188 | "base": "rootscroller", |
David Bokan | 43346fbb | 2017-07-06 21:30:17 | [diff] [blame] | 189 | "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing", |
| 190 | "--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text", |
| 191 | "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch", |
| 192 | "--force-overlay-fullscreen-video", "--enable-overscroll-notifications", |
David Bokan | 5685811 | 2017-07-13 00:20:39 | [diff] [blame] | 193 | "--enable-viewport", "--disable-canvas-aa", "--disable-composited-antialiasing"] |
David Bokan | 43346fbb | 2017-07-06 21:30:17 | [diff] [blame] | 194 | }, |
| 195 | { |
David Bokan | 91418fce | 2018-01-02 21:36:44 | [diff] [blame] | 196 | "prefix": "android", |
| 197 | "base": "url-bar", |
| 198 | "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing", |
| 199 | "--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text", |
| 200 | "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch", |
| 201 | "--force-overlay-fullscreen-video", "--enable-overscroll-notifications", |
| 202 | "--enable-viewport", "--disable-canvas-aa", "--disable-composited-antialiasing"] |
| 203 | }, |
| 204 | { |
David Bokan | 3fba0d4 | 2018-04-29 01:09:58 | [diff] [blame] | 205 | "prefix": "android", |
| 206 | "base": "frame-size", |
| 207 | "args": ["--enable-features=OverlayScrollbar", "--enable-threaded-compositing", |
| 208 | "--enable-fixed-position-compositing", "--enable-prefer-compositing-to-lcd-text", |
| 209 | "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-highlight", "--enable-pinch", |
| 210 | "--force-overlay-fullscreen-video", "--enable-overscroll-notifications", |
| 211 | "--enable-viewport", "--disable-canvas-aa", "--disable-composited-antialiasing"] |
| 212 | }, |
| 213 | { |
chcunningham | b0a4caea | 2016-07-27 23:11:50 | [diff] [blame] | 214 | "prefix": "media-gpu-accelerated", |
Chris Cunningham | 526d7db8 | 2018-01-17 20:39:28 | [diff] [blame] | 215 | "base": "external/wpt/media-source", |
chcunningham | b0a4caea | 2016-07-27 23:11:50 | [diff] [blame] | 216 | "args": ["--use-gpu-in-tests"] |
| 217 | }, |
| 218 | { |
chcunningham | 4172ea2 | 2016-07-28 21:34:46 | [diff] [blame] | 219 | "prefix": "media-gpu-accelerated", |
| 220 | "base": "media", |
| 221 | "args": ["--use-gpu-in-tests"] |
| 222 | }, |
| 223 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 224 | "prefix": "stable", |
| 225 | "base": "fast/css3-text/css3-text-decoration/stable", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 226 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 227 | }, |
| 228 | { |
| 229 | "prefix": "stable", |
| 230 | "base": "web-animations-api", |
[email protected] | 3f97669 | 2015-01-23 18:57:43 | [diff] [blame] | 231 | "args": ["--stable-release-mode"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 232 | }, |
| 233 | { |
Adam Rice | 265f3a3 | 2018-12-03 12:52:54 | [diff] [blame] | 234 | "prefix": "stable", |
| 235 | "base": "http/tests/streams/transferable/enabled", |
| 236 | "args": ["--stable-release-mode"] |
| 237 | }, |
| 238 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 239 | "prefix": "linux-subpixel", |
| 240 | "base": "platform/linux/fast/text/subpixel", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 241 | "args": ["--enable-webkit-text-subpixel-positioning"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 242 | }, |
| 243 | { |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 244 | "prefix": "threaded", |
| 245 | "base": "printing", |
[email protected] | 828d72c | 2015-06-21 04:25:31 | [diff] [blame] | 246 | "args": ["--enable-threaded-compositing"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 247 | }, |
[email protected] | 9c35069 | 2015-06-10 01:41:42 | [diff] [blame] | 248 | { |
[email protected] | 3086f27 | 2015-02-25 22:32:45 | [diff] [blame] | 249 | "prefix": "scroll_customization", |
| 250 | "base": "fast/scroll-behavior", |
| 251 | "args": ["--enable-blink-features=ScrollCustomization"] |
| 252 | }, |
| 253 | { |
| 254 | "prefix": "scroll_customization", |
| 255 | "base": "fast/scrolling", |
| 256 | "args": ["--enable-blink-features=ScrollCustomization"] |
| 257 | }, |
| 258 | { |
| 259 | "prefix": "scroll_customization", |
| 260 | "base": "fast/events/touch", |
| 261 | "args": ["--enable-blink-features=ScrollCustomization"] |
[email protected] | b6f0f922 | 2015-03-19 18:13:36 | [diff] [blame] | 262 | }, |
| 263 | { |
servolk | 2f93caff | 2016-08-03 15:48:36 | [diff] [blame] | 264 | "prefix": "mse-1mb-buffers", |
| 265 | "base": "http/tests/media/media-source/stream_memory_tests", |
Gyuyoung Kim | f73f69f | 2018-05-25 06:05:57 | [diff] [blame] | 266 | "args": ["--mse-audio-buffer-size-limit-mb=1", |
| 267 | "--mse-video-buffer-size-limit-mb=1"] |
servolk | 2f93caff | 2016-08-03 15:48:36 | [diff] [blame] | 268 | }, |
| 269 | { |
[email protected] | 895f39e | 2015-08-21 17:17:49 | [diff] [blame] | 270 | "prefix": "threaded", |
| 271 | "base": "fast/idle-callback", |
| 272 | "args": ["--enable-threaded-compositing"] |
[email protected] | f0d46a7d | 2015-08-27 20:53:10 | [diff] [blame] | 273 | }, |
| 274 | { |
caseq | f430d70 | 2015-09-24 05:07:38 | [diff] [blame] | 275 | "prefix": "threaded", |
Will Chen | 53c660f | 2017-08-29 21:22:36 | [diff] [blame] | 276 | "base": "http/tests/devtools/tracing", |
caseq | f430d70 | 2015-09-24 05:07:38 | [diff] [blame] | 277 | "args": ["--enable-threaded-compositing"] |
| 278 | }, |
| 279 | { |
Philip Rogers | c55ab6a | 2018-12-05 17:29:19 | [diff] [blame] | 280 | "prefix": "composite-after-paint", |
pdr | f31f83e | 2016-02-23 04:35:19 | [diff] [blame] | 281 | "base": "compositing", |
Philip Rogers | c55ab6a | 2018-12-05 17:29:19 | [diff] [blame] | 282 | "args": ["--enable-blink-features=CompositeAfterPaint"] |
oshima | c059194c | 2016-01-12 19:40:15 | [diff] [blame] | 283 | }, |
| 284 | { |
Philip Rogers | c55ab6a | 2018-12-05 17:29:19 | [diff] [blame] | 285 | "prefix": "composite-after-paint", |
pdr | f31f83e | 2016-02-23 04:35:19 | [diff] [blame] | 286 | "base": "paint", |
Philip Rogers | c55ab6a | 2018-12-05 17:29:19 | [diff] [blame] | 287 | "args": ["--enable-blink-features=CompositeAfterPaint"] |
pdr | f31f83e | 2016-02-23 04:35:19 | [diff] [blame] | 288 | }, |
| 289 | { |
oshima | c059194c | 2016-01-12 19:40:15 | [diff] [blame] | 290 | "prefix": "scalefactor200", |
| 291 | "base": "fast/hidpi/static", |
| 292 | "args": ["--force-device-scale-factor=2"] |
| 293 | }, |
| 294 | { |
Xida Chen | 429cd7c | 2017-08-15 15:01:57 | [diff] [blame] | 295 | "prefix": "scalefactor200", |
Philip Jägenstedt | ae808a0b | 2017-11-03 03:54:17 | [diff] [blame] | 296 | "base": "external/wpt/css/css-paint-api/hidpi", |
Xida Chen | 429cd7c | 2017-08-15 15:01:57 | [diff] [blame] | 297 | "args": ["--force-device-scale-factor=2"] |
| 298 | }, |
| 299 | { |
Xida Chen | b6d2704 | 2017-09-28 20:55:01 | [diff] [blame] | 300 | "prefix": "scalefactor200", |
| 301 | "base": "http/tests/csspaint/hidpi", |
| 302 | "args": ["--force-device-scale-factor=2"] |
| 303 | }, |
| 304 | { |
oshima | c059194c | 2016-01-12 19:40:15 | [diff] [blame] | 305 | "prefix": "scalefactor150", |
| 306 | "base": "fast/hidpi/static", |
| 307 | "args": ["--force-device-scale-factor=1.5"] |
| 308 | }, |
| 309 | { |
| 310 | "prefix": "scalefactor200withzoom", |
| 311 | "base": "fast/hidpi/static", |
| 312 | "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] |
csharrison | 485e699 | 2016-04-08 20:04:27 | [diff] [blame] | 313 | }, |
| 314 | { |
lanwei | 34bff62 | 2016-08-30 04:51:27 | [diff] [blame] | 315 | "prefix": "scalefactor150", |
| 316 | "base": "fast/events/synthetic-events", |
| 317 | "args": ["--force-device-scale-factor=1.5"] |
mtrofin | e95d2b17 | 2016-09-02 15:32:43 | [diff] [blame] | 318 | }, |
| 319 | { |
glebl | 30abb79 | 2016-10-04 00:33:32 | [diff] [blame] | 320 | "prefix": "layout_ng", |
| 321 | "base": "fast/block/basic", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 322 | "args": ["--enable-blink-features=LayoutNG"] |
glebl | f5e4eed | 2016-10-04 20:53:27 | [diff] [blame] | 323 | }, |
| 324 | { |
| 325 | "prefix": "layout_ng", |
| 326 | "base": "fast/block/margin-collapse", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 327 | "args": ["--enable-blink-features=LayoutNG"] |
glebl | 05059b3 | 2016-10-22 05:46:46 | [diff] [blame] | 328 | }, |
| 329 | { |
| 330 | "prefix": "layout_ng", |
| 331 | "base": "fast/block/float", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 332 | "args": ["--enable-blink-features=LayoutNG"] |
lunalu | 11eca67 | 2016-11-25 02:09:41 | [diff] [blame] | 333 | }, |
| 334 | { |
kojii | 9b73643 | 2017-03-13 09:52:52 | [diff] [blame] | 335 | "prefix": "layout_ng", |
kojii | fc7300a1 | 2017-04-14 09:02:56 | [diff] [blame] | 336 | "base": "external/wpt/css/CSS2/linebox", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 337 | "args": ["--enable-blink-features=LayoutNG"] |
kojii | 9b73643 | 2017-03-13 09:52:52 | [diff] [blame] | 338 | }, |
| 339 | { |
glebl | 3dd276c | 2017-04-19 17:44:49 | [diff] [blame] | 340 | "prefix": "layout_ng", |
| 341 | "base": "external/wpt/css/CSS2/normal-flow", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 342 | "args": ["--enable-blink-features=LayoutNG"] |
glebl | 3dd276c | 2017-04-19 17:44:49 | [diff] [blame] | 343 | }, |
| 344 | { |
glebl | b59a494 | 2017-04-19 21:28:33 | [diff] [blame] | 345 | "prefix": "layout_ng", |
| 346 | "base": "external/wpt/css/CSS2/abspos", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 347 | "args": ["--enable-blink-features=LayoutNG"] |
glebl | b59a494 | 2017-04-19 21:28:33 | [diff] [blame] | 348 | }, |
| 349 | { |
glebl | da81aa1 | 2017-04-19 22:45:36 | [diff] [blame] | 350 | "prefix": "layout_ng", |
glebl | da81aa1 | 2017-04-19 22:45:36 | [diff] [blame] | 351 | "base": "external/wpt/css/CSS2/positioning", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 352 | "args": ["--enable-blink-features=LayoutNG"] |
glebl | da81aa1 | 2017-04-19 22:45:36 | [diff] [blame] | 353 | }, |
| 354 | { |
glebl | d3ced05 | 2017-04-20 18:13:46 | [diff] [blame] | 355 | "prefix": "layout_ng", |
| 356 | "base": "external/wpt/css/CSS2/floats", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 357 | "args": ["--enable-blink-features=LayoutNG"] |
glebl | d3ced05 | 2017-04-20 18:13:46 | [diff] [blame] | 358 | }, |
| 359 | { |
glebl | 987a18a | 2017-04-20 20:41:03 | [diff] [blame] | 360 | "prefix": "layout_ng", |
| 361 | "base": "external/wpt/css/CSS2/floats-clear", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 362 | "args": ["--enable-blink-features=LayoutNG"] |
glebl | 987a18a | 2017-04-20 20:41:03 | [diff] [blame] | 363 | }, |
| 364 | { |
Aleks Totic | 322f6747 | 2017-06-06 20:55:24 | [diff] [blame] | 365 | "prefix": "layout_ng", |
| 366 | "base": "overflow", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 367 | "args": ["--enable-blink-features=LayoutNG"] |
Aleks Totic | 322f6747 | 2017-06-06 20:55:24 | [diff] [blame] | 368 | }, |
| 369 | { |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 370 | "prefix": "layout_ng", |
Koji Ishii | ae1b9762 | 2017-11-07 12:32:22 | [diff] [blame] | 371 | "base": "fast/inline", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 372 | "args": ["--enable-blink-features=LayoutNG"] |
Koji Ishii | ae1b9762 | 2017-11-07 12:32:22 | [diff] [blame] | 373 | }, |
| 374 | { |
Koji Ishii | eb83e8c | 2017-12-07 17:58:27 | [diff] [blame] | 375 | "prefix": "layout_ng", |
Koji Ishii | 839cd45 | 2017-12-05 06:16:59 | [diff] [blame] | 376 | "base": "fast/writing-mode", |
Xianzhu Wang | c689558 | 2018-06-25 21:02:28 | [diff] [blame] | 377 | "args": ["--enable-blink-features=LayoutNG"] |
Koji Ishii | 839cd45 | 2017-12-05 06:16:59 | [diff] [blame] | 378 | }, |
| 379 | { |
Morten Stenshorne | 7024975 | 2018-04-04 19:38:41 | [diff] [blame] | 380 | "prefix": "layout_ng_experimental", |
| 381 | "base": "external/wpt/css/css-multicol", |
| 382 | "args": ["--enable-blink-features=LayoutNGBlockFragmentation"] |
| 383 | }, |
| 384 | { |
| 385 | "prefix": "layout_ng_experimental", |
| 386 | "base": "fast/multicol", |
| 387 | "args": ["--enable-blink-features=LayoutNGBlockFragmentation"] |
| 388 | }, |
| 389 | { |
| 390 | "prefix": "layout_ng_experimental", |
| 391 | "base": "fast/pagination", |
| 392 | "args": ["--enable-blink-features=LayoutNGBlockFragmentation"] |
| 393 | }, |
| 394 | { |
| 395 | "prefix": "layout_ng_experimental", |
| 396 | "base": "fragmentation", |
| 397 | "args": ["--enable-blink-features=LayoutNGBlockFragmentation"] |
| 398 | }, |
| 399 | { |
| 400 | "prefix": "layout_ng_experimental", |
| 401 | "base": "printing", |
| 402 | "args": ["--enable-blink-features=LayoutNGBlockFragmentation"] |
| 403 | }, |
| 404 | { |
David Grogan | d00c6bf | 2018-05-01 21:18:50 | [diff] [blame] | 405 | "prefix": "layout_ng_experimental", |
| 406 | "base": "css3/flexbox", |
| 407 | "args": ["--enable-blink-features=LayoutNGFlexBox"] |
| 408 | }, |
| 409 | { |
| 410 | "prefix": "layout_ng_experimental", |
| 411 | "base": "external/wpt/css/css-flexbox", |
| 412 | "args": ["--enable-blink-features=LayoutNGFlexBox"] |
| 413 | }, |
| 414 | { |
Morten Stenshorne | 4fb3a47 | 2018-10-04 13:09:35 | [diff] [blame] | 415 | "prefix": "layout_ng_experimental", |
| 416 | "base": "external/wpt/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements", |
| 417 | "args": ["--enable-blink-features=LayoutNGFieldset"] |
| 418 | }, |
| 419 | { |
| 420 | "prefix": "layout_ng_experimental", |
| 421 | "base": "fast/forms/fieldset", |
| 422 | "args": ["--enable-blink-features=LayoutNGFieldset"] |
| 423 | }, |
| 424 | { |
gozzard | 080936f | 2017-02-10 10:59:01 | [diff] [blame] | 425 | "prefix": "print_browser", |
| 426 | "base": "print_testharness", |
| 427 | "args": ["--enable-print-browser"] |
kainino | 36eeff8 | 2017-03-30 00:55:30 | [diff] [blame] | 428 | }, |
| 429 | { |
dmazzoni | 36fd012 | 2017-06-09 19:13:08 | [diff] [blame] | 430 | "prefix": "high-contrast-mode", |
Dominic Mazzoni | d5af4cd | 2017-06-15 22:39:34 | [diff] [blame] | 431 | "base": "paint/high-contrast-mode/image-filter-all", |
| 432 | "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=0"] |
| 433 | }, |
| 434 | { |
| 435 | "prefix": "high-contrast-mode", |
| 436 | "base": "paint/high-contrast-mode/image-filter-none", |
| 437 | "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=1"] |
Kinuko Yasuda | cc06079 | 2017-07-19 19:31:30 | [diff] [blame] | 438 | }, |
| 439 | { |
Ramin Halavati | d340910 | 2017-09-27 05:37:19 | [diff] [blame] | 440 | "prefix": "high-contrast-mode", |
| 441 | "base": "paint/high-contrast-mode/image-filter-smart", |
| 442 | "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=2"] |
| 443 | }, |
| 444 | { |
Kinuko Yasuda | cc06079 | 2017-07-19 19:31:30 | [diff] [blame] | 445 | "prefix": "outofblink-cors", |
Daniel Hintze | c3f4765 | 2017-08-09 11:55:12 | [diff] [blame] | 446 | "base": "external/wpt/fetch", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 447 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
mark a. foltz | 01ff34a1 | 2017-07-25 23:33:47 | [diff] [blame] | 448 | }, |
| 449 | { |
Daniel Hintze | 0933e4ae | 2017-08-31 10:39:36 | [diff] [blame] | 450 | "prefix": "outofblink-cors", |
| 451 | "base": "external/wpt/http", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 452 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Daniel Hintze | 0933e4ae | 2017-08-31 10:39:36 | [diff] [blame] | 453 | }, |
| 454 | { |
| 455 | "prefix": "outofblink-cors", |
| 456 | "base": "external/wpt/referrer-policy", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 457 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Daniel Hintze | 0933e4ae | 2017-08-31 10:39:36 | [diff] [blame] | 458 | }, |
| 459 | { |
| 460 | "prefix": "outofblink-cors", |
| 461 | "base": "external/wpt/service-workers", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 462 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Yutaka Hirano | 75899c5 | 2018-06-13 08:49:36 | [diff] [blame] | 463 | }, |
| 464 | { |
| 465 | "prefix": "outofblink-cors", |
Yutaka Hirano | 35e5441 | 2018-07-26 12:35:13 | [diff] [blame] | 466 | "base": "external/wpt/xhr", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 467 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Yutaka Hirano | 35e5441 | 2018-07-26 12:35:13 | [diff] [blame] | 468 | }, |
| 469 | { |
| 470 | "prefix": "outofblink-cors", |
Yutaka Hirano | 75899c5 | 2018-06-13 08:49:36 | [diff] [blame] | 471 | "base": "http/tests/fetch", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 472 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Daniel Hintze | 0933e4ae | 2017-08-31 10:39:36 | [diff] [blame] | 473 | }, |
| 474 | { |
| 475 | "prefix": "outofblink-cors", |
Takashi Toyoshima | 449e22a | 2018-09-05 05:49:26 | [diff] [blame] | 476 | "base": "http/tests/navigation", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 477 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Takashi Toyoshima | 449e22a | 2018-09-05 05:49:26 | [diff] [blame] | 478 | }, |
| 479 | { |
| 480 | "prefix": "outofblink-cors", |
| 481 | "base": "http/tests/security", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 482 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Takashi Toyoshima | 449e22a | 2018-09-05 05:49:26 | [diff] [blame] | 483 | }, |
| 484 | { |
| 485 | "prefix": "outofblink-cors", |
Daniel Hintze | 0933e4ae | 2017-08-31 10:39:36 | [diff] [blame] | 486 | "base": "http/tests/xmlhttprequest", |
Takashi Toyoshima | da99e0a | 2018-11-19 13:22:04 | [diff] [blame] | 487 | "args": ["--enable-features=OutOfBlinkCors,ServiceWorkerServicification"] |
Daniel Hintze | 0933e4ae | 2017-08-31 10:39:36 | [diff] [blame] | 488 | }, |
| 489 | { |
mark a. foltz | 01ff34a1 | 2017-07-25 23:33:47 | [diff] [blame] | 490 | "prefix": "presentation", |
| 491 | "base": "receiver", |
| 492 | "args": ["--force-presentation-receiver-for-testing"] |
Marijn Kruisselbrink | 8c27641 | 2017-07-29 06:11:21 | [diff] [blame] | 493 | }, |
| 494 | { |
Malcolm White | 7bbf3496 | 2018-01-24 16:46:20 | [diff] [blame] | 495 | "prefix": "sharedarraybuffer", |
| 496 | "base": "external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers", |
| 497 | "args": ["--js-flags=--harmony-sharedarraybuffer", |
| 498 | "--enable-blink-features=SharedArrayBuffer"] |
| 499 | }, |
| 500 | { |
Liquan (Max) Gu | 4af3954 | 2017-08-31 08:21:54 | [diff] [blame] | 501 | "prefix": "longtask-v2", |
| 502 | "base": "http/tests/performance-timing/longtask-v2", |
Liquan (Max) Gu | 3c3bf60 | 2017-10-11 17:10:30 | [diff] [blame] | 503 | "args": ["--enable-blink-features=LongTaskV2"] |
Nicolas Pena | f3bcf22 | 2017-09-08 18:08:30 | [diff] [blame] | 504 | }, |
| 505 | { |
| 506 | "prefix": "paint-timing", |
| 507 | "base": "external/wpt/paint-timing", |
| 508 | "args": ["--enable-threaded-compositing"] |
Mike West | c7eaaad | 2017-09-18 12:33:24 | [diff] [blame] | 509 | }, |
| 510 | { |
| 511 | "prefix": "cors-rfc1918", |
| 512 | "base": "http/tests/security/cors-rfc1918", |
| 513 | "args": ["--enable-blink-features=CorsRFC1918"] |
Nicolas Pena | 0b4a4a6 | 2017-10-17 03:56:40 | [diff] [blame] | 514 | }, |
| 515 | { |
| 516 | "prefix": "single-renderer-process", |
| 517 | "base": "external/wpt/longtask-timing/shared-renderer", |
| 518 | "args": ["--renderer-process-limit=1"] |
Hiroshige Hayashizaki | 03ab3c4 | 2017-10-24 01:23:39 | [diff] [blame] | 519 | }, |
| 520 | { |
Andy Paicu | e8a7911 | 2018-01-17 07:38:48 | [diff] [blame] | 521 | "prefix": "reporting-api", |
| 522 | "base": "external/wpt/content-security-policy/reporting-api", |
Andy Paicu | acb9f5c | 2017-10-27 06:49:40 | [diff] [blame] | 523 | "args": ["--enable-features=Reporting"] |
Ella Ge | 7df0011 | 2017-11-02 03:17:05 | [diff] [blame] | 524 | }, |
| 525 | { |
Douglas Creager | 75b64868 | 2018-08-17 16:14:37 | [diff] [blame] | 526 | "prefix": "network-error-logging", |
| 527 | "base": "external/wpt/network-error-logging", |
| 528 | "args": ["--enable-features=Reporting,NetworkErrorLogging"] |
| 529 | }, |
| 530 | { |
Ella Ge | 7df0011 | 2017-11-02 03:17:05 | [diff] [blame] | 531 | "prefix": "mouseevent_fractional", |
| 532 | "base": "fast/events", |
| 533 | "args": ["--enable-blink-features=FractionalMouseEvent"] |
Hayato Ito | c66b9c9 | 2017-11-16 03:33:40 | [diff] [blame] | 534 | }, |
| 535 | { |
David Bokan | 7d8e73c | 2018-10-25 11:52:02 | [diff] [blame] | 536 | "prefix": "fractional_scrolling_threaded", |
| 537 | "base": "fast/scrolling", |
| 538 | "args": ["--enable-blink-features=FractionalScrollOffsets", "--enable-threaded-compositing"] |
| 539 | }, |
| 540 | { |
| 541 | "prefix": "fractional_scrolling", |
| 542 | "base": "fast/scrolling", |
| 543 | "args": ["--enable-blink-features=FractionalScrollOffsets"] |
| 544 | }, |
| 545 | { |
Charlie Harrison | b469a6e | 2018-09-28 22:42:09 | [diff] [blame] | 546 | "prefix": "speech-with-unified-autoplay", |
| 547 | "base": "external/wpt/speech-api", |
| 548 | "args": ["--autoplay-policy=document-user-activation-required"] |
| 549 | }, |
| 550 | { |
Becca Hughes | 15a5eb5 | 2017-12-13 11:52:27 | [diff] [blame] | 551 | "prefix": "unified-autoplay", |
| 552 | "base": "external/wpt/feature-policy", |
| 553 | "args": ["--autoplay-policy=document-user-activation-required"] |
Tsuyoshi Horo | b8d512a | 2018-01-25 17:01:59 | [diff] [blame] | 554 | }, |
| 555 | { |
Kevin McNee | b19d962 | 2018-06-04 17:01:39 | [diff] [blame] | 556 | "prefix": "threaded", |
| 557 | "base": "external/wpt/feature-policy/experimental-features", |
| 558 | "args": ["--enable-threaded-compositing"] |
| 559 | }, |
| 560 | { |
Alexei Filippov | 0ed5a80 | 2018-01-27 17:20:58 | [diff] [blame] | 561 | "prefix": "sampling-heap-profiler", |
| 562 | "base": "inspector-protocol/memory", |
| 563 | "args": ["--sampling-heap-profiler"] |
arthursonzogni | b950d90 | 2018-02-08 09:27:13 | [diff] [blame] | 564 | }, |
| 565 | { |
Tsuyoshi Horo | 8be6ce0 | 2019-02-21 12:45:00 | [diff] [blame] | 566 | "prefix": "sxg-reporting", |
| 567 | "base": "external/wpt/signed-exchange", |
| 568 | "args": ["--enable-features=SignedExchangeReportingForDistributors"] |
| 569 | }, |
| 570 | { |
| 571 | "prefix": "sxg-reporting-with-network-service", |
| 572 | "base": "external/wpt/signed-exchange", |
| 573 | "args": ["--enable-features=SignedExchangeReportingForDistributors,NetworkService"] |
| 574 | }, |
| 575 | { |
Kunihiko Sakamoto | c797a4c | 2018-07-11 07:36:43 | [diff] [blame] | 576 | "prefix": "sxg-with-network-service", |
| 577 | "base": "http/tests/loading/sxg", |
Kunihiko Sakamoto | 0cc9371 | 2019-01-11 06:26:53 | [diff] [blame] | 578 | "args": ["--enable-features=NetworkService"] |
Tsuyoshi Horo | 12ed3c5 | 2018-04-07 07:36:19 | [diff] [blame] | 579 | }, |
| 580 | { |
Kunihiko Sakamoto | c797a4c | 2018-07-11 07:36:43 | [diff] [blame] | 581 | "prefix": "sxg-with-network-service", |
| 582 | "base": "http/tests/devtools/sxg", |
Kunihiko Sakamoto | 0cc9371 | 2019-01-11 06:26:53 | [diff] [blame] | 583 | "args": ["--enable-features=NetworkService"] |
Tsuyoshi Horo | 3317f6d | 2018-04-26 03:23:46 | [diff] [blame] | 584 | }, |
| 585 | { |
Kunihiko Sakamoto | 2957c4d8 | 2018-10-23 02:22:17 | [diff] [blame] | 586 | "prefix": "sxg-with-network-service", |
| 587 | "base": "external/wpt/signed-exchange", |
Kunihiko Sakamoto | 0cc9371 | 2019-01-11 06:26:53 | [diff] [blame] | 588 | "args": ["--enable-features=NetworkService"] |
Kunihiko Sakamoto | 2957c4d8 | 2018-10-23 02:22:17 | [diff] [blame] | 589 | }, |
| 590 | { |
Hiroshige Hayashizaki | 391b36e | 2018-11-26 18:58:18 | [diff] [blame] | 591 | "prefix": "omt-worker-fetch", |
Hiroshige Hayashizaki | 425757c22 | 2019-02-06 03:52:03 | [diff] [blame] | 592 | "base": "external/wpt/mixed-content/classic-data-worker-fetch", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 593 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroshige Hayashizaki | 425757c22 | 2019-02-06 03:52:03 | [diff] [blame] | 594 | }, |
| 595 | { |
| 596 | "prefix": "omt-worker-fetch", |
| 597 | "base": "external/wpt/mixed-content/module-data-worker-import", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 598 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroshige Hayashizaki | 425757c22 | 2019-02-06 03:52:03 | [diff] [blame] | 599 | }, |
| 600 | { |
| 601 | "prefix": "omt-worker-fetch", |
| 602 | "base": "external/wpt/mixed-content/module-worker-top-level", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 603 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroshige Hayashizaki | 425757c22 | 2019-02-06 03:52:03 | [diff] [blame] | 604 | }, |
| 605 | { |
| 606 | "prefix": "omt-worker-fetch", |
| 607 | "base": "external/wpt/mixed-content/worker-request", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 608 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroshige Hayashizaki | 425757c22 | 2019-02-06 03:52:03 | [diff] [blame] | 609 | }, |
| 610 | { |
| 611 | "prefix": "omt-worker-fetch", |
Hiroshige Hayashizaki | 16f64c7 | 2018-11-27 00:58:30 | [diff] [blame] | 612 | "base": "external/wpt/referrer-policy", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 613 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroshige Hayashizaki | 425757c22 | 2019-02-06 03:52:03 | [diff] [blame] | 614 | }, |
| 615 | { |
| 616 | "prefix": "omt-worker-fetch", |
Hiroki Nakagawa | b79a17d | 2019-02-18 04:32:24 | [diff] [blame] | 617 | "base": "external/wpt/resource-timing", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 618 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroki Nakagawa | b79a17d | 2019-02-18 04:32:24 | [diff] [blame] | 619 | }, |
| 620 | { |
| 621 | "prefix": "omt-worker-fetch", |
Hiroshige Hayashizaki | 425757c22 | 2019-02-06 03:52:03 | [diff] [blame] | 622 | "base": "external/wpt/upgrade-insecure-requests", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 623 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroshige Hayashizaki | 16f64c7 | 2018-11-27 00:58:30 | [diff] [blame] | 624 | }, |
| 625 | { |
| 626 | "prefix": "omt-worker-fetch", |
Hiroki Nakagawa | 0636fe9 | 2018-11-01 03:15:55 | [diff] [blame] | 627 | "base": "external/wpt/workers", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 628 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroki Nakagawa | 0636fe9 | 2018-11-01 03:15:55 | [diff] [blame] | 629 | }, |
| 630 | { |
Hiroshige Hayashizaki | 391b36e | 2018-11-26 18:58:18 | [diff] [blame] | 631 | "prefix": "omt-worker-fetch", |
Hiroki Nakagawa | 0636fe9 | 2018-11-01 03:15:55 | [diff] [blame] | 632 | "base": "fast/workers", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 633 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroki Nakagawa | 0636fe9 | 2018-11-01 03:15:55 | [diff] [blame] | 634 | }, |
| 635 | { |
Hiroki Nakagawa | c1505ba | 2018-12-06 05:52:54 | [diff] [blame] | 636 | "prefix": "omt-worker-fetch", |
| 637 | "base": "http/tests/workers", |
John Abd-El-Malek | 708db9b | 2019-02-25 18:10:35 | [diff] [blame] | 638 | "args": ["--enable-features=OffMainThreadDedicatedWorkerScriptFetch,OffMainThreadSharedWorkerScriptFetch"] |
Hiroki Nakagawa | c1505ba | 2018-12-06 05:52:54 | [diff] [blame] | 639 | }, |
| 640 | { |
Henrik Boström | 07021ec8 | 2019-01-17 22:23:56 | [diff] [blame] | 641 | "prefix": "webrtc-wpt-plan-b", |
Henrik Boström | 72b2a8b | 2018-04-12 14:33:36 | [diff] [blame] | 642 | "base": "external/wpt/webrtc", |
Henrik Boström | 07021ec8 | 2019-01-17 22:23:56 | [diff] [blame] | 643 | "args": ["--disable-features=RTCUnifiedPlanByDefault"] |
Mounir Lamouri | c0339327 | 2018-05-02 23:39:54 | [diff] [blame] | 644 | }, |
| 645 | { |
| 646 | "prefix": "video-surface-layer", |
| 647 | "base": "media", |
| 648 | "args": ["--enable-features=UseSurfaceLayerForVideo", |
| 649 | "--enable-display-compositor-pixel-dump"] |
Matt Reynolds | 6e63047 | 2018-05-08 19:28:32 | [diff] [blame] | 650 | }, |
| 651 | { |
| 652 | "prefix": "user-activation-v2", |
Mustaq Ahmed | 11d4958 | 2018-06-19 15:18:51 | [diff] [blame] | 653 | "base": "fast/dom/Window", |
| 654 | "args": ["--enable-features=UserActivationV2"] |
| 655 | }, |
| 656 | { |
| 657 | "prefix": "user-activation-v2", |
Mustaq Ahmed | 9d44bd4 | 2018-06-18 14:14:55 | [diff] [blame] | 658 | "base": "fast/events", |
| 659 | "args": ["--enable-features=UserActivationV2"] |
| 660 | }, |
| 661 | { |
| 662 | "prefix": "user-activation-v2", |
Mustaq Ahmed | 82d707b1 | 2018-06-19 14:13:57 | [diff] [blame] | 663 | "base": "fullscreen", |
| 664 | "args": ["--enable-features=UserActivationV2"] |
| 665 | }, |
| 666 | { |
| 667 | "prefix": "user-activation-v2", |
Mustaq Ahmed | acd5eda | 2018-06-25 15:04:32 | [diff] [blame] | 668 | "base": "gamepad", |
Matt Reynolds | 6e63047 | 2018-05-08 19:28:32 | [diff] [blame] | 669 | "args": ["--enable-features=UserActivationV2"] |
Fernando Serboncini | cf60c7c | 2018-05-24 17:53:36 | [diff] [blame] | 670 | }, |
| 671 | { |
Mustaq Ahmed | 47023ef | 2018-06-20 17:00:18 | [diff] [blame] | 672 | "prefix": "user-activation-v2", |
| 673 | "base": "http/tests/media/autoplay", |
| 674 | "args": ["--enable-features=UserActivationV2"] |
| 675 | }, |
| 676 | { |
Fernando Serboncini | cf60c7c | 2018-05-24 17:53:36 | [diff] [blame] | 677 | "prefix": "display-compositor-pixel-dump", |
| 678 | "base": "fast/canvas/display-compositor-pixel-dump", |
| 679 | "args": ["--enable-display-compositor-pixel-dump", |
| 680 | "--enable-accelerated-2d-canvas"] |
Marijn Kruisselbrink | d91a89c | 2018-05-31 16:02:14 | [diff] [blame] | 681 | }, |
| 682 | { |
| 683 | "prefix": "mojo-blob-urls", |
| 684 | "base": "external/wpt/FileAPI/url", |
Marijn Kruisselbrink | cde6463 | 2018-06-22 22:45:16 | [diff] [blame] | 685 | "args": ["--enable-features=MojoBlobURLs"] |
Daniel Vogelheim | 7ac92ce | 2018-08-06 15:26:26 | [diff] [blame] | 686 | }, |
| 687 | { |
rajendrant | dfda8156 | 2018-08-15 23:58:38 | [diff] [blame] | 688 | "prefix": "lazyload-image", |
| 689 | "base": "http/tests/lazyload", |
| 690 | "args": ["--enable-features=LazyImageLoading"] |
| 691 | }, |
| 692 | { |
Daniel Vogelheim | 7ac92ce | 2018-08-06 15:26:26 | [diff] [blame] | 693 | "prefix": "origin-policy", |
| 694 | "base": "external/wpt/origin-policy", |
| 695 | "args": ["--enable-features=OriginPolicy"] |
Stefan Zager | 54e2583 | 2018-08-14 22:15:31 | [diff] [blame] | 696 | }, |
| 697 | { |
Ehsan Karamad | d8d86dd | 2018-09-12 15:28:03 | [diff] [blame] | 698 | "prefix" : "lazyload-policy", |
| 699 | "base": "external/wpt/feature-policy/experimental-features/lazyload", |
Ehsan Karamad | 03b4fcd | 2018-10-12 14:32:17 | [diff] [blame] | 700 | "args": ["--enable-blink-features=LazyFrameLoading,LazyImageLoading"] |
Vladimir Levin | d5f146f | 2018-10-04 23:47:44 | [diff] [blame] | 701 | }, |
| 702 | { |
| 703 | "prefix": "display-lock", |
| 704 | "base": "display-lock", |
| 705 | "args": ["--enable-blink-features=DisplayLocking"] |
Kenneth Russell | 92f861e | 2018-10-06 00:29:55 | [diff] [blame] | 706 | }, |
| 707 | { |
Carlos IL | 220935b | 2018-10-08 19:07:49 | [diff] [blame] | 708 | "prefix" : "autoupgrade-optionally-blockable-mixed-content", |
| 709 | "base": "http/tests/mixed-autoupgrade/optionally", |
| 710 | "args": ["--enable-features=AutoupgradeMixedContent<AU --force-fieldtrials=AU/G1 --force-fieldtrial-params=AU.G1:mode/optionally-blockable"] |
| 711 | }, |
| 712 | { |
| 713 | "prefix" : "autoupgrade-blockable-mixed-content", |
| 714 | "base": "http/tests/mixed-autoupgrade/blockable", |
| 715 | "args": ["--enable-features=AutoupgradeMixedContent<AU --force-fieldtrials=AU/G1 --force-fieldtrial-params=AU.G1:mode/blockable"] |
| 716 | }, |
| 717 | { |
| 718 | "prefix" : "autoupgrade-all-mixed-content", |
| 719 | "base": "http/tests/mixed-autoupgrade/all", |
| 720 | "args": ["--enable-features=AutoupgradeMixedContent"] |
| 721 | }, |
| 722 | { |
Kenneth Russell | 92f861e | 2018-10-06 00:29:55 | [diff] [blame] | 723 | "prefix": "webgl-extra-video-texture-metadata", |
| 724 | "base": "fast/webgl/video-metadata", |
| 725 | "args": ["--enable-blink-features=ExtraWebGLVideoTextureMetadata"] |
Mythri Alle | b29ba58 | 2018-11-15 20:11:59 | [diff] [blame] | 726 | }, |
| 727 | { |
| 728 | "prefix": "site-isolated-code-cache", |
| 729 | "base": "http/tests/devtools/isolated-code-cache", |
| 730 | "args": ["--enable-features=IsolatedCodeCache", |
| 731 | "--site-per-process"] |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 732 | }, |
| 733 | { |
Bill Budge | 7aca1c54 | 2019-01-30 18:57:29 | [diff] [blame] | 734 | "prefix": "wasm-site-isolated-code-cache", |
| 735 | "base": "http/tests/devtools/wasm-isolated-code-cache", |
| 736 | "args": ["--enable-features=IsolatedCodeCache,WasmCodeCache", |
| 737 | "--disable-features=WebAssemblyBaseline", |
| 738 | "--site-per-process"] |
| 739 | }, |
| 740 | { |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 741 | "prefix": "not-site-per-process", |
| 742 | "base": "http/tests/devtools/isolated-code-cache", |
| 743 | "args": ["--disable-site-isolation-trials"] |
| 744 | }, |
| 745 | { |
| 746 | "prefix": "not-site-per-process", |
| 747 | "base": "external/wpt/FileAPI/url/multi-global-origin-serialization.sub.html", |
| 748 | "args": ["--disable-site-isolation-trials"] |
| 749 | }, |
| 750 | { |
| 751 | "prefix": "not-site-per-process", |
| 752 | "base": "external/wpt/content-security-policy/securitypolicyviolation/upgrade-insecure-requests-reporting.https.html", |
| 753 | "args": ["--disable-site-isolation-trials"] |
| 754 | }, |
| 755 | { |
| 756 | "prefix": "not-site-per-process", |
| 757 | "base": "external/wpt/dom/events/EventListener-addEventListener.sub.window.js", |
| 758 | "args": ["--disable-site-isolation-trials"] |
| 759 | }, |
| 760 | { |
| 761 | "prefix": "not-site-per-process", |
| 762 | "base": "external/wpt/dom/events/EventListener-incumbent-global-1.sub.html", |
| 763 | "args": ["--disable-site-isolation-trials"] |
| 764 | }, |
| 765 | { |
| 766 | "prefix": "not-site-per-process", |
| 767 | "base": "external/wpt/dom/events/EventListener-incumbent-global-2.sub.html", |
| 768 | "args": ["--disable-site-isolation-trials"] |
| 769 | }, |
| 770 | { |
| 771 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 2542093 | 2018-12-18 20:59:22 | [diff] [blame] | 772 | "base": "http/tests/dom/EventListener-incumbent-global-1.html", |
| 773 | "args": ["--disable-site-isolation-trials"] |
| 774 | }, |
| 775 | { |
| 776 | "prefix": "not-site-per-process", |
| 777 | "base": "http/tests/dom/EventListener-incumbent-global-2.html", |
| 778 | "args": ["--disable-site-isolation-trials"] |
| 779 | }, |
| 780 | { |
| 781 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 782 | "base": "external/wpt/html/browsers/history/the-location-interface/allow_prototype_cycle_through_location.sub.html", |
| 783 | "args": ["--disable-site-isolation-trials"] |
| 784 | }, |
| 785 | { |
| 786 | "prefix": "not-site-per-process", |
| 787 | "base": "external/wpt/html/browsers/history/the-location-interface/location-prototype-setting-same-origin-domain.sub.html", |
| 788 | "args": ["--disable-site-isolation-trials"] |
| 789 | }, |
| 790 | { |
| 791 | "prefix": "not-site-per-process", |
| 792 | "base": "external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-on-new-window.html", |
| 793 | "args": ["--disable-site-isolation-trials"] |
| 794 | }, |
| 795 | { |
| 796 | "prefix": "not-site-per-process", |
| 797 | "base": "external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects.html", |
| 798 | "args": ["--disable-site-isolation-trials"] |
| 799 | }, |
| 800 | { |
| 801 | "prefix": "not-site-per-process", |
| 802 | "base": "external/wpt/html/browsers/origin/relaxing-the-same-origin-restriction", |
| 803 | "args": ["--disable-site-isolation-trials"] |
| 804 | }, |
| 805 | { |
| 806 | "prefix": "not-site-per-process", |
| 807 | "base": "external/wpt/html/browsers/the-windowproxy-exotic-object/windowproxy-prototype-setting-same-origin-domain.sub.html", |
| 808 | "args": ["--disable-site-isolation-trials"] |
| 809 | }, |
| 810 | { |
| 811 | "prefix": "not-site-per-process", |
| 812 | "base": "external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-success.sub.html", |
| 813 | "args": ["--disable-site-isolation-trials"] |
| 814 | }, |
| 815 | { |
| 816 | "prefix": "not-site-per-process", |
| 817 | "base": "external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-similar-but-cross-origin-success.sub.html", |
| 818 | "args": ["--disable-site-isolation-trials"] |
| 819 | }, |
| 820 | { |
| 821 | "prefix": "not-site-per-process", |
| 822 | "base": "external/wpt/html/syntax/parsing/html5lib_tests19.html", |
| 823 | "args": ["--disable-site-isolation-trials"] |
| 824 | }, |
| 825 | { |
| 826 | "prefix": "not-site-per-process", |
| 827 | "base": "external/wpt/html/user-activation/message-event-activation-api-iframe-cross-origin.sub.tentative.html", |
| 828 | "args": ["--disable-site-isolation-trials"] |
| 829 | }, |
| 830 | { |
| 831 | "prefix": "not-site-per-process", |
Kevin McNee | cb33232c | 2019-02-13 23:05:03 | [diff] [blame] | 832 | "base": "http/tests/media/autoplay/webaudio-autoplay-iframe-with-gesture.html", |
| 833 | "args": ["--disable-site-isolation-trials"] |
| 834 | }, |
| 835 | { |
| 836 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 837 | "base": "external/wpt/payment-request/allowpaymentrequest/setting-allowpaymentrequest-timing.https.sub.html", |
| 838 | "args": ["--disable-site-isolation-trials"] |
| 839 | }, |
| 840 | { |
| 841 | "prefix": "not-site-per-process", |
Ben Smith | aafacb1 | 2019-01-31 17:46:40 | [diff] [blame] | 842 | "base": "external/wpt/wasm/serialization/module/window-domain-success.sub.html", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 843 | "args": ["--disable-site-isolation-trials"] |
| 844 | }, |
| 845 | { |
| 846 | "prefix": "not-site-per-process", |
Ben Smith | aafacb1 | 2019-01-31 17:46:40 | [diff] [blame] | 847 | "base": "external/wpt/wasm/serialization/module/window-similar-but-cross-origin-success.sub.html", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 848 | "args": ["--disable-site-isolation-trials"] |
| 849 | }, |
| 850 | { |
| 851 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 852 | "base": "http/tests/devtools/debugger/fetch-breakpoints.js", |
| 853 | "args": ["--disable-site-isolation-trials"] |
| 854 | }, |
| 855 | { |
| 856 | "prefix": "not-site-per-process", |
| 857 | "base": "http/tests/devtools/oopif/oopif-storage.js", |
| 858 | "args": ["--disable-site-isolation-trials"] |
| 859 | }, |
| 860 | { |
| 861 | "prefix": "not-site-per-process", |
| 862 | "base": "http/tests/images/image-decode-in-frame.html", |
| 863 | "args": ["--disable-site-isolation-trials"] |
| 864 | }, |
| 865 | { |
| 866 | "prefix": "not-site-per-process", |
| 867 | "base": "http/tests/inspector-protocol/access-inspected-object.js", |
| 868 | "args": ["--disable-site-isolation-trials"] |
| 869 | }, |
| 870 | { |
| 871 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 27a0372 | 2018-11-20 19:57:07 | [diff] [blame] | 872 | "base": "http/tests/inspector-protocol/network/navigation-blocking-xorigin-iframe.js", |
| 873 | "args": ["--disable-site-isolation-trials"] |
| 874 | }, |
| 875 | { |
| 876 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 877 | "base": "http/tests/inspector-protocol/request-mixed-content-status-blockable.js", |
| 878 | "args": ["--disable-site-isolation-trials"] |
| 879 | }, |
| 880 | { |
| 881 | "prefix": "not-site-per-process", |
| 882 | "base": "http/tests/inspector-protocol/request-mixed-content-status-none.js", |
| 883 | "args": ["--disable-site-isolation-trials"] |
| 884 | }, |
| 885 | { |
| 886 | "prefix": "not-site-per-process", |
| 887 | "base": "http/tests/inspector-protocol/request-mixed-content-status-optionally-blockable.js", |
| 888 | "args": ["--disable-site-isolation-trials"] |
| 889 | }, |
| 890 | { |
| 891 | "prefix": "not-site-per-process", |
| 892 | "base": "http/tests/loading/bad-server-subframe.html", |
| 893 | "args": ["--disable-site-isolation-trials"] |
| 894 | }, |
| 895 | { |
| 896 | "prefix": "not-site-per-process", |
| 897 | "base": "http/tests/local/drag-over-remote-content.html", |
| 898 | "args": ["--disable-site-isolation-trials"] |
| 899 | }, |
| 900 | { |
| 901 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 902 | "base": "http/tests/media/autoplay/document-user-activation-feature-policy-iframe-no-gesture.html", |
| 903 | "args": ["--disable-site-isolation-trials"] |
| 904 | }, |
| 905 | { |
| 906 | "prefix": "not-site-per-process", |
| 907 | "base": "http/tests/misc/iframe-script-modify-attr.html", |
| 908 | "args": ["--disable-site-isolation-trials"] |
| 909 | }, |
| 910 | { |
| 911 | "prefix": "not-site-per-process", |
| 912 | "base": "http/tests/misc/webtiming-no-origin.html", |
| 913 | "args": ["--disable-site-isolation-trials"] |
| 914 | }, |
| 915 | { |
| 916 | "prefix": "not-site-per-process", |
Lukasz Anforowicz | 04bc630 | 2018-11-19 19:04:28 | [diff] [blame] | 917 | "base": "http/tests/printing/cross-site-frame-scrolled.html", |
| 918 | "args": ["--disable-site-isolation-trials"] |
| 919 | }, |
| 920 | { |
| 921 | "prefix": "not-site-per-process", |
| 922 | "base": "http/tests/printing/cross-site-frame.html", |
| 923 | "args": ["--disable-site-isolation-trials"] |
| 924 | }, |
| 925 | { |
| 926 | "prefix": "not-site-per-process", |
| 927 | "base": "http/tests/security/frameNavigation/xss-DENIED-top-navigation-without-user-gesture.html", |
| 928 | "args": ["--disable-site-isolation-trials"] |
| 929 | }, |
| 930 | { |
| 931 | "prefix": "not-site-per-process", |
| 932 | "base": "http/tests/security/mixedContent/insecure-iframe-in-main-frame.html", |
| 933 | "args": ["--disable-site-isolation-trials"] |
| 934 | }, |
| 935 | { |
| 936 | "prefix": "not-site-per-process", |
| 937 | "base": "http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html", |
| 938 | "args": ["--disable-site-isolation-trials"] |
| 939 | }, |
| 940 | { |
| 941 | "prefix": "not-site-per-process", |
| 942 | "base": "http/tests/text-autosizing/narrow-iframe.html", |
| 943 | "args": ["--disable-site-isolation-trials"] |
| 944 | }, |
| 945 | { |
| 946 | "prefix": "not-site-per-process", |
| 947 | "base": "http/tests/text-autosizing/wide-iframe.html", |
| 948 | "args": ["--disable-site-isolation-trials"] |
| 949 | }, |
| 950 | { |
| 951 | "prefix": "not-site-per-process", |
| 952 | "base": "http/tests/webaudio/autoplay-crossorigin.html", |
| 953 | "args": ["--disable-site-isolation-trials"] |
| 954 | }, |
| 955 | { |
Leszek Swirski | 4d080ae | 2018-11-23 14:22:39 | [diff] [blame] | 956 | "prefix": "streaming-preload", |
| 957 | "base": "http/tests/fetch", |
| 958 | "args": ["--enable-features=ScriptStreamingOnPreload"] |
| 959 | }, |
| 960 | { |
| 961 | "prefix": "streaming-preload", |
| 962 | "base": "external/wpt/html/semantics/scripting-1", |
| 963 | "args": ["--enable-features=ScriptStreamingOnPreload"] |
| 964 | }, |
| 965 | { |
Adam Rice | 67c6d5f | 2019-02-11 22:50:41 | [diff] [blame] | 966 | "prefix": "streams-native", |
| 967 | "base": "external/wpt/streams", |
| 968 | "args": ["--enable-blink-features=StreamsNative", "--enable-features=BlinkHeapUnifiedGarbageCollection"] |
| 969 | }, |
| 970 | { |
| 971 | "prefix": "streams-native", |
| 972 | "base": "http/tests/streams", |
| 973 | "args": ["--enable-blink-features=StreamsNative", "--enable-features=BlinkHeapUnifiedGarbageCollection"] |
| 974 | }, |
| 975 | { |
Xiaocheng Hu | cedfdf9 | 2019-01-30 06:59:17 | [diff] [blame] | 976 | "prefix": "bidi-caret-affinity", |
| 977 | "base": "editing/selection/modify_move", |
| 978 | "args": ["--enable-blink-features=BidiCaretAffinity,EditingNG"] |
Ian Clelland | 9ead2e86 | 2019-02-01 18:04:23 | [diff] [blame] | 979 | }, |
| 980 | { |
Dave Tapuska | 1dd5774 | 2019-02-07 01:07:37 | [diff] [blame] | 981 | "prefix": "freeze-frames", |
| 982 | "base": "external/wpt/lifecycle", |
| 983 | "args": ["--enable-features=FreezeFramesOnVisibility"] |
| 984 | }, |
| 985 | { |
Ian Clelland | 9ead2e86 | 2019-02-01 18:04:23 | [diff] [blame] | 986 | "prefix": "feature-policy-for-sandbox", |
| 987 | "base": "http/tests/navigation", |
| 988 | "args": ["--enable-blink-features=FeaturePolicyForSandbox"] |
| 989 | }, |
| 990 | { |
| 991 | "prefix": "feature-policy-for-sandbox", |
| 992 | "base": "http/tests/security", |
| 993 | "args": ["--enable-blink-features=FeaturePolicyForSandbox"] |
| 994 | }, |
| 995 | { |
| 996 | "prefix": "feature-policy-for-sandbox", |
| 997 | "base": "mhtml", |
| 998 | "args": ["--enable-blink-features=FeaturePolicyForSandbox"] |
Balazs Engedy | 130ab80 | 2019-02-22 12:14:00 | [diff] [blame] | 999 | }, |
| 1000 | { |
Ehsan Karamad | 34d1068 | 2019-02-26 20:55:04 | [diff] [blame^] | 1001 | "prefix": "feature-policy-for-sandbox", |
| 1002 | "base": "external/wpt/feature-policy/feature-policy-for-sandbox", |
| 1003 | "args": ["--enable-blink-features=FeaturePolicyForSandbox"] |
| 1004 | }, |
| 1005 | { |
Balazs Engedy | 130ab80 | 2019-02-22 12:14:00 | [diff] [blame] | 1006 | "prefix": "secure-device-sensor-events", |
| 1007 | "base": "http/tests/security/powerfulFeatureRestrictions/", |
| 1008 | "args": ["--enable-features=RestrictDeviceSensorEventsToSecureContexts"] |
[email protected] | fb22b44a | 2014-09-04 23:34:58 | [diff] [blame] | 1009 | } |
| 1010 | ] |