| OLD | NEW |
| (Empty) |
| 1 <html> | |
| 2 <head> | |
| 3 <script> | |
| 4 function runTest() | |
| 5 { | |
| 6 if (window.testRunner) { | |
| 7 testRunner.dumpAsText(); | |
| 8 testRunner.dumpResourceLoadCallbacks(); | |
| 9 testRunner.setIconDatabaseEnabled(true); | |
| 10 testRunner.overridePreference("WebKitDisplayImagesKey", 0); | |
| 11 testRunner.overridePreference("WebKitLoadSiteIconsKey", 1); | |
| 12 testRunner.queueReload(); | |
| 13 } | |
| 14 } | |
| 15 </script> | |
| 16 <link rel="icon" href="resources/favicon.ico" type="image/x-icon"> | |
| 17 </head> | |
| 18 <body onload="runTest()"> | |
| 19 https://bugs.webkit.org/show_bug.cgi?id=58292 - Provide new setting to allow sit
e icon loading despite disabling automatic image loading in general.<br> | |
| 20 Resource load callbacks will reveal if the favicon still gets loaded if automati
c image loading is disabled, but site icon image loading override is enabled. <b
r> | |
| 21 </body> | |
| 22 </html> | |
| OLD | NEW |