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] |