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..4b4316719b299dd986a0ed6443aabc5a0000f714 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,22 @@ 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.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.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 |