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

Unified Diff: tests/lib_strong/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/indexeddb_1_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/html/indexeddb_1_test.dart
diff --git a/tests/lib_strong/html/indexeddb_1_test.dart b/tests/lib_strong/html/indexeddb_1_test.dart
index 093784e5a99f2b9dfe2e9266c52a4fce670fbecb..d2f79273569b5e296471eddcfd911e4a4e8a7f71 100644
--- a/tests/lib_strong/html/indexeddb_1_test.dart
+++ b/tests/lib_strong/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/indexeddb_1_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698