Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / favicon-loads-with-images-disabled.html
blob912b4bae7544353f33c40928f42be46324ca1256
1 <html>
2 <head>
3 <script>
4 function runTest()
6 if (window.testRunner) {
7 testRunner.dumpAsText();
8 testRunner.dumpResourceLoadCallbacks();
9 testRunner.setIconDatabaseEnabled(true);
10 testRunner.overridePreference("WebKitDisplayImagesKey", 0);
11 testRunner.queueReload();
14 </script>
15 <link rel="icon" href="resources/favicon.ico" type="image/x-icon">
16 </head>
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>
20 </body>
21 </html>