Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/VirtualTestSuites |
| diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites |
| index f571e2a92365ea5922a75d4324f1f2abe2829d4e..3bc9cb81bff4b5e979484386f9c2eb7a0dcb4606 100644 |
| --- a/third_party/WebKit/LayoutTests/VirtualTestSuites |
| +++ b/third_party/WebKit/LayoutTests/VirtualTestSuites |
| @@ -192,5 +192,20 @@ |
| "prefix": "spv2", |
| "base": "paint", |
| "args": ["--enable-slimming-paint-v2"] |
| + }, |
| + { |
|
Noel Gordon
2016/01/09 03:23:51
Prefixing helped fix the test name issue. Seems f
|
| + "prefix": "scalefactor200", |
| + "base": "fast/hidpi/static", |
| + "args": ["--force-device-scale-factor=2"] |
| + }, |
| + { |
| + "prefix": "scalefactor150", |
| + "base": "fast/hidpi/static", |
| + "args": ["--force-device-scale-factor=1.5"] |
| + }, |
| + { |
| + "prefix": "scalefactor200withzoom", |
| + "base": "fast/hidpi/static", |
| + "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] |
| } |
| ] |