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

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

Issue 1660993002: Revert of Simplify CanvasAsyncBlobCreator by removing ContextObserver and related tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-blob-in-workers.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
11 "args": ["--force-display-list-2d-canvas"] 11 "args": ["--force-display-list-2d-canvas"]
12 }, 12 },
13 { 13 {
14 "prefix": "threaded", 14 "prefix": "threaded",
15 "base": "fast/canvas-toBlob", 15 "base": "fast/canvas/toBlob",
16 "args": ["--enable-threaded-compositing"] 16 "args": ["--enable-threaded-compositing"]
17 }, 17 },
18 { 18 {
19 "prefix": "threaded", 19 "prefix": "threaded",
20 "base": "compositing/visibility", 20 "base": "compositing/visibility",
21 "args": ["--enable-threaded-compositing"] 21 "args": ["--enable-threaded-compositing"]
22 }, 22 },
23 { 23 {
24 "prefix": "threaded", 24 "prefix": "threaded",
25 "base": "fast/compositorworker", 25 "base": "fast/compositorworker",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "prefix": "scalefactor150", 212 "prefix": "scalefactor150",
213 "base": "fast/hidpi/static", 213 "base": "fast/hidpi/static",
214 "args": ["--force-device-scale-factor=1.5"] 214 "args": ["--force-device-scale-factor=1.5"]
215 }, 215 },
216 { 216 {
217 "prefix": "scalefactor200withzoom", 217 "prefix": "scalefactor200withzoom",
218 "base": "fast/hidpi/static", 218 "base": "fast/hidpi/static",
219 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"] 219 "args": ["--force-device-scale-factor=2", "--enable-use-zoom-for-dsf"]
220 } 220 }
221 ] 221 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-blob-in-workers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698