| Index: LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype.html
|
| diff --git a/LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype.html b/LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype.html
|
| deleted file mode 100644
|
| index f9765df2f06721d5a5f79666b253a4eda1aed6b5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<html>
|
| -<script>
|
| - if (window.testRunner) {
|
| - testRunner.dumpResourceLoadCallbacks();
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - }
|
| -
|
| - function frameLoaded() {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| - }
|
| -</script>
|
| -<body>
|
| - <iframe onload="frameLoaded();" src="resources/subresource-null-mimetype.webarchive"></iframe>
|
| - This tests that doing a normal load of a webarchive with a null mimetype for a subresource does not crash.
|
| -</body>
|
| -</html>
|
|
|