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

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

Issue 1863413005: Use a virtual test suite for DocumentWriteEvaluator layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on #386075 Created 4 years, 8 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 }, 240 },
241 { 241 {
242 "prefix": "scalefactor150", 242 "prefix": "scalefactor150",
243 "base": "fast/hidpi/static", 243 "base": "fast/hidpi/static",
244 "args": ["--force-device-scale-factor=1.5"] 244 "args": ["--force-device-scale-factor=1.5"]
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 },
251 {
252 "prefix": "documentwriteevaluator",
253 "base": "http/tests/preload/document-write",
254 "args": ["--enable-blink-features=DocumentWriteEvaluator"]
250 } 255 }
251 ] 256 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698