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