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

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

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 }, 245 },
246 { 246 {
247 "prefix": "scalefactor200withzoom", 247 "prefix": "scalefactor200withzoom",
248 "base": "fast/hidpi/static", 248 "base": "fast/hidpi/static",
249 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] 249 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
250 }, 250 },
251 { 251 {
252 "prefix": "documentwriteevaluator", 252 "prefix": "documentwriteevaluator",
253 "base": "http/tests/preload/document-write", 253 "base": "http/tests/preload/document-write",
254 "args": ["--enable-blink-features=DocumentWriteEvaluator"] 254 "args": ["--enable-blink-features=DocumentWriteEvaluator"]
255 },
256 {
257 "prefix": "mojo-loading",
258 "base": "webexposed",
kinuko 2016/05/20 09:38:51 Why webexposed? Does the directory have interestin
yhirano 2016/05/20 11:32:54 It's important that they are not interesting. Mojo
kinuko 2016/05/20 15:56:46 Oh I see... (I wish we could have a comment to not
yhirano 2016/05/23 11:29:37 Added a comment in README.txt.
259 "args": ["--enable-blink-features=LoadingWithMojo"]
255 } 260 }
256 ] 261 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698