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

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

Issue 2749653003: Prototype HTMLVideoElement properties for WebGL texImage2D (Closed)
Patch Set: rebase Created 3 years, 8 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": "color_space", 3 "prefix": "color_space",
4 "base": "fast/canvas/color-space", 4 "base": "fast/canvas/color-space",
5 "args": ["--enable-color-correct-rendering", 5 "args": ["--enable-color-correct-rendering",
6 "--enable-true-color-rendering"] 6 "--enable-true-color-rendering"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 }, 372 },
373 { 373 {
374 "prefix": "mojo-localstorage", 374 "prefix": "mojo-localstorage",
375 "base": "storage/domstorage/localstorage", 375 "base": "storage/domstorage/localstorage",
376 "args": ["--mojo-local-storage"] 376 "args": ["--mojo-local-storage"]
377 }, 377 },
378 { 378 {
379 "prefix": "print_browser", 379 "prefix": "print_browser",
380 "base": "print_testharness", 380 "base": "print_testharness",
381 "args": ["--enable-print-browser"] 381 "args": ["--enable-print-browser"]
382 },
383 {
384 "prefix": "experimental-canvas-features",
385 "base": "fast/canvas-experimental",
386 "args": ["--enable-experimental-canvas-features"]
382 } 387 }
383 ] 388 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698