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

Unified Diff: tests/html/html.status

Issue 11052023: Update indexeddb tests to work with both methods of upgrading a database. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « no previous file | tests/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/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index fc2af65ac761fb5266fe567a3e8ca22cab6a1f1b..5573fc09ebacf426a7a361fd07844b4db8eb6aa2 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -120,7 +120,6 @@ indexeddb_1_test: Fail # indexedDB not in Safari 6.
indexeddb_2_test: Fail # indexedDB not in Safari 6.
indexeddb_3_test: Fail # indexedDB not in Safari 6.
indexeddb_4_test: Fail # indexedDB not in Safari 6.
-indexeddb_1_test: Fail # indexedDB not in Safari 6.
fileapi_test: Fail # requestFileSystem not supported in Safari 6.
datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
contentelement_test: Fail # Safari 6 does not support content element.
@@ -163,10 +162,10 @@ documentfragment_test: Fail
element_test: Fail
exceptions_test: Fail # Uses webkitotifications, no analogue in moz
fileapi_test: Fail # FF does not support filesystem APIs.
-indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
-indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIndexedDB
+indexeddb_1_test: Fail # FF disables indexedDB from file URLs.
+indexeddb_2_test: Fail # FF disables indexedDB from file URLs.
+indexeddb_3_test: Fail # FF disables indexedDB from file URLs.
+indexeddb_4_test: Fail # FF disables indexedDB from file URLs.
# setup code fails. prepare. (DOM callback has errors) Caught [object Event]
inner_frame_test: Skip
# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable
« no previous file with comments | « no previous file | tests/html/indexeddb_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698