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

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 expectation file with UTF-8 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
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..7fc77e496d6e359d81cf9b3640869aef9e9b7ddb 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 the string 'UTF-8'. [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]

Powered by Google App Engine
This is Rietveld 408576698