| Index: LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
|
| diff --git a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html b/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
|
| index 9f43f5dc2982f5ea362195dba103fe635d2db0b3..d9c71d4a3cf305d0182e30e7a843c85c9125a4d2 100644
|
| --- a/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
|
| +++ b/LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html
|
| @@ -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);
|
| }
|
|
|