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

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

Issue 2400823002: [asm.js] [wasm] Move asm->wasm + WebAssembly switches to features. (Closed)
Patch Set: fix Created 4 years, 2 months 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "args": ["--enable-blink-features=LoadingWithMojo"] 285 "args": ["--enable-blink-features=LoadingWithMojo"]
286 }, 286 },
287 { 287 {
288 "prefix": "scalefactor150", 288 "prefix": "scalefactor150",
289 "base": "fast/events/synthetic-events", 289 "base": "fast/events/synthetic-events",
290 "args": ["--force-device-scale-factor=1.5"] 290 "args": ["--force-device-scale-factor=1.5"]
291 }, 291 },
292 { 292 {
293 "prefix": "enable_wasm", 293 "prefix": "enable_wasm",
294 "base": "http/tests/wasm", 294 "base": "http/tests/wasm",
295 "args": ["--enable-wasm"] 295 "args": ["--enable-features=WebAssembly"]
296 }, 296 },
297 { 297 {
298 "prefix": "mojo-service-worker", 298 "prefix": "mojo-service-worker",
299 "base": "http/tests/serviceworker", 299 "base": "http/tests/serviceworker",
300 "args": ["--mojo-service-worker"] 300 "args": ["--mojo-service-worker"]
301 }, 301 },
302 { 302 {
303 "prefix": "layout_ng", 303 "prefix": "layout_ng",
304 "base": "fast/block/basic", 304 "base": "fast/block/basic",
305 "args": ["--enable-blink-features=LayoutNG"] 305 "args": ["--enable-blink-features=LayoutNG"]
306 }, 306 },
307 { 307 {
308 "prefix": "layout_ng", 308 "prefix": "layout_ng",
309 "base": "fast/block/margin-collapse", 309 "base": "fast/block/margin-collapse",
310 "args": ["--enable-blink-features=LayoutNG"] 310 "args": ["--enable-blink-features=LayoutNG"]
311 } 311 }
312 ] 312 ]
OLDNEW
« no previous file with comments | « content/renderer/render_process_impl.cc ('k') | third_party/WebKit/LayoutTests/virtual/enable_wasm/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698