Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(593)

Side by Side Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2477223002: Reland of Use the serviceworker with mojo by default (Closed)
Patch Set: Rebase for navigation-preload Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "prefix": "scalefactor150", 293 "prefix": "scalefactor150",
294 "base": "fast/events/synthetic-events", 294 "base": "fast/events/synthetic-events",
295 "args": ["--force-device-scale-factor=1.5"] 295 "args": ["--force-device-scale-factor=1.5"]
296 }, 296 },
297 { 297 {
298 "prefix": "enable_wasm", 298 "prefix": "enable_wasm",
299 "base": "http/tests/wasm", 299 "base": "http/tests/wasm",
300 "args": ["--enable-features=WebAssembly"] 300 "args": ["--enable-features=WebAssembly"]
301 }, 301 },
302 { 302 {
303 "prefix": "mojo-service-worker", 303 "prefix": "disable-mojo-service-worker",
304 "base": "http/tests/serviceworker", 304 "base": "http/tests/serviceworker",
305 "args": ["--mojo-service-worker"] 305 "args": ["--disable-mojo-service-worker"]
306 }, 306 },
307 { 307 {
308 "prefix": "service-worker-navigation-preload", 308 "prefix": "service-worker-navigation-preload",
309 "base": "http/tests/serviceworker", 309 "base": "http/tests/serviceworker",
310 "args": ["--enable-features=ServiceWorkerNavigationPreload"] 310 "args": ["--enable-features=ServiceWorkerNavigationPreload"]
311 }, 311 },
312 { 312 {
313 "prefix": "layout_ng", 313 "prefix": "layout_ng",
314 "base": "fast/block/basic", 314 "base": "fast/block/basic",
315 "args": ["--enable-blink-features=LayoutNG"] 315 "args": ["--enable-blink-features=LayoutNG"]
316 }, 316 },
317 { 317 {
318 "prefix": "layout_ng", 318 "prefix": "layout_ng",
319 "base": "fast/block/margin-collapse", 319 "base": "fast/block/margin-collapse",
320 "args": ["--enable-blink-features=LayoutNG"] 320 "args": ["--enable-blink-features=LayoutNG"]
321 }, 321 },
322 { 322 {
323 "prefix": "layout_ng", 323 "prefix": "layout_ng",
324 "base": "fast/block/float", 324 "base": "fast/block/float",
325 "args": ["--enable-blink-features=LayoutNG"] 325 "args": ["--enable-blink-features=LayoutNG"]
326 } 326 }
327 ] 327 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698