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 8b66064eb2f7a97e1a2366654af5f2e840a2851d..eac87630d7404e9e21c615c1406876097cc3c880 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
@@ -201,10 +201,10 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.value |
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParagraphElement.align] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.name] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.type] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.value] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.valueType] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.name] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.type] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.value] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.valueType] |
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLQuoteElement.cite] |