6 if (window
.testRunner
) {
7 testRunner
.dumpAsText();
8 testRunner
.dumpResourceLoadCallbacks();
9 testRunner
.setIconDatabaseEnabled(true);
10 testRunner
.overridePreference("WebKitDisplayImagesKey", 0);
11 testRunner
.queueReload();
15 <link rel=
"icon" href=
"resources/favicon.ico" type=
"image/x-icon">
17 <body onload=
"runTest()">
18 Radar
6973106 and https://bugs.webkit.org/show_bug.cgi?id=
27896 - Favicons still load when automatic image loading is disabled.
<br>
19 This test uses DRT's resource load delegate callback mode to see if the favicon is loaded even when image loading is off.
<br>