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

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

Issue 2269483002: Set the coordinates of the synthetic touch event correctly in SyntheticGestureTargetAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scale the position later Created 4 years, 3 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 }, 276 },
277 { 277 {
278 "prefix": "parsehtmlonmainthread_coalesce", 278 "prefix": "parsehtmlonmainthread_coalesce",
279 "base": "fast/parser", 279 "base": "fast/parser",
280 "args": ["--disable-blink-features=ParseHTMLOnMainThread", "--blink-settings =parseHTMLOnMainThreadCoalesceChunks=true"] 280 "args": ["--disable-blink-features=ParseHTMLOnMainThread", "--blink-settings =parseHTMLOnMainThreadCoalesceChunks=true"]
281 }, 281 },
282 { 282 {
283 "prefix": "mojo-loading", 283 "prefix": "mojo-loading",
284 "base": "webexposed", 284 "base": "webexposed",
285 "args": ["--enable-blink-features=LoadingWithMojo"] 285 "args": ["--enable-blink-features=LoadingWithMojo"]
286 },
287 {
288 "prefix": "scalefactor150",
289 "base": "fast/events/synthetic-events",
290 "args": ["--force-device-scale-factor=1.5"]
286 } 291 }
287 ] 292 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698