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 9410ccb7036a062ae6ea0966a10ac124d173064b..386b9e968471a0f15c80093f38e1a0dcf094f87d 100644 |
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt |
@@ -87,13 +87,14 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color] |
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.face] |
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.name] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.acceptCharset] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.action] |
-TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.encoding] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptCharset] |
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFormElement.action] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.autocomplete] |
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.enctype] |
+TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.encoding] |
TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method] |
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.target] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name] |
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target] |
TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.frameBorder] |
TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.longDesc] |