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