Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / ping-attribute-dom-binding-expected.txt
blobc93e75304e4d2668f2acdba5d0dd4e05426f8740
1 Tests the DOM bindings for the ping attribute
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS anchor.ping is ""
7 PASS anchor.ping is "p1"
8 PASS anchor.getAttribute("ping") is "p2"
9 PASS anchor.getAttribute("ping") is "null"
10 PASS anchor.ping is "null"
11 PASS area.ping is ""
12 PASS area.ping is "p1"
13 PASS area.getAttribute("ping") is "p2"
14 PASS area.getAttribute("ping") is "null"
15 PASS area.ping is "null"
16 PASS successfullyParsed is true
18 TEST COMPLETE