Index: LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt |
diff --git a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt |
index c2688bcbcac71a31816acb8a78b163d87f665ef9..aac951ec1b093b1572346016dafdf9c5b6d83d76 100644 |
--- a/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt |
+++ b/LayoutTests/fast/dom/coreDOM-element-attribute-js-null-expected.txt |
@@ -1,6 +1,8 @@ |
This test setting various attributes of a elements to JavaScript null. |
-TEST SUCCEEDED: The value was null. [tested Attr.value] |
+TEST SUCCEEDED: The value was the string 'null'. [tested Attr.value] |
+TEST SUCCEEDED: The value was the empty string. [tested Attr.nodeValue] |
+TEST SUCCEEDED: The value was the empty string. [tested Attr.textContent] |
TEST SUCCEEDED: The value was the empty string. [tested ProcessingInstruction.data] |