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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-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/fast/dom/document-attribute-js-null-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
index ba143dad5002a9b012df09c1297a4ffda1ad9acf..5df2b3985657a78492d6012bd333ae3ebcda028b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
@@ -1,10 +1,8 @@
-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 test setting various attributes of documents to JavaScript null.
TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion]
TEST SUCCEEDED: The value was null. [tested Document.documentURI]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset]
-TEST SUCCEEDED: The value was undefined. [tested Document.defaultCharset]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding]
TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet]

Powered by Google App Engine
This is Rietveld 408576698