Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / appcache / appcache-iframe-manifests.html
index 30f5313..fb9a44a 100644 (file)
@@ -1,6 +1,7 @@
 <html>
 <head>
 <script src="../inspector-test.js"></script>
+<script src="../resources-test.js"></script>
 <script src="appcache-test.js"></script>
 <script>
 function test()
@@ -9,7 +10,7 @@ function test()
     var frameId2;
     var frameId3;
 
-    WebInspector.showPanel("resources");
+    WebInspector.ResourcesPanel.show();
     InspectorTest.dumpApplicationCache();
     InspectorTest.createAndNavigateIFrame("resources/page-with-manifest.php?manifestId=1", step1);