Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / storage / indexeddb / intversion-upgrades-expected.txt
index 7fcd7f9..fb9c374 100644 (file)
@@ -23,9 +23,6 @@ request = indexedDB.open(dbname, 2)
 connection1VersionChangeCallback():
 connection1.close()
 
-connection2BlockedCallback():
-This should not be called: http://crbug.com/100123
-
 connection2UpgradeNeeded():
 connection2 = event.target.result
 PASS String(connection2) is "[object IDBDatabase]"