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