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