Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / resource-tree / resource-tree-invalid-mime-type-css-content.html
index 9f43f5d..d9c71d4 100644 (file)
@@ -19,7 +19,7 @@ function test()
                 cssResource = resource;
         }
         InspectorTest.addResult(cssResource.url);
-        InspectorTest.assertEquals(cssResource.type, WebInspector.resourceTypes.Stylesheet, "Resource type should be Stylesheet.");
+        InspectorTest.assertEquals(cssResource.resourceType(), WebInspector.resourceTypes.Stylesheet, "Resource type should be Stylesheet.");
         InspectorTest.assertTrue(!cssResource.failed, "Resource loading failed.");
         cssResource.requestContent(step2);
     }