| Index: LayoutTests/http/tests/misc/favicon-loads-with-icon-loading-override.html
|
| diff --git a/LayoutTests/http/tests/misc/favicon-loads-with-icon-loading-override.html b/LayoutTests/http/tests/misc/favicon-loads-with-icon-loading-override.html
|
| deleted file mode 100644
|
| index 9602c0ed39fbfeaf82f9079403941746bdc43202..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/misc/favicon-loads-with-icon-loading-override.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -function runTest()
|
| -{
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpResourceLoadCallbacks();
|
| - testRunner.setIconDatabaseEnabled(true);
|
| - testRunner.overridePreference("WebKitDisplayImagesKey", 0);
|
| - testRunner.overridePreference("WebKitLoadSiteIconsKey", 1);
|
| - testRunner.queueReload();
|
| - }
|
| -}
|
| -</script>
|
| -<link rel="icon" href="resources/favicon.ico" type="image/x-icon">
|
| -</head>
|
| -<body onload="runTest()">
|
| -https://bugs.webkit.org/show_bug.cgi?id=58292 - Provide new setting to allow site icon loading despite disabling automatic image loading in general.<br>
|
| -Resource load callbacks will reveal if the favicon still gets loaded if automatic image loading is disabled, but site icon image loading override is enabled. <br>
|
| -</body>
|
| -</html>
|
|
|