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

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

Issue 2189733003: Remove virtual test suits virtual/threaded/fast/canvas-toBlob (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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",
16 "args": ["--enable-threaded-compositing"]
17 },
18 {
19 "prefix": "threaded",
20 "base": "compositing/visibility", 15 "base": "compositing/visibility",
21 "args": ["--enable-threaded-compositing"] 16 "args": ["--enable-threaded-compositing"]
22 }, 17 },
23 { 18 {
24 "prefix": "threaded", 19 "prefix": "threaded",
25 "base": "fast/compositorworker", 20 "base": "fast/compositorworker",
26 "args": ["--enable-threaded-compositing"] 21 "args": ["--enable-threaded-compositing"]
27 }, 22 },
28 { 23 {
29 "prefix": "threaded", 24 "prefix": "threaded",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "prefix": "documentwriteevaluator", 237 "prefix": "documentwriteevaluator",
243 "base": "http/tests/preload/document-write", 238 "base": "http/tests/preload/document-write",
244 "args": ["--enable-blink-features=DocumentWriteEvaluator"] 239 "args": ["--enable-blink-features=DocumentWriteEvaluator"]
245 }, 240 },
246 { 241 {
247 "prefix": "asyncawait", 242 "prefix": "asyncawait",
248 "base": "inspector/sources/debugger-async/async-await", 243 "base": "inspector/sources/debugger-async/async-await",
249 "args": ["--js-flags=--harmony-async-await"] 244 "args": ["--js-flags=--harmony-async-await"]
250 } 245 }
251 ] 246 ]
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