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

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

Issue 2420203002: Implement convertToBlob() in OffscreenCanvas (Closed)
Patch Set: webgl layout test Created 4 years, 2 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",
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/idleToBlob",
16 "args": ["--enable-threaded-compositing"]
xlai (Olivia) 2016/10/19 18:51:06 I just realize that I still need this flag. The re
17 },
18 {
19 "prefix": "threaded",
15 "base": "compositing/visibility", 20 "base": "compositing/visibility",
16 "args": ["--enable-threaded-compositing"] 21 "args": ["--enable-threaded-compositing"]
17 }, 22 },
18 { 23 {
19 "prefix": "threaded", 24 "prefix": "threaded",
20 "base": "fast/compositorworker", 25 "base": "fast/compositorworker",
21 "args": ["--enable-threaded-compositing"] 26 "args": ["--enable-threaded-compositing"]
22 }, 27 },
23 { 28 {
24 "prefix": "threaded", 29 "prefix": "threaded",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "prefix": "layout_ng", 303 "prefix": "layout_ng",
299 "base": "fast/block/basic", 304 "base": "fast/block/basic",
300 "args": ["--enable-blink-features=LayoutNG"] 305 "args": ["--enable-blink-features=LayoutNG"]
301 }, 306 },
302 { 307 {
303 "prefix": "layout_ng", 308 "prefix": "layout_ng",
304 "base": "fast/block/margin-collapse", 309 "base": "fast/block/margin-collapse",
305 "args": ["--enable-blink-features=LayoutNG"] 310 "args": ["--enable-blink-features=LayoutNG"]
306 } 311 }
307 ] 312 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698