Index: LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt |
diff --git a/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt b/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt |
index 19a51b31534a3b561e6e363d22e0b832fcde53c9..e07f984b7519f23154270cda60e9d039b0ca1c76 100644 |
--- a/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt |
+++ b/LayoutTests/fast/forms/fieldset/fieldset-name-expected.txt |
@@ -13,9 +13,9 @@ fs1.name=1234 |
PASS fs1.name is "1234" |
PASS fs1.getAttribute("name") is "1234" |
fs1.name=null |
-PASS fs1.name is "" |
-PASS fs1.getAttribute("name") is null |
-PASS fs1.hasAttribute("name") is false |
+PASS fs1.name is "null" |
+PASS fs1.getAttribute("name") is "null" |
+PASS fs1.hasAttribute("name") is true |
fs1.name=undefined |
PASS fs1.name is "undefined" |
PASS fs1.getAttribute("name") is "undefined" |