Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / indexeddb / transaction-promise-console.html
index c2d41a0..4be075c 100644 (file)
@@ -1,12 +1,12 @@
 <html>
 <head>
 <script src="../inspector-test.js"></script>
+<script src="../console-test.js"></script>
 <script>
 function test()
 {
     testRunner.waitUntilDone();
     testRunner.showWebInspector();
-    WebInspector.inspectorView.showPanel("console");
 
     var dbname = location.href;
     indexedDB.deleteDatabase(dbname).onsuccess = function() {