Index: LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt |
diff --git a/LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt b/LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt |
deleted file mode 100644 |
index 627a58aa50ad8fad43bc682e610e83a7534fbad8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-main frame - didStartProvisionalLoadForFrame |
-main frame - didCommitLoadForFrame |
-frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame |
-resources/subresource-null-mimetype.webarchive - willSendRequest <NSURLRequest URL resources/subresource-null-mimetype.webarchive, main document URL test-loading-archive-subresource-null-mimetype.html, http method GET> redirectResponse (null) |
-main frame - didFinishDocumentLoadForFrame |
-<unknown> - didFinishLoading |
-resources/subresource-null-mimetype.webarchive - didReceiveResponse <NSURLResponse resources/subresource-null-mimetype.webarchive, http status code 0> |
-frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame |
-file:///test.png - willSendRequest <NSURLRequest URL file:///test.png, main document URL test-loading-archive-subresource-null-mimetype.html, http method GET> redirectResponse (null) |
-frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame |
-resources/subresource-null-mimetype.webarchive - didFinishLoading |
-file:///test.png - didReceiveResponse <NSURLResponse file:///Users/pecoraro/Desktop/test.png, http status code 0> |
-file:///test.png - didFinishLoading |
-frame "<!--framePath //<!--frame0-->-->" - didHandleOnloadEventsForFrame |
-main frame - didHandleOnloadEventsForFrame |
-frame "<!--framePath //<!--frame0-->-->" - didFinishLoadForFrame |
-main frame - didFinishLoadForFrame |
- This tests that doing a normal load of a webarchive with a null mimetype for a subresource does not crash. |