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

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

Issue 1859383002: Add more layout tests for DocumentWriteEvaluator (copied) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 }, 235 },
236 { 236 {
237 "prefix": "scalefactor150", 237 "prefix": "scalefactor150",
238 "base": "fast/hidpi/static", 238 "base": "fast/hidpi/static",
239 "args": ["--force-device-scale-factor=1.5"] 239 "args": ["--force-device-scale-factor=1.5"]
240 }, 240 },
241 { 241 {
242 "prefix": "scalefactor200withzoom", 242 "prefix": "scalefactor200withzoom",
243 "base": "fast/hidpi/static", 243 "base": "fast/hidpi/static",
244 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] 244 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
245 },
246 {
247 "prefix": "documentwriteevaluator",
248 "base": "http/tests/preload/document-write",
249 "args": ["--enable-blink-features=DocumentWriteEvaluator"]
245 } 250 }
246 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698