Index: tests/html/indexeddb_1_test.dart |
diff --git a/tests/html/indexeddb_1_test.dart b/tests/html/indexeddb_1_test.dart |
index 3f87afa9ff0613c5a2dc0085d06941eacfdc7f5f..17d4ff853976ac6743fde03a5d85fa3f181cfccb 100644 |
--- a/tests/html/indexeddb_1_test.dart |
+++ b/tests/html/indexeddb_1_test.dart |
@@ -165,12 +165,6 @@ main() { |
}); |
}); |
- group('supportsDatabaseNames', () { |
- test('supported', () { |
- expect(html.window.indexedDB.supportsDatabaseNames, isTrue); |
- }); |
- }); |
- |
group('functional', () { |
test('throws when unsupported', () { |
var expectation = idb.IdbFactory.supported ? returnsNormally : throws; |