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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 560563005: Rename last two virtual test suites to complete VirtualTestSuite refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
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 }, 6 },
7 { 7 {
8 "prefix": "gpu", 8 "prefix": "gpu",
9 "base": "canvas/philip", 9 "base": "canvas/philip",
10 "args": ["--enable-accelerated-2d-canvas"] 10 "args": ["--enable-accelerated-2d-canvas"]
(...skipping 20 matching lines...) Expand all
31 "args": ["--enable-deferred-image-decoding", 31 "args": ["--enable-deferred-image-decoding",
32 "--enable-per-tile-painting"] 32 "--enable-per-tile-painting"]
33 }, 33 },
34 { 34 {
35 "prefix": "deferred", 35 "prefix": "deferred",
36 "base": "inspector/tracing", 36 "base": "inspector/tracing",
37 "args": ["--enable-deferred-image-decoding", 37 "args": ["--enable-deferred-image-decoding",
38 "--enable-per-tile-painting"] 38 "--enable-per-tile-painting"]
39 }, 39 },
40 { 40 {
41 "name": "gpu/compositedscrolling/overflow", 41 "prefix": "prefer_compositing_to_lcd_text",
42 "base": "compositing/overflow", 42 "base": "compositing/overflow",
43 "args": ["--enable-prefer-compositing-to-lcd-text"] 43 "args": ["--enable-prefer-compositing-to-lcd-text"]
44 }, 44 },
45 { 45 {
46 "name": "gpu/compositedscrolling/scrollbars", 46 "prefix": "prefer_compositing_to_lcd_text",
47 "base": "scrollbars", 47 "base": "scrollbars",
48 "args": ["--enable-prefer-compositing-to-lcd-text"] 48 "args": ["--enable-prefer-compositing-to-lcd-text"]
49 }, 49 },
50 { 50 {
51 "prefix": "threaded", 51 "prefix": "threaded",
52 "base": "animations", 52 "base": "animations",
53 "args": ["--enable-threaded-compositing"] 53 "args": ["--enable-threaded-compositing"]
54 }, 54 },
55 { 55 {
56 "prefix": "threaded", 56 "prefix": "threaded",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "prefix": "regionbasedmulticol", 122 "prefix": "regionbasedmulticol",
123 "base": "fast/multicol", 123 "base": "fast/multicol",
124 "args": ["--enable-region-based-columns"] 124 "args": ["--enable-region-based-columns"]
125 }, 125 },
126 { 126 {
127 "prefix": "regionbasedmulticol", 127 "prefix": "regionbasedmulticol",
128 "base": "fast/pagination", 128 "base": "fast/pagination",
129 "args": ["--enable-region-based-columns"] 129 "args": ["--enable-region-based-columns"]
130 } 130 }
131 ] 131 ]
132
133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698