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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 803683002: Impl-side painting for virtual/regionbasedmulticol/ layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "canvas/philip", 10 "base": "canvas/philip",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "--enable-font-antialiasing"] 115 "--enable-font-antialiasing"]
116 }, 116 },
117 { 117 {
118 "prefix": "threaded", 118 "prefix": "threaded",
119 "base": "printing", 119 "base": "printing",
120 "args": ["--enable-threaded-compositing"] 120 "args": ["--enable-threaded-compositing"]
121 }, 121 },
122 { 122 {
123 "prefix": "regionbasedmulticol", 123 "prefix": "regionbasedmulticol",
124 "base": "fast/multicol", 124 "base": "fast/multicol",
125 "args": ["--enable-region-based-columns"] 125 "args": ["--enable-region-based-columns", "--enable-impl-side-painting"]
126 }, 126 },
127 { 127 {
128 "prefix": "regionbasedmulticol", 128 "prefix": "regionbasedmulticol",
129 "base": "fast/pagination", 129 "base": "fast/pagination",
130 "args": ["--enable-region-based-columns"] 130 "args": ["--enable-region-based-columns", "--enable-impl-side-painting"]
131 }, 131 },
132 { 132 {
133 "prefix": "slimmingpaint", 133 "prefix": "slimmingpaint",
134 "base": "fast/block", 134 "base": "fast/block",
135 "args": ["--enable-slimming-paint"] 135 "args": ["--enable-slimming-paint"]
136 }, 136 },
137 { 137 {
138 "prefix": "slimmingpaint", 138 "prefix": "slimmingpaint",
139 "base": "fast/inline", 139 "base": "fast/inline",
140 "args": ["--enable-slimming-paint"] 140 "args": ["--enable-slimming-paint"]
(...skipping 17 matching lines...) Expand all
158 "prefix": "slimmingpaint", 158 "prefix": "slimmingpaint",
159 "base": "fast/text", 159 "base": "fast/text",
160 "args": ["--enable-slimming-paint"] 160 "args": ["--enable-slimming-paint"]
161 }, 161 },
162 { 162 {
163 "prefix": "rootlayerscrolls", 163 "prefix": "rootlayerscrolls",
164 "base": "fast/scrolling", 164 "base": "fast/scrolling",
165 "args": ["--root-layer-scrolls"] 165 "args": ["--root-layer-scrolls"]
166 } 166 }
167 ] 167 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/composited-opacity-2nd-and-3rd-column-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698