| 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 87cd4ac4b0d72f5fd0236eba1c81c18bf21fdd2d..6acf6354cb6f4274967c7027864fd8207ea5390e 100644
|
| --- a/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt
|
| +++ b/LayoutTests/fast/dom/domstring-attribute-reflection-expected.txt
|
| @@ -279,8 +279,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"
|
|
|