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

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

Issue 2702113003: Move tests for sendBeacon to a separate dedicated directory for clearer ownership (Closed)
Patch Set: a Created 3 years, 10 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "base": "http/tests/serviceworker/webexposed", 83 "base": "http/tests/serviceworker/webexposed",
84 "args": ["--stable-release-mode"] 84 "args": ["--stable-release-mode"]
85 }, 85 },
86 { 86 {
87 "prefix": "stable", 87 "prefix": "stable",
88 "base": "http/tests/navigation", 88 "base": "http/tests/navigation",
89 "args": ["--stable-release-mode"] 89 "args": ["--stable-release-mode"]
90 }, 90 },
91 { 91 {
92 "prefix": "stable", 92 "prefix": "stable",
93 "base": "http/tests/sendbeacon",
94 "args": ["--stable-release-mode"]
95 },
96 {
97 "prefix": "stable",
93 "base": "animations-unprefixed", 98 "base": "animations-unprefixed",
94 "args": ["--stable-release-mode"] 99 "args": ["--stable-release-mode"]
95 }, 100 },
96 { 101 {
97 "prefix": "stable", 102 "prefix": "stable",
98 "base": "media/stable", 103 "base": "media/stable",
99 "args": ["--stable-release-mode"] 104 "args": ["--stable-release-mode"]
100 }, 105 },
101 { 106 {
102 "prefix": "disable-spinvalidation", 107 "prefix": "disable-spinvalidation",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "prefix": "mojo-localstorage", 365 "prefix": "mojo-localstorage",
361 "base": "storage/domstorage/localstorage", 366 "base": "storage/domstorage/localstorage",
362 "args": ["--mojo-local-storage"] 367 "args": ["--mojo-local-storage"]
363 }, 368 },
364 { 369 {
365 "prefix": "print_browser", 370 "prefix": "print_browser",
366 "base": "print_testharness", 371 "base": "print_testharness",
367 "args": ["--enable-print-browser"] 372 "args": ["--enable-print-browser"]
368 } 373 }
369 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698