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

Unified Diff: tests/html/media_stream_test.dart

Issue 12041031: Fixing media status results on Firefox. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/media_stream_test.dart
diff --git a/tests/html/media_stream_test.dart b/tests/html/media_stream_test.dart
index 2a4d2f336be059f02d768b4d51fd8b8b00f5c25a..2c6635a4406f70d42da25f0f18fff305810d08ea 100644
--- a/tests/html/media_stream_test.dart
+++ b/tests/html/media_stream_test.dart
@@ -10,7 +10,7 @@ import 'dart:html';
main() {
useHtmlIndividualConfiguration();
- group('supported', () {
+ group('supported_media', () {
Emily Fortuna 2013/01/23 00:08:14 supported_MediaStream?
test('supported', () {
expect(MediaStream.supported, true);
});
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698