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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1206283002: Add MediaSession runtime flag along with stub MediaSession object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add dummy warning to test, move comment to test and update stale expected file. Created 5 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/media/mediasession/mediasession-constructor.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }, 124 },
125 { 125 {
126 "prefix": "pointerevent", 126 "prefix": "pointerevent",
127 "base": "fast/events", 127 "base": "fast/events",
128 "args": ["--enable-blink-features=PointerEvent"] 128 "args": ["--enable-blink-features=PointerEvent"]
129 }, 129 },
130 { 130 {
131 "prefix": "pointerevent", 131 "prefix": "pointerevent",
132 "base": "imported/web-platform-tests/pointerevents", 132 "base": "imported/web-platform-tests/pointerevents",
133 "args": ["--enable-blink-features=PointerEvent"] 133 "args": ["--enable-blink-features=PointerEvent"]
134 },
135 {
136 "prefix": "mediasession",
137 "base": "media/mediasession",
138 "args": ["--enable-blink-features=MediaSession"]
134 } 139 }
135 ] 140 ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/mediasession/mediasession-constructor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698