| Index: third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
|
| index c93e75304e4d2668f2acdba5d0dd4e05426f8740..3e76ea734140c209f7a2225e5cee01f225fd2354 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-dom-binding-expected.txt
|
| @@ -3,16 +3,24 @@ 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.ping is ["p2","p3"]
|
| +PASS anchor.ping is ["p2","p3"]
|
| +PASS anchor.ping.contains("p3") is true
|
| +PASS anchor.ping is ["p3"]
|
| 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.ping is ["p2","p3"]
|
| +PASS area.ping is ["p2","p3"]
|
| +PASS area.ping.contains("p3") is true
|
| +PASS area.ping is ["p3"]
|
| PASS area.getAttribute("ping") is "null"
|
| -PASS area.ping is "null"
|
| +PASS area.ping is ["null"]
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|