Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: LayoutTests/http/tests/misc/favicon-loads-with-icon-loading-override.html

Issue 457893003: Remove unknown preferences errors in layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed to report all errors Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698