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

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

Issue 1714523005: WIP: backface visibility plumbing (not for review) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: still broken Created 4 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": "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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "base": "fast/idle-callback", 183 "base": "fast/idle-callback",
184 "args": ["--enable-threaded-compositing"] 184 "args": ["--enable-threaded-compositing"]
185 }, 185 },
186 { 186 {
187 "prefix": "threaded", 187 "prefix": "threaded",
188 "base": "inspector/tracing", 188 "base": "inspector/tracing",
189 "args": ["--enable-threaded-compositing"] 189 "args": ["--enable-threaded-compositing"]
190 }, 190 },
191 { 191 {
192 "prefix": "spv2", 192 "prefix": "spv2",
193 "base": "paint", 193 "base": "compositing",
194 "args": ["--enable-slimming-paint-v2"] 194 "args": ["--enable-slimming-paint-v2"]
195 }, 195 },
196 { 196 {
197 "prefix": "spv2", 197 "prefix": "spv2",
198 "base": "fast/block", 198 "base": "fast/block",
199 "args": ["--enable-slimming-paint-v2"] 199 "args": ["--enable-slimming-paint-v2"]
200 }, 200 },
201 { 201 {
202 "prefix": "spv2", 202 "prefix": "spv2",
203 "base": "fast/borders", 203 "base": "fast/borders",
204 "args": ["--enable-slimming-paint-v2"] 204 "args": ["--enable-slimming-paint-v2"]
205 }, 205 },
206 { 206 {
207 "prefix": "spv2", 207 "prefix": "spv2",
208 "base": "paint",
209 "args": ["--enable-slimming-paint-v2"]
210 },
211 {
212 "prefix": "spv2",
208 "base": "svg", 213 "base": "svg",
209 "args": ["--enable-slimming-paint-v2"] 214 "args": ["--enable-slimming-paint-v2"]
210 }, 215 },
211 { 216 {
212 "prefix": "scalefactor200", 217 "prefix": "scalefactor200",
213 "base": "fast/hidpi/static", 218 "base": "fast/hidpi/static",
214 "args": ["--force-device-scale-factor=2"] 219 "args": ["--force-device-scale-factor=2"]
215 }, 220 },
216 { 221 {
217 "prefix": "scalefactor150", 222 "prefix": "scalefactor150",
218 "base": "fast/hidpi/static", 223 "base": "fast/hidpi/static",
219 "args": ["--force-device-scale-factor=1.5"] 224 "args": ["--force-device-scale-factor=1.5"]
220 }, 225 },
221 { 226 {
222 "prefix": "scalefactor200withzoom", 227 "prefix": "scalefactor200withzoom",
223 "base": "fast/hidpi/static", 228 "base": "fast/hidpi/static",
224 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] 229 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
225 } 230 }
226 ] 231 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/LayoutTests/virtual/spv2/compositing/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698