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

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

Issue 2590743002: Add WebVR IDL test (Closed)
Patch Set: Move test, combine files, add expectation Created 3 years, 12 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 }, 362 },
363 { 363 {
364 "prefix": "spinvalidation", 364 "prefix": "spinvalidation",
365 "base": "printing", 365 "base": "printing",
366 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 366 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
367 }, 367 },
368 { 368 {
369 "prefix": "spinvalidation", 369 "prefix": "spinvalidation",
370 "base": "svg", 370 "base": "svg",
371 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 371 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
372 },
373 {
374 "prefix": "vr",
375 "base": "html",
376 "args": ["--enable-webvr"]
372 } 377 }
373 ] 378 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698