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

Unified Diff: LayoutTests/fast/dom/document-attribute-js-null-expected.txt

Issue 1180793002: Document attribute charset and its aliases to return UTF-8 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per philipj suggestions Created 5 years, 6 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
« no previous file with comments | « LayoutTests/fast/dom/document-attribute-js-null.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/document-attribute-js-null-expected.txt
diff --git a/LayoutTests/fast/dom/document-attribute-js-null-expected.txt b/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
index 9e15ea1e10e22a778fb51a9acd2a4ead59fd957f..4f8ac08c987c3a776768811173912380ee1d5b88 100644
--- a/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
@@ -2,7 +2,10 @@ 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 undefined. [tested Document.charset]
+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]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.title]
« no previous file with comments | « LayoutTests/fast/dom/document-attribute-js-null.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698