| 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 5aad0b27d302b88bd6d26a05845b18696d4c8439..b75c060dd265d3d82602b00e4fe29efbb899132f 100644
|
| --- a/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
|
| +++ b/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
|
| @@ -6,8 +6,8 @@ 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.getAttribute("ping") is "p2"
|
| -PASS anchor.hasAttribute("ping") is false
|
| -PASS anchor.ping is ""
|
| +PASS anchor.getAttribute("ping") is "null"
|
| +PASS anchor.ping is "null"
|
| PASS area.ping is ""
|
| PASS area.ping is "p1"
|
| PASS area.getAttribute("ping") is "p2"
|
|
|