Index: LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt |
diff --git a/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt b/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt |
index ed1b38b528b123df4d2df37b0046cbd60b6fbf08..4ed4ec626eb15e073ade6e7160bcb43b8106fe11 100644 |
--- a/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt |
+++ b/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt |
@@ -219,8 +219,8 @@ Setting a value via the content attribute: |
PASS element.setAttribute("name", " bar\n"); element.name is " bar\n" |
PASS element.getAttribute("name") is " bar\n" |
Setting null via the IDL attribute: |
-PASS element.name = null; element.name is "" |
-PASS element.getAttribute("name") is null |
+PASS element.name = null; element.name is "null" |
+PASS element.getAttribute("name") is "null" |
Setting null via the content attribute: |
PASS element.setAttribute("name", null); element.name is "null" |
PASS element.getAttribute("name") is "null" |