Index: LayoutTests/fast/dom/document-attribute-js-null.html |
diff --git a/LayoutTests/fast/dom/document-attribute-js-null.html b/LayoutTests/fast/dom/document-attribute-js-null.html |
index 7d99616ad1d45ca7051ef209798c45ae327ecb75..de379ef30fa730f5dd4c1f48842afaca2692a053 100644 |
--- a/LayoutTests/fast/dom/document-attribute-js-null.html |
+++ b/LayoutTests/fast/dom/document-attribute-js-null.html |
@@ -66,7 +66,10 @@ |
attributes: [ |
{name: 'xmlVersion', expectedExceptionCode: 9}, |
{name: 'documentURI', expectedNull: null}, |
- {name: 'charset', expectedNull: undefined}, |
+ {name: 'charset', expectedNull: 'UTF-8'}, |
+ {name: 'defaultCharset', expectedNull: undefined}, |
+ {name: 'characterSet', expectedNull: 'UTF-8'}, |
+ {name: 'inputEncoding', expectedNull: 'UTF-8'}, |
{name: 'selectedStylesheetSet', expectedNull: null} |
] |
}, |