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

Unified Diff: tests/html/indexeddb_1_test.dart

Issue 2986153002: Fix some test suppressions for Chrome 60 (Closed)
Patch Set: Fix the matching lib_strong test Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/html.status ('k') | tests/lib_strong/html/indexeddb_1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « tests/html/html.status ('k') | tests/lib_strong/html/indexeddb_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698