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

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

Issue 1571833002: Add popup layout tests with device scale factor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": "paint",
194 "args": ["--enable-slimming-paint-v2"] 194 "args": ["--enable-slimming-paint-v2"]
195 },
196 {
197 "prefix": "scalefactor200",
198 "base": "fast/hidpi/static",
199 "args": ["--force-device-scale-factor=2"]
200 },
201 {
202 "prefix": "scalefactor150",
203 "base": "fast/hidpi/static",
204 "args": ["--force-device-scale-factor=1.5"]
205 },
206 {
207 "prefix": "scalefactor200withzoom",
208 "base": "fast/hidpi/static",
209 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
195 } 210 }
196 ] 211 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698