1 Tests the DOM bindings for the ping attribute
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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"
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