Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / network-status-non-http.html
index d4a8e31..a788f4c 100644 (file)
@@ -41,6 +41,7 @@ function test() {
 
     WebInspector.networkManager.addEventListener(WebInspector.NetworkManager.EventTypes.RequestFinished, onRequestFinished);
     WebInspector.showPanel("network");
+    InspectorTest.recordNetwork();
     InspectorTest.evaluateInPage("loadResources()");
 }
 
@@ -55,6 +56,8 @@ function loadResources()
 {
     addScriptElement("../http/tests/inspector/network-test.js");
     addScriptElement("non-existent-file.js");
+
+    // Test that data-url doesn't appear in network panel.
     addScriptElement("data:application/javascript,var x = 0;");
 }