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

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

Issue 2672983003: Implements PrintBrowser mode. (Closed)
Patch Set: Rebase Created 3 years, 10 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": "color_space", 3 "prefix": "color_space",
4 "base": "fast/canvas/color-space", 4 "base": "fast/canvas/color-space",
5 "args": ["--enable-color-correct-rendering", 5 "args": ["--enable-color-correct-rendering",
6 "--enable-true-color-rendering"] 6 "--enable-true-color-rendering"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 }, 353 },
354 { 354 {
355 "prefix": "mojo-localstorage", 355 "prefix": "mojo-localstorage",
356 "base": "external/wpt/webstorage", 356 "base": "external/wpt/webstorage",
357 "args": ["--mojo-local-storage"] 357 "args": ["--mojo-local-storage"]
358 }, 358 },
359 { 359 {
360 "prefix": "mojo-localstorage", 360 "prefix": "mojo-localstorage",
361 "base": "storage/domstorage/localstorage", 361 "base": "storage/domstorage/localstorage",
362 "args": ["--mojo-local-storage"] 362 "args": ["--mojo-local-storage"]
363 },
364 {
365 "prefix": "print_browser",
366 "base": "print_testharness",
367 "args": ["--enable-print-browser"]
363 } 368 }
364 ] 369 ]
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | third_party/WebKit/LayoutTests/print_testharness/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698