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

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

Issue 2477673004: Revert of Add virtual tests for XHR with mojo-loading (Closed)
Patch Set: 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "base": "fast/parser", 274 "base": "fast/parser",
275 "args": ["--disable-blink-features=ParseHTMLOnMainThread", "--blink-settings =parseHTMLOnMainThreadCoalesceChunks=true"] 275 "args": ["--disable-blink-features=ParseHTMLOnMainThread", "--blink-settings =parseHTMLOnMainThreadCoalesceChunks=true"]
276 }, 276 },
277 { 277 {
278 "prefix": "mojo-loading", 278 "prefix": "mojo-loading",
279 "base": "webexposed", 279 "base": "webexposed",
280 "args": ["--enable-blink-features=LoadingWithMojo"] 280 "args": ["--enable-blink-features=LoadingWithMojo"]
281 }, 281 },
282 { 282 {
283 "prefix": "mojo-loading", 283 "prefix": "mojo-loading",
284 "base": "http/tests/xmlhttprequest", 284 "base": "http/tests/xmlhttprequest/web-apps",
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",
(...skipping 18 matching lines...) Expand all
313 "prefix": "layout_ng", 313 "prefix": "layout_ng",
314 "base": "fast/block/margin-collapse", 314 "base": "fast/block/margin-collapse",
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/float", 319 "base": "fast/block/float",
320 "args": ["--enable-blink-features=LayoutNG"] 320 "args": ["--enable-blink-features=LayoutNG"]
321 } 321 }
322 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698