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

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

Issue 2672983003: Implements PrintBrowser mode. (Closed)
Patch Set: Add tests and respond to comments 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 }, 363 },
364 { 364 {
365 "prefix": "mojo-localstorage", 365 "prefix": "mojo-localstorage",
366 "base": "external/wpt/webstorage", 366 "base": "external/wpt/webstorage",
367 "args": ["--mojo-local-storage"] 367 "args": ["--mojo-local-storage"]
368 }, 368 },
369 { 369 {
370 "prefix": "mojo-localstorage", 370 "prefix": "mojo-localstorage",
371 "base": "storage/domstorage/localstorage", 371 "base": "storage/domstorage/localstorage",
372 "args": ["--mojo-local-storage"] 372 "args": ["--mojo-local-storage"]
373 },
374 {
375 "prefix": "print_browser",
376 "base": "print_testharness",
377 "args": ["--enable-print-browser"]
373 } 378 }
374 ] 379 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698