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

Unified Diff: third_party/WebKit/LayoutTests/fast/encoding/meta-overrules-auto.html

Issue 2293373002: Remove unused prefs/api/resource for setPageEncoding (Closed)
Patch Set: comments Created 4 years, 3 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: third_party/WebKit/LayoutTests/fast/encoding/meta-overrules-auto.html
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/meta-overrules-auto.html b/third_party/WebKit/LayoutTests/fast/encoding/meta-overrules-auto.html
index a8d06c5bd11f16e62ceb37f6736d1ba60456ad99..4c220dda9cee4448e794c1e034856136ed467b3f 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/meta-overrules-auto.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/meta-overrules-auto.html
@@ -5,7 +5,6 @@ if (window.testRunner) {
}
if (!window.internals)
alert("This test requires window.internals");
-window.internals.settings.setUsesEncodingDetector(true);
</script>
This iframe should use UTF-8 because of its meta tag even in spite of this test
enabling the encoding detector:<br>

Powered by Google App Engine
This is Rietveld 408576698