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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt

Issue 1707473002: Remove document.defaultCharset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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/imported/web-platform-tests/dom/historical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt
index 598c203b7d1a2b04226c0d1af077081d79a918cb..08d34fe1fd52f48c0f9e6c651ff734b38fc147d4 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: 'Document.defaultCharset' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/6217124578066432 for more details.
This is a testharness.js-based test.
FAIL Historical DOM features must be removed: CDATASection assert_equals: expected (undefined) undefined but got (function) function "function CDATASection() { [native code] }"
PASS Historical DOM features must be removed: DOMConfiguration
@@ -27,7 +26,7 @@ PASS Historical DOM features must be removed: strictErrorChecking
PASS Historical DOM features must be removed: domConfig
PASS Historical DOM features must be removed: normalizeDocument
PASS Historical DOM features must be removed: renameNode
-FAIL Historical DOM features must be removed: defaultCharset assert_equals: expected (undefined) undefined but got (string) "ISO-8859-1"
+PASS Historical DOM features must be removed: defaultCharset
PASS Historical DOM features must be removed: height
PASS Historical DOM features must be removed: width
PASS DOMImplementation.getFeature() must be nuked.

Powered by Google App Engine
This is Rietveld 408576698