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

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

Issue 2401013002: Make MediaSession per frame as an attribute of Navigator (Closed)
Patch Set: split mojo tests 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",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "prefix": "scroll_customization", 166 "prefix": "scroll_customization",
167 "base": "fast/events/touch", 167 "base": "fast/events/touch",
168 "args": ["--enable-blink-features=ScrollCustomization"] 168 "args": ["--enable-blink-features=ScrollCustomization"]
169 }, 169 },
170 { 170 {
171 "prefix": "smoothscrolling", 171 "prefix": "smoothscrolling",
172 "base": "fast/events/touch/gesture", 172 "base": "fast/events/touch/gesture",
173 "args": ["--enable-smooth-scrolling"] 173 "args": ["--enable-smooth-scrolling"]
174 }, 174 },
175 { 175 {
176 "prefix": "mediasession",
177 "base": "media/mediasession",
178 "args": ["--enable-blink-features=MediaSession"]
179 },
180 {
181 "prefix": "mse-1mb-buffers", 176 "prefix": "mse-1mb-buffers",
182 "base": "http/tests/media/media-source/stream_memory_tests", 177 "base": "http/tests/media/media-source/stream_memory_tests",
183 "args": ["--mse-audio-buffer-size-limit=1048576", 178 "args": ["--mse-audio-buffer-size-limit=1048576",
184 "--mse-video-buffer-size-limit=1048576"] 179 "--mse-video-buffer-size-limit=1048576"]
185 }, 180 },
186 { 181 {
187 "prefix": "sharedarraybuffer", 182 "prefix": "sharedarraybuffer",
188 "base": "fast/workers", 183 "base": "fast/workers",
189 "args": ["--js-flags=--harmony-sharedarraybuffer", 184 "args": ["--js-flags=--harmony-sharedarraybuffer",
190 "--enable-blink-features=SharedArrayBuffer"] 185 "--enable-blink-features=SharedArrayBuffer"]
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "prefix": "layout_ng", 298 "prefix": "layout_ng",
304 "base": "fast/block/basic", 299 "base": "fast/block/basic",
305 "args": ["--enable-blink-features=LayoutNG"] 300 "args": ["--enable-blink-features=LayoutNG"]
306 }, 301 },
307 { 302 {
308 "prefix": "layout_ng", 303 "prefix": "layout_ng",
309 "base": "fast/block/margin-collapse", 304 "base": "fast/block/margin-collapse",
310 "args": ["--enable-blink-features=LayoutNG"] 305 "args": ["--enable-blink-features=LayoutNG"]
311 } 306 }
312 ] 307 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698