Index: LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
diff --git a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
index b432cf221edd7b553fcf89871ad82d33689ab9b9..9ceb432568795b9839e860e92a15c1e5b4b46976 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
@@ -4,8 +4,8 @@ TEST SUCCEEDED: The value was null. [tested Node.nodeValue] |
TEST SUCCEEDED: The value was null. [tested Node.prefix] |
TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] |
-TEST SUCCEEDED: The value was the empty string. [tested Element.id] |
-TEST SUCCEEDED: The value was the empty string. [tested Element.className] |
+TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] |
+TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] |
TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] |
TEST SUCCEEDED: Exception (NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.) was thrown as expected. [tested Element.outerHTML] |