| Index: LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt | 
| diff --git a/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt b/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt | 
| index c93e75304e4d2668f2acdba5d0dd4e05426f8740..48279c23528917c4f189eb150d3dafaad8753507 100644 | 
| --- a/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt | 
| +++ b/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt | 
| @@ -3,16 +3,16 @@ Tests the DOM bindings for the ping attribute | 
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
|  | 
|  | 
| -PASS anchor.ping is "" | 
| -PASS anchor.ping is "p1" | 
| +PASS anchor.ping is [] | 
| +PASS anchor.ping is ["p1"] | 
| PASS anchor.getAttribute("ping") is "p2" | 
| PASS anchor.getAttribute("ping") is "null" | 
| -PASS anchor.ping is "null" | 
| -PASS area.ping is "" | 
| -PASS area.ping is "p1" | 
| +PASS anchor.ping is ["null"] | 
| +PASS area.ping is [] | 
| +PASS area.ping is ["p1"] | 
| PASS area.getAttribute("ping") is "p2" | 
| PASS area.getAttribute("ping") is "null" | 
| -PASS area.ping is "null" | 
| +PASS area.ping is ["null"] | 
| PASS successfullyParsed is true | 
|  | 
| TEST COMPLETE | 
|  |