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

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

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Add external/wpt tests 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 }, 389 },
390 { 390 {
391 "prefix": "print_browser", 391 "prefix": "print_browser",
392 "base": "print_testharness", 392 "base": "print_testharness",
393 "args": ["--enable-print-browser"] 393 "args": ["--enable-print-browser"]
394 }, 394 },
395 { 395 {
396 "prefix": "experimental-canvas-features", 396 "prefix": "experimental-canvas-features",
397 "base": "fast/canvas-experimental", 397 "base": "fast/canvas-experimental",
398 "args": ["--enable-experimental-canvas-features"] 398 "args": ["--enable-experimental-canvas-features"]
399 },
400 {
401 "prefix": "keyboard_lock",
402 "base": "external/wpt/keyboard_lock",
403 "args": ["--enable-blink-features=KeyboardLock"]
whywhat 2017/04/12 16:02:13 As Philip explained on the blink-dev@ thread, I do
Hzj_jie 2017/04/13 00:38:54 Done.
399 } 404 }
400 ] 405 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698